|
|
@ -417,7 +417,8 @@ export default { |
|
|
|
useOrgSid: '', |
|
|
|
purchaseSystemName: '', |
|
|
|
purchaseSystemSid: '', |
|
|
|
finPlanState: false |
|
|
|
finPlanState: false, |
|
|
|
nowCarUnknownVinNum: '' |
|
|
|
}, |
|
|
|
operation: '', // 点击操作按钮 |
|
|
|
dialogList: { |
|
|
@ -553,7 +554,7 @@ export default { |
|
|
|
this.operation = val |
|
|
|
this.purchaseName = this.formobj.purchaseSystemName |
|
|
|
this.purchaseSid = this.formobj.purchaseSystemSid |
|
|
|
if (this.formobj.type === '3') { |
|
|
|
if (this.formobj.type === '3' || (this.formobj.nowCarUnknownVinNum !== '' && this.formobj.nowCarUnknownVinNum !== '0')) { |
|
|
|
this.purchaseVisible = true |
|
|
|
} else { |
|
|
|
this.currentLink = true |
|
|
|