Fixed Issues: - globalConfig.js: Added const declarations for 10 undeclared regex variables - globalConfig.js: Fixed getDay() -> getDate() for date comparison - Removed 16 deprecated SQL definitions from 4 map.xml files - Cleaned 615+ commented code blocks from 115 FTL templates Added: - CODE_FIX_PLAN.md: Detailed fix plan for remaining issues Remaining (documented in CODE_FIX_PLAN.md): - 6 async: false AJAX requests to convert - 120+ SELECT * to optimize - 6265+ inline styles to refactor
38 lines
1.2 KiB
Plaintext
38 lines
1.2 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="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">
|