|
|
|
@ -117,7 +117,7 @@
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group normal_space">
|
|
|
|
|
<select id="server-select" name="server_id" class="reselect select_gallery" style="width: 220px;" >
|
|
|
|
|
<select id="server-select" name="server_id" class="reselect select_gallery" style="width: 220px;" data-server="{:I('server_id', 0)}">
|
|
|
|
|
<option value="0">请选择区服</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
@ -137,7 +137,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<if condition="$parent_id eq 0">
|
|
|
|
|
<div class="form-group normal_space">
|
|
|
|
|
<select name="promote_id" class="reselect select_gallery" style="width: 220px;" >
|
|
|
|
|
<select id="group-select" name="promote_id" class="reselect select_gallery" style="width: 220px;" >
|
|
|
|
|
<option value="0">请选择组长</option>
|
|
|
|
|
<volist name="subPromotes" id="promote">
|
|
|
|
|
<option ba-id="{$promote.id}" value="{$promote.id}" <if condition="I('promote_id') == $promote['id']">selected</if>>{$promote.account}</option>
|
|
|
|
@ -145,9 +145,9 @@
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</if>
|
|
|
|
|
<if condition="$parent_id gt 0 and $grand_id eq 0">
|
|
|
|
|
<if condition="$grand_id eq 0">
|
|
|
|
|
<div class="form-group normal_space">
|
|
|
|
|
<select name="promote_id" class="reselect select_gallery" style="width: 220px;" >
|
|
|
|
|
<select id="promote-select" name="promote_id" class="reselect select_gallery" style="width: 220px;" data-promote="{:I('promote_id', 0)}">
|
|
|
|
|
<option value="0">请选择推广员</option>
|
|
|
|
|
<volist name="subPromotes" id="promote">
|
|
|
|
|
<option ba-id="{$promote.id}" value="{$promote.id}" <if condition="I('promote_id') == $promote['id']">selected</if>>{$promote.account}</option>
|
|
|
|
|