44 lines
1.5 KiB
Plaintext
44 lines
1.5 KiB
Plaintext
|
|
<div class="ui_dialog" id="dialog">
|
||
|
|
<form id="grid_form" method="post" style="height: 230px">
|
||
|
|
</form>
|
||
|
|
</div>
|
||
|
|
<script id="grid_form_temp" type="text/html">
|
||
|
|
<input type="hidden" id="hdID" value="{{id}}"/>
|
||
|
|
<input type="hidden" id="hdJhly""/>
|
||
|
|
<input type="hidden" id="hdGroupid""/>
|
||
|
|
<div class="formTitle"><span class="icon icon_menu"></span>
|
||
|
|
指定开班人
|
||
|
|
</div>
|
||
|
|
<table class="fromTable">
|
||
|
|
<tr>
|
||
|
|
<th style="width: 100px">
|
||
|
|
指定课程:
|
||
|
|
</th>
|
||
|
|
<td>
|
||
|
|
<select id="course" name="course" class="ui_validate"
|
||
|
|
ui-config="required:true,width:300,panelHeight:350,valueField:'id',textField:'kcmc'" value="{{course_id}}">
|
||
|
|
</select>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<th style="width: 100px">
|
||
|
|
开班人姓名:
|
||
|
|
</th>
|
||
|
|
<td>
|
||
|
|
<input id="person" name="person" class="ui_validate" type="text"
|
||
|
|
ui-config="required:true,width:300,valueField:'usercode',textField:'username'" value="{{person}}"/>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<th style="width: 100px">
|
||
|
|
开班人工资号:
|
||
|
|
</th>
|
||
|
|
<td>
|
||
|
|
<input id="person_id" name="person_id" class="ui_validate" type="text"
|
||
|
|
ui-config="required:true,width:300,valueField:'usercode',textField:'username'" value="{{person_id}}"/>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
|
||
|
|
</script>
|