|
@@ -65,7 +65,7 @@
|
|
|
<div class="table-operator">
|
|
|
<a-button @click="createPayroll" type="primary" icon="plus">生成工资单</a-button>
|
|
|
<a-button @click="addPayroll" type="primary" icon="plus">导入</a-button>
|
|
|
- <a-button @click="daochu" type="primary" icon="plus">导出明细</a-button>
|
|
|
+ <!-- <a-button @click="daochu" type="primary" icon="plus">导出明细</a-button> -->
|
|
|
</div>
|
|
|
|
|
|
|
|
@@ -268,6 +268,19 @@
|
|
|
this.spinning = false
|
|
|
this.$message.warning('执行失败,请联系系统管理员'+st)
|
|
|
},
|
|
|
+ // tempChange(){
|
|
|
+ // // console.log("=====================执行开始-五月考勤 - 森语");
|
|
|
+
|
|
|
+ // // let par = {"excelName":"五月考勤 - 马菲羊","month":"2024-05"}
|
|
|
+ // // let par = {"excelName":"五月考勤 - 正织","month":"2024-05"}
|
|
|
+ // // let par = {"excelName":"五月考勤 - 森语","month":"2024-05"}
|
|
|
+
|
|
|
+ // // getAction('/salary/salaryManagement/tempChange',par).then(res=>{
|
|
|
+ // // console.log("=====================执行结束");
|
|
|
+ // // })
|
|
|
+
|
|
|
+
|
|
|
+ // },
|
|
|
daochu(){
|
|
|
this.spinning = true
|
|
|
downFile('/salary/salaryManagement/exportXls99',{}).then(data => {
|