etms/WEB-INF/view/cetc54/train/groupinplan/group_inplan_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

49 lines
2.2 KiB
Plaintext

<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="gppgid" name="gppgid" value="{{gppgid}}"/>
<div class="formTitle"><span class="icon icon_menu"></span>培训计划表</div>
<table class="fromTable">
<tr>
<th>培训计划:</th>
<td>
<#-- <select id="gppid" name="gppid" selectid="{{gppid}}" style="width: 400px;height:30px;">-->
<#-- </select>-->
<select id="gppid" name="gppid" class="ui_validate" value="{{gppid}}"
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><input id="tel" name="tel" class="ui_validate" type="text"
ui-config="required:true,width:250" value="{{tel}}"/></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 "group_inplan_group_detail.ftl">
<#include "group_inplan_group_detail_view.ftl">
<#--<#include "excel.ftl">-->