etms/WEB-INF/view/cetc54/train/yearsummary/year_summary_group_edit.ftl
liyuchen c24bea2687 Initial commit: JCDP 教育培训管理系统 v54
- 系统管理模块(用户/角色/组织/权限/日志)
- 教育培训计划管理模块
- 教育培训实施模块
- 考试管理模块
- 调研问卷管理模块
- 外派培训管理模块
- 年度培训总结模块
- 学习资源管理模块
- 任职资格管理模块
- 即时通讯模块
- APP 版本管理
- 统计分析模块(FineReport)
- 代码审查标准和报告(CODE_REVIEW_GUIDE.md, CODE_REVIEW_REPORT.md)
- 项目开发指南(PROJECT_GUIDE.md)
2026-04-16 16:41:34 +08:00

118 lines
6.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<script id="grid_form_temp" type="text/html">
<input type="hidden" id="hdID" value="{{id}}"/>
<input type="hidden" id="addgroupid" name="addgroupid" value="{{addgroupid}}"/>
<input type="hidden" id="addusercode" name="addusercode" value="{{addusercode}}"/>
<input type="hidden" id="addusercode" name="addusercode" value="{{gppgid}}"/>
<div class="formTitle"><span class="icon icon_menu"></span>年度总结</div>
<table class="fromTable">
<tr>
<th>年度总结:</th>
<td>
<select id="ysid" name="ysid" class="ui_validate" value="{{ysid}}"
ui-config="required:true,width:250,panelHeight:300,valueField:'id',textField:'name'"
></select>
</td>
</tr>
<tr>
<th>填写单位:</th>
<td><input id="addgroupname" name="addgroupname" class="ui_validate" type="text"
ui-config="required:true,width:250" disabled="disabled" value="{{addgroupname}}" title="{{addgroupname}}"/></td>
<th>填写人:</th>
<td><input id="addusername" name="addusername" class="ui_validate" type="text"
ui-config="required:true,width:250" disabled="disabled" value="{{addusername}}"/></td>
</tr>
<tr>
<th>填写时间:</th>
<td><input id="addtime" name="addtime" class="ui_validate" type="text"
ui-config="required:true,width:250" disabled="disabled" value="{{addtime | dateTimeFilter}}"/></td>
<th>单位性质:</th>
<td>
<select id="dwxz" name="dwxz" style="width:100px;height:30px;" value="{{dwxz}}">
<option value="0">非经济责任制</option>
<option value="1">经济责任制</option>
</select></td>
</tr>
<tr>
<td><span style="font-weight: bold">年度计划内培训情况:</span></td>
</tr>
<tr>
<th>年度制定的计划内(非外派)培训数量(个):</th>
<td><input id="year_inplan_unout_num" name="year_inplan_unout_num" class="ui_validate" type="text"
ui-config="width:250" value="{{year_inplan_unout_num}}" readonly="readonly"/></td>
<th>年度已完成计划内(非外派)培训数量(个):</th>
<td><input id="inplan_unout_num" name="inplan_unout_num" class="ui_validate" type="text"
ui-config="width:250" value="{{inplan_unout_num}}" readonly="readonly"/></td>
</tr>
<tr>
<th>计划完成率(%</th>
<td><input id="completion_rate" name="completion_rate" class="ui_validate" type="text"
ui-config="width:250" value="{{completion_rate}}" readonly="readonly"/></td>
</tr>
<tr>
<th>已完成计划内(非外派)培训人次:</th>
<td><input id="inplan_unout_person" name="inplan_unout_person" class="ui_validate" type="text"
ui-config="width:250" value="{{inplan_unout_person}}" readonly="readonly"/></td>
<th>已完成计划内(非外派)培训学时(小时):</th>
<td><input id="inplan_unout_hour" name="inplan_unout_hour" class="ui_validate" type="text"
ui-config="width:250" value="{{inplan_unout_hour}}" readonly="readonly"/></td>
</tr>
<tr>
<th>已完成计划内外派培训数量(个):</th>
<td><input id="inplan_out_num" name="inplan_out_num" class="ui_validate" type="text"
ui-config="width:250" value="{{inplan_out_num}}" readonly="readonly"/></td>
<th>已完成计划内外派培训人次:</th>
<td><input id="inplan_out_person" name="inplan_out_person" class="ui_validate" type="text"
ui-config="width:250" value="{{inplan_out_person}}" readonly="readonly"/></td>
</tr>
<tr>
<td><span style="font-weight: bold">年度计划外培训情况:</span></td>
</tr>
<tr>
<th>已完成计划外(非外派)数量(个):</th>
<td><input id="outplan_unout_num" name="outplan_unout_num" class="ui_validate" type="text"
ui-config="width:250" value="{{outplan_unout_num}}" readonly="readonly"/></td>
<th>已完成计划外(非外派)人次:</th>
<td><input id="outplan_unout_person" name="outplan_unout_person" class="ui_validate" type="text"
ui-config="width:250" value="{{outplan_unout_person}}" readonly="readonly"/></td>
</tr>
<tr>
<th>已完成计划外(非外派)学时(小时):</th>
<td><input id="outplan_unout_hour" name="outplan_unout_hour" class="ui_validate" type="text"
ui-config="width:250" value="{{outplan_unout_hour}}" readonly="readonly"/></td>
</tr>
<tr>
<th>已完成计划外(外派培训)数量(个):</th>
<td><input id="outplan_out_num" name="outplan_out_num" class="ui_validate" type="text"
ui-config="width:250" value="{{outplan_out_num}}" readonly="readonly"/></td>
<th>已完成计划外(外派培训)人次:</th>
<td><input id="outplan_out_person" name="outplan_out_person" class="ui_validate" type="text"
ui-config="width:250" value="{{outplan_out_person}}" readonly="readonly"/></td>
</tr>
<tr>
<th>工作亮点:</th>
<td colspan="3"><textarea id="gzld" name="gzld" class="ui_validate" type="text"
maxlength="1000" style="width:100%" >{{gzld}}</textarea></td>
</tr>
<tr>
<th>存在问题:</th>
<td colspan="3"><textarea id="czwt" name="czwt" class="ui_validate" type="text"
maxlength="1000" style="width:100%" >{{czwt}}</textarea></td>
</tr>
<tr>
<th>改进措施及建议:</th>
<td colspan="3"><textarea id="gjcs" name="gjcs" class="ui_validate" type="text"
maxlength="1000" style="width:100%" >{{gjcs}}</textarea></td>
</tr>
</table>
<div class="formTitle"><span class="icon icon_menu"></span>未完成计划项目</div>
<div id="div_corpList" style="width: 100%;height: 300px;bottom:0px;"></div>
</script>
<form id="grid_form" method="post">
</form>
<#include "year_summary_group_detail.ftl">