|
@@ -106,6 +106,9 @@
|
|
<button type="button" class="btn btn-sm btn-primary " onclick="TalentAllowanceInfo.openBatchApplyModal()">
|
|
<button type="button" class="btn btn-sm btn-primary " onclick="TalentAllowanceInfo.openBatchApplyModal()">
|
|
<i class="fa fa-plus"></i> 批量申请津补贴
|
|
<i class="fa fa-plus"></i> 批量申请津补贴
|
|
</button>
|
|
</button>
|
|
|
|
+ <button type="button" class="btn btn-sm btn-primary" onclick="TalentAllowanceInfo.batchImportApply()">
|
|
|
|
+ <i class="fa fa-upload"></i> 批量申请津补贴(Excel导入)
|
|
|
|
+ </button>
|
|
<button type="button" class="btn btn-sm btn-primary " onclick="TalentAllowanceInfo.showCheckFileModal()">
|
|
<button type="button" class="btn btn-sm btn-primary " onclick="TalentAllowanceInfo.showCheckFileModal()">
|
|
<i class="fa fa-upload"></i> 上传通用附件
|
|
<i class="fa fa-upload"></i> 上传通用附件
|
|
</button>
|
|
</button>
|
|
@@ -151,6 +154,38 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+
|
|
|
|
+<div class="modal fade " id="importModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel">
|
|
|
|
+ <div class="modal-dialog" role="document">
|
|
|
|
+ <div class="modal-content animated flipInY">
|
|
|
|
+ <div class="modal-header">
|
|
|
|
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
|
|
|
+ <h4 class="modal-title" id="importModalLabel">批量申请津补贴</h4>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="modal-body">
|
|
|
|
+ <form id="import-form" action="/enterprise/talentAllowance/batchImportApply" method="post" enctype="multipart/form-data" target="hiddenIframe">
|
|
|
|
+ <input type="file" id="file" name="file" onchange="$('#fileName').val($('#file').val());" class="hidden">
|
|
|
|
+ <div class="form-group row">
|
|
|
|
+ <div class="col-sm-12">
|
|
|
|
+ <div class="input-group">
|
|
|
|
+ <input type="hidden" name="type" id="importType">
|
|
|
|
+ <input type="text" class="form-control" id="fileName" name="fileName" placeholder="请选择附件(附件格式需依照模板文件)" readonly="readonly" >
|
|
|
|
+ <span class="input-group-btn">
|
|
|
|
+ <button class="btn btn-secondary" type="button" onclick="$('#file').click()"><i class="fa fa-search"></i>选择文件</button>
|
|
|
|
+ </span>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </form>
|
|
|
|
+ <a href="/jbtsbb.xlsx">下载津补贴申报表模板文件</a>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="modal-footer">
|
|
|
|
+ <button type="button" class="btn btn-primary" onclick="TalentAllowanceInfo.importSubmit()">提交</button>
|
|
|
|
+ <button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+</div>
|
|
<div class="modal fade " id="checkFileModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel">
|
|
<div class="modal fade " id="checkFileModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel">
|
|
<div class="modal-dialog modal-lg" role="document" style="min-width: 1000px;">
|
|
<div class="modal-dialog modal-lg" role="document" style="min-width: 1000px;">
|
|
<div class="modal-content animated flipInY">
|
|
<div class="modal-content animated flipInY">
|