27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
|
|
<div class="ui_dialog" id="dialog_personimport">
|
||
|
|
<form id="grid_form_personimport" enctype="multipart/form-data" method="post">
|
||
|
|
</form>
|
||
|
|
</div>
|
||
|
|
<script id="grid_form_temp_perosnimport" type="text/html">
|
||
|
|
<input type="hidden" id="hdIDClass_person" value="{{id}}"/>
|
||
|
|
<div class="formTitle"><span class="icon icon_menu"></span>
|
||
|
|
人员导入
|
||
|
|
</div>
|
||
|
|
<table class="fromTable">
|
||
|
|
<tr id="uploadAcc_person">
|
||
|
|
<th>上传附件:</th>
|
||
|
|
<td colspan="3">
|
||
|
|
<input type="file" id="txtaccFile_person" name="accFile" class="ui_validate" onchange="checkSize(this)"
|
||
|
|
ui-config="width:400,missingMessage: '请选择文件!'"/><input id="hidFile_person" type="hidden"/>
|
||
|
|
</td>
|
||
|
|
<th>
|
||
|
|
<button type="button" id="btnUpload_person" ui-config="style:'button_submit'">导入</button>
|
||
|
|
</th>
|
||
|
|
</tr>
|
||
|
|
<tr id="accList_person">
|
||
|
|
<th>下载模板:</th>
|
||
|
|
<td><a title="下载" href="${asset_path}/_temp/person.xls">人员导入模板</a>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
</script>
|