- 系统管理模块(用户/角色/组织/权限/日志) - 教育培训计划管理模块 - 教育培训实施模块 - 考试管理模块 - 调研问卷管理模块 - 外派培训管理模块 - 年度培训总结模块 - 学习资源管理模块 - 任职资格管理模块 - 即时通讯模块 - APP 版本管理 - 统计分析模块(FineReport) - 代码审查标准和报告(CODE_REVIEW_GUIDE.md, CODE_REVIEW_REPORT.md) - 项目开发指南(PROJECT_GUIDE.md)
39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
|
|
<#--<#include "../../layout/ref_head.ftl">-->
|
|
<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:250" value="{{name}}"/></td>
|
|
</tr>
|
|
<tr>
|
|
<th>计划征集:</th>
|
|
<td>
|
|
<select id="ipid" name="ipid" class="ui_validate" value="{{ipid}}"
|
|
ui-config="required:true,width:250,panelHeight:300,valueField:'id',textField:'name'"
|
|
></select>
|
|
</td>
|
|
|
|
</tr>
|
|
</table>
|
|
|
|
<div class="formTitle"><span class="icon icon_menu"></span>下发单位:</div>
|
|
|
|
<div id="div_corpList" style="width: 100%;height: 300px;"></div>
|
|
|
|
|
|
<div class="formTitle"><span class="icon icon_menu"></span>选择课程:</div>
|
|
|
|
<div id="div_dxkcList" style="width: 100%;height: 300px;"></div>
|
|
|
|
|
|
</script>
|
|
<form id="grid_form" method="post">
|
|
</form>
|
|
<#include "institute_plan_dy_corp_list.ftl">
|
|
<#include "institute_plan_dy_dxkc.ftl">
|