etms/WEB-INF/view/cetc54/user/user_batchorg.ftl

18 lines
627 B
Plaintext
Raw Normal View History

<div class="ui_dialog" id="orgDialog">
<form id="orgGrid_form" method="post">
</form>
</div>
<script id="orgGrid_form_temp" type="text/html">
<table class="fromTable">
<tr>
<th>所属组织:
</th>
<td><select id="batchorgid" name="batchorgid" class="ui_validate"
ui-config="required:true,multiple:true,width:400,panelWidth:400,panelHeight:280"></select>
<div id="batchorg_panel" style="display: none">
<ul id="batchorg_tree" class="ztree"></ul>
</div>
</td>
</table>
</script>