|
|
@ -368,9 +368,9 @@ export default { |
|
|
|
this.temp.vinSid = multipleSelection[0].sid |
|
|
|
this.temp.createOrgSid = createOrgSid |
|
|
|
this.temp.giftsDescription = '0' |
|
|
|
this.temp.rebateMoneyOne = 0 |
|
|
|
this.temp.rebateMoneyTwo = 0 |
|
|
|
this.temp.salesAllowance = 0 |
|
|
|
this.temp.rebateMoneyOne = '0' |
|
|
|
this.temp.rebateMoneyTwo = '0' |
|
|
|
this.temp.salesAllowance = '0' |
|
|
|
this.getType() |
|
|
|
}, |
|
|
|
// 保存 |
|
|
|