结算申请
This commit is contained in:
parent
9fd5376842
commit
9da48e37fd
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue