etms/WEB-INF/view/cetc54/train/groupinplan/group_inplan_group_edit.ftl

49 lines
2.2 KiB
Plaintext
Raw Normal View History

<script id="grid_form_temp" type="text/html">
<input type="hidden" id="hdID" value="{{id}}"/>
<input type="hidden" id="addgroupid" name="addgroupid" value="{{addgroupid}}"/>
<input type="hidden" id="addusercode" name="addusercode" value="{{addusercode}}"/>
<input type="hidden" id="gppgid" name="gppgid" value="{{gppgid}}"/>
<div class="formTitle"><span class="icon icon_menu"></span>培训计划表</div>
<table class="fromTable">
<tr>
<th>培训计划:</th>
<td>
<#-- <select id="gppid" name="gppid" selectid="{{gppid}}" style="width: 400px;height:30px;">-->
<#-- </select>-->
<select id="gppid" name="gppid" class="ui_validate" value="{{gppid}}"
ui-config="required:true,width:250,panelHeight:300,valueField:'id',textField:'name'"
></select>
</td>
</tr>
<tr>
<th>填写单位:</th>
<td><input id="addgroupname" name="addgroupname" class="ui_validate" type="text"
ui-config="required:true,width:250" disabled="disabled" value="{{addgroupname}}" title="{{addgroupname}}"/></td>
<th>填写人:</th>
<td><input id="addusername" name="addusername" class="ui_validate" type="text"
ui-config="required:true,width:250" disabled="disabled" value="{{addusername}}"/></td>
</tr>
<tr>
<th>填写时间:</th>
<td><input id="addtime" name="addtime" class="ui_validate" type="text"
ui-config="required:true,width:250" disabled="disabled" value="{{addtime | dateTimeFilter}}"/></td>
<th>填写人联系电话:</th>
<td><input id="tel" name="tel" class="ui_validate" type="text"
ui-config="required:true,width:250" value="{{tel}}"/></td>
</tr>
</table>
<div class="formTitle"><span class="icon icon_menu"></span>教育培训计划内容</div>
<div id="div_corpList" style="width: 100%;height: 300px;bottom:0px;"></div>
</script>
<form id="grid_form" method="post">
</form>
<#include "group_inplan_group_detail.ftl">
<#include "group_inplan_group_detail_view.ftl">
<#--<#include "excel.ftl">-->