|
@@ -126,9 +126,11 @@
|
|
|
<button type="button" class="btn btn-sm btn-primary" onclick="TalentAllowanceInfo.batchImportApply()">
|
|
|
<i class="fa fa-upload"></i> 批量申请津补贴(Excel导入)
|
|
|
</button>
|
|
|
+ {if condition="in_array(session('user')['uid'],[1374554432229978113,1376712565047975937])"}
|
|
|
<button type="button" class="btn btn-sm btn-primary " onclick="TalentAllowanceInfo.showCheckFileModal()">
|
|
|
<i class="fa fa-upload"></i> 上传通用附件
|
|
|
</button>
|
|
|
+ {/if}
|
|
|
<button type="button" class="btn btn-sm btn-primary " onclick="TalentAllowanceInfo.export()">
|
|
|
<i class="fa fa-file-excel-o"></i> 导出
|
|
|
</button>
|