38 lines
1.5 KiB
Plaintext
38 lines
1.5 KiB
Plaintext
|
|
|
||
|
|
<script id="grid_form_temp" type="text/html">
|
||
|
|
<input type="hidden" id="hdID" value="{{id}}"/>
|
||
|
|
<div class="formTitle"><span class="icon icon_menu"></span>部门年度计划总结</div>
|
||
|
|
<table class="fromTable">
|
||
|
|
|
||
|
|
<tr>
|
||
|
|
<th>部门年度计划总结名称:</th>
|
||
|
|
<td><input id="name" name="name" class="ui_validate" type="text"
|
||
|
|
ui-config="required:true,width:450" value="{{name}}"/></td>
|
||
|
|
</tr>
|
||
|
|
|
||
|
|
<tr>
|
||
|
|
<th>填写开放时间:</th>
|
||
|
|
<td><input id="startdate" name="startdate" class="ui_validate" type="text"
|
||
|
|
value="{{startdate |dateFilter}}" ui-config="required:true,width:220" />-
|
||
|
|
<input id="enddate" name="enddate" class="ui_validate" type="text"
|
||
|
|
value="{{enddate |dateFilter}}" ui-config="required:true,width:220" />
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
|
||
|
|
<tr>
|
||
|
|
<th>填写年度:</th>
|
||
|
|
<td>
|
||
|
|
<input id="nd" name="nd" type="text" value="{{nd}}"
|
||
|
|
ui-config="required:true,width:250,panelHeight:200,valueField:'ndval',textField:'ndtext'"/>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
|
||
|
|
<div class="formTitle"><span class="icon icon_menu"></span>下发单位:</div>
|
||
|
|
|
||
|
|
<div id="div_corpList" style="width: 100%;height: 320px;bottom:0px;overflow: scroll;"></div>
|
||
|
|
</script>
|
||
|
|
<form id="grid_form" method="post">
|
||
|
|
</form>
|
||
|
|
<#include "year_summary_main_corp_list.ftl">
|