Browse Source

客户、转化客户调整

qymljy 2 years ago
parent
commit
dc3f2db899

+ 2 - 0
src/Form/publicCustomer/add.vue

@@ -974,6 +974,8 @@ export default {
         this.isPhone = true
         this.form.contactsinfo.phonenumber = val.phonenumber
         this.form.contactsinfo.telephone = ''
+        this.areaCode = ''
+        this.telephone = ''
       }
       this.enterpriseContact.show = false
     },

+ 2 - 0
src/Form/salerPrivatecustomer/add.vue

@@ -897,6 +897,8 @@ export default {
         this.isPhone = true
         this.form.contactsinfo.phonenumber = val.phonenumber
         this.form.contactsinfo.telephone = ''
+        this.areaCode = ''
+        this.telephone = ''
       }
       this.enterpriseContact.show = false
     },

+ 2 - 0
src/SManagement/orderclue_detail/components/changeCustomer.vue

@@ -790,6 +790,8 @@ export default {
         this.isPhone = true
         this.form.contactsinfo.phonenumber = val.phonenumber
         this.form.contactsinfo.telephone = ''
+        this.areaCode = ''
+        this.telephone = ''
       }
       this.enterpriseContact.show = false
     },