|
|
|
@ -50,7 +50,7 @@
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l">会长账号:</td>
|
|
|
|
|
<td class="r">
|
|
|
|
|
<select id="promote_id" name="promote_id" class="select_gallery" style="width:120px;">
|
|
|
|
|
<select id="promote_id" name="" class="select_gallery" style="width:120px;" disabled>
|
|
|
|
|
<option value="">请选择会长账号</option>
|
|
|
|
|
<volist name=":promote_listsOther(1)" id="vo">
|
|
|
|
|
<option promote_id-id="{$vo.id}" value="{$vo.id}" <if condition="$vo.id eq $data['promote_id']">selected=selected</if>>{$vo.account}</option>
|
|
|
|
@ -58,6 +58,7 @@
|
|
|
|
|
</select>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<input type="hidden" name="promote_id" value="{$data['promote_id']}">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|