Преглед на файлове

客户、转化客户调整

qymljy преди 2 години
родител
ревизия
dc3f2db899
променени са 3 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 2 0
      src/Form/publicCustomer/add.vue
  2. 2 0
      src/Form/salerPrivatecustomer/add.vue
  3. 2 0
      src/SManagement/orderclue_detail/components/changeCustomer.vue

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

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

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

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

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

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