etms/WEB-INF/view/cetc54/train/plantodo/pd_pg_main_estimate.ftl

26 lines
1008 B
Plaintext
Raw Normal View History

<form id="estimate_result" enctype="multipart/form-data" method="post">
</form>
<script id="grid_form_temp2" type="text/html">
<input type="hidden" id="hdIDClass" value="{{id}}"/>
<div class="formTitle"><span class="icon icon_menu"></span>
导入评估结果
</div>
<table class="fromTable">
<tr id="uploadAcc">
<th>上传附件:</th>
<td colspan="3">
<input type="file" id="txtaccFile" name="accFile" class="ui_validate"
ui-config="width:400,missingMessage: '请选择文件!'"/><input id="hidFile" type="hidden"/>
</td>
<th>
<button type="button" id="btnUpload" ui-config="style:'button_submit'">导入</button>
</th>
</tr>
<tr id="accList">
<th>下载模板:</th>
<td><a title="下载" href="${asset_path}/_temp/estimateresult.xlsx">评估结果模板</a>
</td>
</tr>
</table>
</script>