135 lines
5.1 KiB
Plaintext
135 lines
5.1 KiB
Plaintext
|
|
|
||
|
|
<script id="grid_form_temp" type="text/html">
|
||
|
|
|
||
|
|
<input type="hidden" id="hdID" value="{{pgid}}"/>
|
||
|
|
<table class="fromTable">
|
||
|
|
<tr>
|
||
|
|
<th>课程名称:
|
||
|
|
</th>
|
||
|
|
<td>
|
||
|
|
<input id="coursename" name="coursename" class="ui_validate" type="text"
|
||
|
|
ui-config="required:true,readonly:true,width:200" value="{{coursename}}"/>
|
||
|
|
</td>
|
||
|
|
<th>班级名称:
|
||
|
|
</th>
|
||
|
|
<td>
|
||
|
|
<input id="classname" name="classname" class="ui_validate" type="text"
|
||
|
|
ui-config="required:false,width:200" value="{{classname}}"/>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<th>培训目标:</th>
|
||
|
|
<td colspan="6">
|
||
|
|
<textarea id="traingoal" name="traingoal" class="ui_validate"
|
||
|
|
ui-config="required:false,width:500,tipAfterInput:true,validType:'length[0,2000]'"
|
||
|
|
value="{{traingoal}}">{{traingoal}}</textarea>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<th>培训内容:</th>
|
||
|
|
<td colspan="6">
|
||
|
|
<textarea id="traincontent" name="traincontent" class="ui_validate"
|
||
|
|
ui-config="required:false,width:500,tipAfterInput:true,validType:'length[0,2000]'"
|
||
|
|
value="{{traincontent}}">{{traincontent}}</textarea>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
|
||
|
|
<tr>
|
||
|
|
<th>培训时间:
|
||
|
|
</th>
|
||
|
|
<td>
|
||
|
|
<input id="traindate" name="traindate" class="ui_validate" type="text"
|
||
|
|
ui-config="required:false,width:220" value="{{traindate | dateFilter}}"/>
|
||
|
|
</td>
|
||
|
|
<th>培训方式:
|
||
|
|
</th>
|
||
|
|
<td>
|
||
|
|
<input id="trainmethod" name="trainmethod" class="ui_validate" type="text"
|
||
|
|
ui-config="required:false,width:200" value="{{trainmethod}}"/>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<th>计划人数:
|
||
|
|
</th>
|
||
|
|
<td>
|
||
|
|
<input id="planheadcount" name="planheadcount" class="ui_validate" type="text"
|
||
|
|
ui-config="required:false,width:200" value="{{planheadcount}}"/>
|
||
|
|
</td>
|
||
|
|
<th>实际人数:
|
||
|
|
</th>
|
||
|
|
<td>
|
||
|
|
<input id="trueheadcount" name="trueheadcount" class="ui_validate" type="text"
|
||
|
|
ui-config="required:false,width:200" value="{{trueheadcount}}"/>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<th>授课人:
|
||
|
|
</th>
|
||
|
|
<td>
|
||
|
|
<input id="teacher" name="teacher" class="ui_validate" type="text"
|
||
|
|
ui-config="required:false,width:200" value="{{teacher}}"/>
|
||
|
|
</td>
|
||
|
|
<#-- <th>授课地点:-->
|
||
|
|
<#-- </th>-->
|
||
|
|
<#-- <td>-->
|
||
|
|
<#-- <input id="teachplace" name="teachplace" class="ui_validate" type="text"-->
|
||
|
|
<#-- ui-config="required:false,width:200" value="{{teachplace}}"/>-->
|
||
|
|
<#-- </td>-->
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<th>培训评估分数:
|
||
|
|
</th>
|
||
|
|
<td>
|
||
|
|
<input id="trainassessscore" name="trainassessscore" class="ui_validate" type="text"
|
||
|
|
ui-config="required:false,width:200" value="{{trainassessscore}}"/>
|
||
|
|
</td>
|
||
|
|
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<th>意见建议:
|
||
|
|
</th>
|
||
|
|
<td>
|
||
|
|
<a title="查看" href="javascript:void(0);"
|
||
|
|
onclick="openReport();">点击查看报表</a>
|
||
|
|
</td>
|
||
|
|
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<th>培训有效性评价:</th>
|
||
|
|
<td colspan="6">
|
||
|
|
<textarea id="effectivenessevaluation" name="effectivenessevaluation" class="ui_validate"
|
||
|
|
ui-config="required:false,width:500,tipAfterInput:true,validType:'length[0,2000]'"
|
||
|
|
value="{{effectivenessevaluation}}">{{effectivenessevaluation}}</textarea>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<th>报告人:
|
||
|
|
</th>
|
||
|
|
<td>
|
||
|
|
<input id="reporter" name="reporter" class="ui_validate" type="text"
|
||
|
|
ui-config="required:false,width:200" value="{{reporter}}"/>
|
||
|
|
</td>
|
||
|
|
<th>报告时间:
|
||
|
|
</th>
|
||
|
|
<td>
|
||
|
|
<input id="reporttime" name="reporttime" class="ui_validate" type="text"
|
||
|
|
ui-config="required:false,width:200" value="{{reporttime | dateFilter}}"/>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
|
||
|
|
</table>
|
||
|
|
<div class="formTitle"><span class="icon icon_menu"></span>审核信息
|
||
|
|
<span id="implBtn" style="padding-left: 20px"></span>
|
||
|
|
</div>
|
||
|
|
<table class="fromTable">
|
||
|
|
<tr>
|
||
|
|
<th>审核意见:
|
||
|
|
</th>
|
||
|
|
<td>
|
||
|
|
<input id="auditopinion" name="auditopinion" class="ui_validate" type="text"
|
||
|
|
ui-config="required:false,width:400" value="{{auditopinion}}"/>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
</script>
|