结算申请

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 = {
agreementIds: Array.isArray(this.rowData) ? this.rowData.map(item => item.agreementId) : [],
totalCostAll: this.costAll,
leaseList: this.leaseList,
repairList: this.repairList,
scrapList: this.scrapList,
loseList: this.loseList,
reductionList: this.reducList,
// leaseList: this.leaseList,
// repairList: this.repairList,
// scrapList: this.scrapList,
// loseList: this.loseList,
// reductionList: this.reducList,
settlementType: this.rowData[0].settlementType || ''
}
console.log('2222222222222', params)