工会归属会长不可编辑

master
liuweiwen 5 years ago
parent 08f8c518a6
commit 2b3099a2d8

@ -50,7 +50,7 @@
<tr> <tr>
<td class="l">会长账号:</td> <td class="l">会长账号:</td>
<td class="r"> <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> <option value="">请选择会长账号</option>
<volist name=":promote_listsOther(1)" id="vo"> <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> <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> </select>
</td> </td>
</tr> </tr>
<input type="hidden" name="promote_id" value="{$data['promote_id']}">
<tr> <tr>

Loading…
Cancel
Save