etms/WEB-INF/view/cetc54/train/plantodo/pd_pg_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

44 lines
1.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}}"/>
<div class="formTitle"><span class="icon icon_menu"></span>编制评估问卷</div>
<table class="fromTable">
<tr>
<#--<th>历史问卷:</th>-->
<#--<td>-->
<#--<input id="pglist" name="pglist" type="text"-->
<#--ui-config="panelHeight:200,valueField:'id',textField:'pgwjmc'"/>-->
<#--</td>-->
<th>参考问卷:</th>
<td>
<a id="refer_id" style="cursor: pointer" title="参考问卷" onclick="refer();">参考问卷</a>
</td>
</tr>
<tr>
<th>评估问卷名称:</th>
<td>
<input id="pgwjmc" name="pgwjmc" class="ui_validate" type="text"
ui-config="required:true,width:250" value="{{pgwjmc}}"/>
</td>
</tr>
<tr>
<th>班级名称:</th>
<td>
<input id="classlist" name="classlist" type="text"
ui-config="required:true,panelHeight:200,valueField:'id',textField:'bjmc'"/>
</td>
</tr>
</table>
<div class="formTitle"><span class="icon icon_menu"></span>问卷题目<br>
<span>注意1.题目类别为“问答”的为主观题。2.其余类别的题目均为10分制的打分题。</span>
</div>
<div id="div_tmList" style="width: 100%;height: 300px;bottom:0px;"></div>
</script>
<form id="grid_form" method="post">
</form>
<#include "pd_pg_main_tm.ftl">