|
|
@ -84,7 +84,7 @@
|
|
|
|
<empty name='show_status'>
|
|
|
|
<empty name='show_status'>
|
|
|
|
<div class="input-list input-list-parent search_label_rehab">
|
|
|
|
<div class="input-list input-list-parent search_label_rehab">
|
|
|
|
<select id="parent_id" name="parent_id" class="select_gallery" >
|
|
|
|
<select id="parent_id" name="parent_id" class="select_gallery" >
|
|
|
|
<option value="">上线推广员</option>
|
|
|
|
<option value="">上级推广员</option>
|
|
|
|
<volist name=":get_all_toppromote()" id="vo">
|
|
|
|
<volist name=":get_all_toppromote()" id="vo">
|
|
|
|
<option parent-id="{$vo.id}" value="{$vo.id}">{$vo.account}</option>
|
|
|
|
<option parent-id="{$vo.id}" value="{$vo.id}">{$vo.account}</option>
|
|
|
|
</volist>
|
|
|
|
</volist>
|
|
|
@ -157,7 +157,7 @@
|
|
|
|
<th ><a class="paixu" data-order='create_time'>注册时间</a></th>
|
|
|
|
<th ><a class="paixu" data-order='create_time'>注册时间</a></th>
|
|
|
|
<th ><a class="paixu" data-order='last_login_time'>最后登录时间</a></th>
|
|
|
|
<th ><a class="paixu" data-order='last_login_time'>最后登录时间</a></th>
|
|
|
|
<th>渠道类型</th>
|
|
|
|
<th>渠道类型</th>
|
|
|
|
<th>上线推广员</th>
|
|
|
|
<th>上级会长</th>
|
|
|
|
<th>商务专员</th>
|
|
|
|
<th>商务专员</th>
|
|
|
|
<th>状态</th>
|
|
|
|
<th>状态</th>
|
|
|
|
<th>可申请游戏</th>
|
|
|
|
<th>可申请游戏</th>
|
|
|
@ -184,7 +184,7 @@
|
|
|
|
<td>{:set_show_time($data['create_time'])}</td>
|
|
|
|
<td>{:set_show_time($data['create_time'])}</td>
|
|
|
|
<td>{:set_show_time($data['last_login_time'])}</td>
|
|
|
|
<td>{:set_show_time($data['last_login_time'])}</td>
|
|
|
|
<td>{:get_promote_levels($data['id'])}</td>
|
|
|
|
<td>{:get_promote_levels($data['id'])}</td>
|
|
|
|
<td><empty name="data.grand_id">{:get_top_promote($data['id'],$data['parent_id'])}<else/>{:get_top_promote($data['id'],$data['grand_id'])}</empty></td>
|
|
|
|
<td><?php echo (new \Base\Service\PromoteService())->getTopPromote($data)['account']?></td>
|
|
|
|
<td>{:get_business_affairs_account($data['ba_id'])}</td>
|
|
|
|
<td>{:get_business_affairs_account($data['ba_id'])}</td>
|
|
|
|
<td><if condition="$data['status'] eq 0">
|
|
|
|
<td><if condition="$data['status'] eq 0">
|
|
|
|
<span class="preview_status">{:get_info_status($data['status'],3)}</span>
|
|
|
|
<span class="preview_status">{:get_info_status($data['status'],3)}</span>
|
|
|
|