etms/WEB-INF/view/cetc54/dict/edit.ftl

34 lines
1.3 KiB
Plaintext
Raw Normal View History

<div class="ui_dialog" id="dialog">
<form id="grid_form" method="post">
</form>
</div>
<script id="grid_form_temp" type="text/html">
<input type="hidden" id="id" name="id" value="{{id}}"/>
<table class="fromTable">
<tr>
<th>所属类别:</th>
<td><select id="category" name="category" class="ui_validate"
ui-config="required:true,editable:false,width:400,panelWidth:400,panelHeight:300"></select>
<div id="pn_panel">
<ul id="pn_tree" class="ztree"></ul>
</div>
</td>
</tr>
<tr>
<th>字典名称:</th>
<td><input id="name" name="name" class="ui_validate" type="text" style="width: 400px"
ui-config="required:true,tipAfterInput:true" value="{{name}}"/></td>
</tr>
<tr>
<th>标识:</th>
<td><input id="keykey" name="keykey" class="ui_validate" type="text" value="{{keykey}}"
ui-config="required:true,width:400,panelWidth:400"/>
</td>
</tr>
<tr>
<th>说明:</th>
<td><textarea id="note" name="note" class="ui_validate"
ui-config="tipAfterInput:true,width: 400">{{note}}</textarea></td>
</tr>
</table>
</script>