37 lines
1.7 KiB
Plaintext
37 lines
1.7 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 colspan="3" >
|
||
|
|
<select id="otid" name="otid" class="ui_validate" value="{{otid}}"
|
||
|
|
ui-config="required:true,width:500,panelHeight:300,valueField:'id',textField:'pxmc'"></select>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<th>提出时间:</th>
|
||
|
|
<td><input id="addtime" name="addtime" class="ui_validate" type="text" style="width: 210px"
|
||
|
|
disabled="disabled" ui-config="required:true,width:250" value="{{addtime | dateTimeFilter}}"/></td>
|
||
|
|
<th>提出人:</th>
|
||
|
|
<td><input id="addusername" name="addusername" class="ui_validate" type="text" style="width: 210px"
|
||
|
|
disabled="disabled" ui-config="required:true,width:250" value="{{addusername}}"/></td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<th>所在单位:</th>
|
||
|
|
<td colspan="3"><input id="addgroupname" name="addgroupname" class="ui_validate" type="text" style="width: 500px"
|
||
|
|
disabled="disabled" ui-config="required:true,width:250" value="{{addgroupname}}" title="{{addgroupname}}"/></td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<th>删除原因:</th>
|
||
|
|
<td colspan="3"><textarea id="delyy" name="delyy" class="ui_validate" type="text"
|
||
|
|
style="width:500px" >{{delyy}}</textarea></td>
|
||
|
|
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
|
||
|
|
</script>
|
||
|
|
<form id="grid_form" method="post">
|
||
|
|
</form>
|