etms/WEB-INF/view/cetc54/train/groupoutplan/group_outplan_main_edit.ftl

120 lines
5.1 KiB
Plaintext
Raw Normal View History

<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="sqdw" name="sqdw" class="ui_validate" type="text"
ui-config="width:250" style="width: 250px" value="{{addgroupname}}" title="{{addgroupname}}" disabled/></td>
<th>申请单位性质:</th>
<td>
<select id="dwxz" name="dwxz" style="width:100px;height:30px;" value="{{dwxz}}">
<option value="0">非经济责任制</option>
<option value="1">经济责任制</option>
</select>
</td>
</tr>
<tr>
<th>申请时间:</th>
<td><input id="sqtime" name="sqtime" class="ui_validate" type="text"
ui-config="required:true,width:250" style="width: 250px" value="{{addtime | dateTimeFilter}}" disabled/></td>
<th>申请人:</th>
<td><input id="sqr" name="sqr" class="ui_validate" type="text"
ui-config="required:true,width:250" style="width: 250px" value="{{addusername}}" disabled/></td>
</tr>
<tr>
<th>联系电话:</th>
<td><input id="lxtel" name="lxtel" class="ui_validate" type="text"
ui-config="required:true,width:250" value="{{lxtel}}"/></td>
<th>课程所属:</th>
<td>
<input id="pxlb" name="pxlb" class="ui_validate" type="text"
ui-config="width:402,dictKey:'train_pxlb'" value="{{pxlb}}"/>
</tr>
<tr>
<th>培训目的:</th>
<td colspan="3"><textarea id="pxmd" name="pxmd" class="ui_validate" type="text" ui-config="required:true"
style="width:100%" >{{pxmd}}</textarea></td>
</tr>
<tr>
<th>培训对象:</th>
<td><input id="pxdx" name="pxdx" class="ui_validate" type="text"
ui-config="width:250" value="{{pxdx}}"/></td>
<th>计划人数:</th>
<td><input id="pxrs" name="pxrs" class="ui_validate" type="text" ui-config="required:true,width:250,validType:'positiveInteger'"
value="{{pxrs}}"/></td>
</tr>
<tr>
<th>培训开始时间:</th>
<td><input id="pxstarttime" name="pxstarttime" class="ui_validate" type="text"
ui-config="width:250" value="{{pxstarttime |dateFilter}}"/></td>
<th>培训结束时间:</th>
<td><input id="pxendtime" name="pxendtime" class="ui_validate" type="text"
ui-config="width:250" value="{{pxendtime |dateFilter}}"/></td>
</tr>
<tr>
<th>培训课时:</th>
<td>
<input id="pxks" name="pxks" class="ui_validate" type="text"
ui-config="width:250" value="{{pxks}}"/></td>
<th>年度:</th>
<td>
<input id="nd" name="nd" type="text" value="{{nd}}"
ui-config="required:true,width:250,panelHeight:200,valueField:'ndval',textField:'ndtext'"/>
</td>
</tr>
<tr>
<th>培训内容简介:</th>
<td colspan="3"><textarea id="pxnrjj" name="pxnrjj" class="ui_validate" type="text" ui-config="required:true"
style="width:100%" >{{pxnrjj}}</textarea></td>
</tr>
<tr>
<th>是否产生费用:</th>
<td>
<select id="sffy" name="sffy" style="width:100px;height:30px;" value="{{sffy}}">
<option value="0">否</option>
<option value="1">是</option>
</select></td>
</td>
<th id="sldth">主管院领导:</th>
<td id="sldtd">
<input id="sld" name="sld" class="ui_validate"
ui-config="required:false,width:200,panelHeight:180,valueField:'value',textField:'name'"
value="{{sld}}"/>
</td>
</tr>
<tr>
<th>课程序列:</th>
<td>
<select id="kcxl" name="kcxl" class="ui_validate" ui-config="required:true" value="{{kcxl}}">
<option value="技术">技术</option>
<option value="技能">技能</option>
<option value="管理">管理</option>
<option value="营销">营销</option>
</select>
</td>
</tr>
<tr><th>说明:</th>
<td colspan="3"><p>培训不产生费用时,只需部门领导审批。</p></td>
</tr>
</table>
<div class="formTitle"><span class="icon icon_menu"></span>培训科目</div>
<div id="grid_kc" style="width: 100%;height: 300px;bottom:0px;"></div>
</script>
<form id="grid_form" method="post">
</form>
<#include "group_outplan_group_detail.ftl">