+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/cost/csotSettlement/component/monthRecord.vue b/src/views/cost/csotSettlement/component/monthRecord.vue
index ebc75df..516c2f3 100644
--- a/src/views/cost/csotSettlement/component/monthRecord.vue
+++ b/src/views/cost/csotSettlement/component/monthRecord.vue
@@ -320,15 +320,20 @@ export default {
exportList[0].codeNum += e.codeNum + ','
})
exportList[0].codeNum = exportList[0].codeNum.slice(0, -1)
+ this.downloadZip(
+ 'material/sltAgreementInfo/exportLeaseMonthZip',
+ JSON.stringify(exportList),
+ `月结明细${new Date().getTime()}.zip`,
+ )
} else {
exportList[0].codeNum = row.codeNum
+ this.downloadJson(
+ 'material/sltAgreementInfo/exportSltInfoMonth',
+ JSON.stringify(exportList),
+ `月结明细${new Date().getTime()}.xlsx`,
+ )
}
- this.downloadJson(
- 'material/sltAgreementInfo/exportSltInfoMonth',
- JSON.stringify(exportList),
- `月结明细${new Date().getTime()}.xlsx`,
- )
},
/** 列表勾选 */
handleSelectionChange(list) {
diff --git a/src/views/cost/csotSettlement/costApplyList.vue b/src/views/cost/csotSettlement/costApplyList.vue
index b668773..cd298db 100644
--- a/src/views/cost/csotSettlement/costApplyList.vue
+++ b/src/views/cost/csotSettlement/costApplyList.vue
@@ -55,7 +55,7 @@