|
|
@ -217,7 +217,7 @@ export default { |
|
|
|
this.formobj = resp.data |
|
|
|
if (this.formobj.scmCollectionRebateVehs.length !== 0) { |
|
|
|
for (var i = 0; i < this.formobj.scmCollectionRebateVehs.length; i++) { |
|
|
|
this.aggregate = parseInt(0) + parseInt(this.formobj.scmCollectionRebateVehs[i].estimateRebate) |
|
|
|
this.aggregate = parseInt(0) + parseInt(this.formobj.scmCollectionRebateVehs[i].costPrice) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|