Browse Source

完善快捷新增客户

master
yunuo970428 11 months ago
parent
commit
280fbd500e
  1. 1
      yxt-as-ui/src/components/publicPage/quickAddCustomer.vue
  2. 2
      yxt-as-ui/src/components/publicPage/selectCustomer.vue

1
yxt-as-ui/src/components/publicPage/quickAddCustomer.vue

@ -355,7 +355,6 @@ export default {
sid: '',
customerOrgName: '',
customerOrgSid: '',
customerVehSid: '',
customerSid: '',
vehMark: '',

2
yxt-as-ui/src/components/publicPage/selectCustomer.vue

@ -314,7 +314,7 @@ export default {
if (this.formobj.customerType !== '' && this.formobj.visitWay !== '') {
this.dialogVisible = false
if (this.isQuickAdd) {
this.viewState = 2
this.viewState = 3
this.$refs['divQuickAdd'].showAdd(this.formobj, this.sids[0])
} else {
this.viewState = 2

Loading…
Cancel
Save