From 57044739bd1ef4b517b4e1be9d2305407369c2bf Mon Sep 17 00:00:00 2001
From: yunuo970428 <405378304@qq.com>
Date: Fri, 19 Jul 2024 16:38:34 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=85=AC=E5=8F=B8=E5=90=8D?=
=?UTF-8?q?=E7=A7=B0=EF=BC=88=E5=AE=A2=E6=88=B7=E5=8D=95=E4=BD=8D=EF=BC=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../publicPage/quickAddCustomer.vue | 24 -------------------
.../customermanagementAdd.vue | 24 -------------------
.../customermanagementInfo.vue | 6 -----
3 files changed, 54 deletions(-)
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 }}
-
-
客户地址