结算申请

This commit is contained in:
bb_pan 2025-12-17 09:42:26 +08:00
parent 9fd5376842
commit 9da48e37fd
1 changed files with 5 additions and 5 deletions

View File

@ -679,11 +679,11 @@ export default {
let params = { let params = {
agreementIds: Array.isArray(this.rowData) ? this.rowData.map(item => item.agreementId) : [], agreementIds: Array.isArray(this.rowData) ? this.rowData.map(item => item.agreementId) : [],
totalCostAll: this.costAll, totalCostAll: this.costAll,
leaseList: this.leaseList, // leaseList: this.leaseList,
repairList: this.repairList, // repairList: this.repairList,
scrapList: this.scrapList, // scrapList: this.scrapList,
loseList: this.loseList, // loseList: this.loseList,
reductionList: this.reducList, // reductionList: this.reducList,
settlementType: this.rowData[0].settlementType || '' settlementType: this.rowData[0].settlementType || ''
} }
console.log('2222222222222', params) console.log('2222222222222', params)