You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
986 B
HTML
22 lines
986 B
HTML
<input type="hidden" id="top-promote-id" value="{$loginer.id}">
|
|
<if condition="$loginer.level elt 1">
|
|
<div class="form-group normal_space">
|
|
<select name="level_promote_2" class="level-promote reselect select_gallery" style="width: 220px;" data-level="2" data-val="{:I('level_promote_2', 0)}">
|
|
<option value="0">请选择部门长</option>
|
|
</select>
|
|
</div>
|
|
</if>
|
|
<if condition="$loginer.level elt 2">
|
|
<div class="form-group normal_space">
|
|
<select name="level_promote_3" class="level-promote reselect select_gallery" style="width: 220px;" data-level="3" data-val="{:I('level_promote_3', 0)}">
|
|
<option value="0">请选择组长</option>
|
|
</select>
|
|
</div>
|
|
</if>
|
|
<if condition="$loginer.level elt 3">
|
|
<div class="form-group normal_space">
|
|
<select name="level_promote_4" class="level-promote reselect select_gallery" style="width: 220px;" data-level="4" data-val="{:I('level_promote_4', 0)}">
|
|
<option value="0">请选择推广员</option>
|
|
</select>
|
|
</div>
|
|
</if> |