Browse Source

完善车辆台账--销售出库

master
yunuo970428 2 years ago
parent
commit
8b09e8f45d
  1. 4
      anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangtaizhang/relation/cheliangtaizhangChu.vue

4
anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangtaizhang/relation/cheliangtaizhangChu.vue

@ -470,8 +470,12 @@ export default {
this.temp.giftsDescription = resp.data.totaldiscount this.temp.giftsDescription = resp.data.totaldiscount
// this.temp.salesAllowance = resp.data.carDiscountPrice // this.temp.salesAllowance = resp.data.carDiscountPrice
this.temp.middleOne = resp.data.intermediaryName this.temp.middleOne = resp.data.intermediaryName
this.temp.middleOneSid = resp.data.intermediarySid
this.temp.middleCodeOne = resp.data.intermediaryCode
this.temp.rebateMoneyOne = resp.data.distributorPrice this.temp.rebateMoneyOne = resp.data.distributorPrice
this.temp.middleTwo = resp.data.intermediaryName2 this.temp.middleTwo = resp.data.intermediaryName2
this.temp.middleTwoSid = resp.data.intermediarySid2
this.temp.middleCodeTwo = resp.data.intermediaryCode2
this.temp.rebateMoneyTwo = resp.data.distributorPrice2 this.temp.rebateMoneyTwo = resp.data.distributorPrice2
this.temp.remarks = resp.data.discountExplain this.temp.remarks = resp.data.discountExplain
this.temp.innerName = resp.data.name this.temp.innerName = resp.data.name

Loading…
Cancel
Save