|
|
|
@ -114,19 +114,19 @@
|
|
|
|
|
<input type="text" class="txt" name="email" value="" placeholder="输入推广员邮箱">
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l">商务专员</td>
|
|
|
|
|
<td class="r">
|
|
|
|
|
<select name="ba_id" id="admin">
|
|
|
|
|
<option value="0">请选择商务专员</option>
|
|
|
|
|
<volist name=":get_business_affairs_list()" id="vo">
|
|
|
|
|
<option value="{$vo.id}">{$vo.account}</option>
|
|
|
|
|
</volist>
|
|
|
|
|
</select>
|
|
|
|
|
<span class="notice-text">设置该推广员所属的商务专员组</span>
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
<!-- <tr>-->
|
|
|
|
|
<!-- <td class="l">商务专员</td>-->
|
|
|
|
|
<!-- <td class="r">-->
|
|
|
|
|
<!-- <select name="ba_id" id="admin">-->
|
|
|
|
|
<!-- <option value="0">请选择商务专员</option>-->
|
|
|
|
|
<!-- <volist name=":get_business_affairs_list()" id="vo">-->
|
|
|
|
|
<!-- <option value="{$vo.id}">{$vo.account}</option>-->
|
|
|
|
|
<!-- </volist>-->
|
|
|
|
|
<!-- </select>-->
|
|
|
|
|
<!-- <span class="notice-text">设置该推广员所属的商务专员组</span>-->
|
|
|
|
|
<!-- </td>-->
|
|
|
|
|
<!-- -->
|
|
|
|
|
<!-- </tr>-->
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l">充值信息查看权限:</td>
|
|
|
|
|