29 lines
943 B
Plaintext
29 lines
943 B
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><input id="sl" name="sl" class="ui_validate" type="text" readonly="true"
|
||
|
|
ui-config="required:true,width:250" value="{{sl}}"/></td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
|
||
|
|
<div class="formTitle"><span class="icon icon_menu"></span>选择课程:</div>
|
||
|
|
|
||
|
|
<div id="div_yxkcList" style="width: 100%;height: 300px;"></div>
|
||
|
|
|
||
|
|
|
||
|
|
</script>
|
||
|
|
<form id="grid_form" method="post">
|
||
|
|
</form>
|
||
|
|
<#include "institute_plan_dy_yxkc.ftl">
|