- 系统管理模块(用户/角色/组织/权限/日志) - 教育培训计划管理模块 - 教育培训实施模块 - 考试管理模块 - 调研问卷管理模块 - 外派培训管理模块 - 年度培训总结模块 - 学习资源管理模块 - 任职资格管理模块 - 即时通讯模块 - APP 版本管理 - 统计分析模块(FineReport) - 代码审查标准和报告(CODE_REVIEW_GUIDE.md, CODE_REVIEW_REPORT.md) - 项目开发指南(PROJECT_GUIDE.md)
26 lines
1008 B
Plaintext
26 lines
1008 B
Plaintext
<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> |