17 lines
741 B
Plaintext
17 lines
741 B
Plaintext
|
|
<div class="ui_dialog" id="dialog_suggestion">
|
||
|
|
<form id="grid_form_suggestion" method="post">
|
||
|
|
</form>
|
||
|
|
</div>
|
||
|
|
<script id="grid_form_temp_suggestion" type="text/html">
|
||
|
|
<input type="hidden" id="hdID" value="{{id}}"/>
|
||
|
|
<div class="formTitle"><span class="icon icon_menu"></span>部门管理员审批</div>
|
||
|
|
<table class="fromTable">
|
||
|
|
<tr>
|
||
|
|
<td>审批意见:</td>
|
||
|
|
<td style="width: 90%">
|
||
|
|
<textarea id="txtsuggestion" name="suggestion" style="width: 100%" class="ui_validate" type="text"
|
||
|
|
ui-config="required:true,width:600,tipAfterInput:true,validType:'length[0,200]'">{{admin_suggestion}}</textarea>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
</script>
|