Browse Source

完善销售订单

master
yunuo970428 2 years ago
parent
commit
d940750145
  1. 5
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshoudingdanFlow/xiaoshoudingdanByCaiGou.vue

5
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshoudingdanFlow/xiaoshoudingdanByCaiGou.vue

@ -417,7 +417,8 @@ export default {
useOrgSid: '', useOrgSid: '',
purchaseSystemName: '', purchaseSystemName: '',
purchaseSystemSid: '', purchaseSystemSid: '',
finPlanState: false finPlanState: false,
nowCarUnknownVinNum: ''
}, },
operation: '', // operation: '', //
dialogList: { dialogList: {
@ -553,7 +554,7 @@ export default {
this.operation = val this.operation = val
this.purchaseName = this.formobj.purchaseSystemName this.purchaseName = this.formobj.purchaseSystemName
this.purchaseSid = this.formobj.purchaseSystemSid 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 this.purchaseVisible = true
} else { } else {
this.currentLink = true this.currentLink = true

Loading…
Cancel
Save