- 系统管理模块(用户/角色/组织/权限/日志) - 教育培训计划管理模块 - 教育培训实施模块 - 考试管理模块 - 调研问卷管理模块 - 外派培训管理模块 - 年度培训总结模块 - 学习资源管理模块 - 任职资格管理模块 - 即时通讯模块 - APP 版本管理 - 统计分析模块(FineReport) - 代码审查标准和报告(CODE_REVIEW_GUIDE.md, CODE_REVIEW_REPORT.md) - 项目开发指南(PROJECT_GUIDE.md)
44 lines
1.9 KiB
Plaintext
44 lines
1.9 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="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>
|
|
|
|
|
|
</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_summaryist_group_detail.ftl"> |