|
|
@ -306,7 +306,9 @@ export default { |
|
|
|
trailerOrInstallName: '', |
|
|
|
trailerOrInstallDealPrice: '', |
|
|
|
totalDealPrice: '', |
|
|
|
szOrGCSid: '' |
|
|
|
szOrGCSid: '', |
|
|
|
createBySid: '', |
|
|
|
createByName: '' |
|
|
|
}, |
|
|
|
payType_list: [], // 出库类型 |
|
|
|
org_list: [], // 销售部门 |
|
|
@ -410,6 +412,8 @@ export default { |
|
|
|
this.temp.vinNo = multipleSelection[0].vinNo |
|
|
|
this.temp.vinSid = multipleSelection[0].sid |
|
|
|
this.temp.createOrgSid = createOrgSid |
|
|
|
this.temp.createBySid = window.sessionStorage.getItem('userSid') |
|
|
|
this.temp.createByName = window.sessionStorage.getItem('name') |
|
|
|
this.temp.giftsDescription = '0' |
|
|
|
this.temp.rebateMoneyOne = '0' |
|
|
|
this.temp.rebateMoneyTwo = '0' |
|
|
@ -519,7 +523,9 @@ export default { |
|
|
|
trailerOrInstallName: '', |
|
|
|
trailerOrInstallDealPrice: '', |
|
|
|
totalDealPrice: '', |
|
|
|
szOrGCSid: '' |
|
|
|
szOrGCSid: '', |
|
|
|
createBySid: '', |
|
|
|
createByName: '' |
|
|
|
} |
|
|
|
this.disabledBtn = false |
|
|
|
this.$refs['dataForm'].resetFields() |
|
|
|