diff --git a/yxt-as-ui/src/components/publicPage/quickAddCustomer.vue b/yxt-as-ui/src/components/publicPage/quickAddCustomer.vue index 2b604423db..217a5fa195 100644 --- a/yxt-as-ui/src/components/publicPage/quickAddCustomer.vue +++ b/yxt-as-ui/src/components/publicPage/quickAddCustomer.vue @@ -30,16 +30,6 @@ - - -
公司名称
- - - - - -
-
客户地址
@@ -308,7 +298,6 @@ export default { viewTitle: '', viewState: 1, submitdisabled: false, - customerOrg_list: [], province_list: [], city_list: [], county_list: [], @@ -415,19 +404,6 @@ export default { this.source_list = res.data } }) - req.selCustomerOrgList({ useOrgSid: window.sessionStorage.getItem('defaultOrgPath').substring(window.sessionStorage.getItem('defaultOrgPath').lastIndexOf('/') + 1) }).then((res) => { - if (res.success) { - this.customerOrg_list = res.data - } - }) - }, - customerOrgChange(value) { - const choose = this.customerOrg_list.filter((item) => item.sid === value) - if (choose.length > 0 && choose !== null) { - this.formobj.customerOrgName = choose[0].orgName - } else { - this.formobj.customerOrgName = '' - } }, provinceChange(value) { const choose = this.province_list.filter((item) => item.name === value) diff --git a/yxt-as-ui/src/views/client/customermanagement/customermanagementAdd.vue b/yxt-as-ui/src/views/client/customermanagement/customermanagementAdd.vue index d2fd1cd187..5c4de6d4ba 100644 --- a/yxt-as-ui/src/views/client/customermanagement/customermanagementAdd.vue +++ b/yxt-as-ui/src/views/client/customermanagement/customermanagementAdd.vue @@ -30,16 +30,6 @@
- - -
公司名称
- - - - - -
-
客户地址
@@ -174,7 +164,6 @@ export default { viewTitle: '', viewState: 1, submitdisabled: false, - customerOrg_list: [], province_list: [], city_list: [], county_list: [], @@ -250,19 +239,6 @@ export default { this.source_list = res.data } }) - req.selCustomerOrgList({ useOrgSid: window.sessionStorage.getItem('defaultOrgPath').substring(window.sessionStorage.getItem('defaultOrgPath').lastIndexOf('/') + 1) }).then((res) => { - if (res.success) { - this.customerOrg_list = res.data - } - }) - }, - customerOrgChange(value) { - const choose = this.customerOrg_list.filter((item) => item.sid === value) - if (choose.length > 0 && choose !== null) { - this.formobj.customerOrgName = choose[0].orgName - } else { - this.formobj.customerOrgName = '' - } }, provinceChange(value) { const choose = this.province_list.filter((item) => item.name === value) diff --git a/yxt-as-ui/src/views/client/customermanagement/customermanagementInfo.vue b/yxt-as-ui/src/views/client/customermanagement/customermanagementInfo.vue index 3689d9ac36..623f0ac21e 100644 --- a/yxt-as-ui/src/views/client/customermanagement/customermanagementInfo.vue +++ b/yxt-as-ui/src/views/client/customermanagement/customermanagementInfo.vue @@ -29,12 +29,6 @@ {{ formobj.weixin }}
- - -
公司名称
- {{ formobj.customerOrgName }} -
-
客户地址