etms/WEB-INF/view/cetc54/train/instituteplan/institute_planf_main_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

42 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="jhmc" name="jhmc" class="ui_validate" type="text"
ui-config="required:true,width:250" value="{{jhmc}}"/></td>
</tr>
<tr>
<th>发布时间:</th>
<td><input id="addtime" name="addtime" class="ui_validate" type="text"
ui-config="required:true,width:250" value="{{addtime |dateTimeFilter}}"/></td>
<th>发布人:</th>
<td><input id="addusername" name="addusername" class="ui_validate" type="text"
ui-config="required:true,width:250" value="{{addusername}}"/></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="grid_kc" style="width: 100%;height: 300px;bottom:0px;"></div>
</script>
<form id="grid_form" method="post">
</form>
<#include "institute_planf_detail.ftl">
<#include "institute_planf_detail_view.ftl">