Browse Source

完善回款返利管理

master
yunuo970428 2 years ago
parent
commit
39df804b45
  1. 2
      anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/huikuanguanli/collectionrebatemanagementAdd.vue

2
anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/huikuanguanli/collectionrebatemanagementAdd.vue

@ -217,7 +217,7 @@ export default {
this.formobj = resp.data this.formobj = resp.data
if (this.formobj.scmCollectionRebateVehs.length !== 0) { if (this.formobj.scmCollectionRebateVehs.length !== 0) {
for (var i = 0; i < this.formobj.scmCollectionRebateVehs.length; i++) { 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)
} }
} }
} }

Loading…
Cancel
Save