From 81a390f1840be2bea76b3c39f90b3405f81a2a00 Mon Sep 17 00:00:00 2001 From: yinq Date: Wed, 5 Nov 2025 13:48:02 +0800 Subject: [PATCH] =?UTF-8?q?1.0.28=20=E5=AE=A2=E6=88=B7=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=85=B3=E8=81=94=E4=B8=8A=E4=B8=8B=E6=B8=B8=E3=80=81=E6=88=91?= =?UTF-8?q?=E6=96=B9=E5=85=AC=E5=8F=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/oa/crm/customerContact/index.vue | 47 +- src/views/oa/crm/customerInfo/index.vue | 294 +++++++- src/views/oa/crm/customerInfo/ourIndex.vue | 824 +++++++++++++++++++++ 3 files changed, 1108 insertions(+), 57 deletions(-) create mode 100644 src/views/oa/crm/customerInfo/ourIndex.vue diff --git a/src/views/oa/crm/customerContact/index.vue b/src/views/oa/crm/customerContact/index.vue index 28537f5..6f2cfc1 100644 --- a/src/views/oa/crm/customerContact/index.vue +++ b/src/views/oa/crm/customerContact/index.vue @@ -3,38 +3,33 @@
- + - - + + - + - - - - - + + + + + - + - - - + + + 搜索 重置 @@ -101,9 +96,9 @@ - + @@ -131,12 +126,7 @@ - + @@ -158,8 +148,7 @@ - - + @@ -228,7 +217,7 @@ const dialog = reactive({ /** 查询客户信息下拉框结构 */ const customerInfoList = ref([]); const getCustomerInfoListSelect = async () => { - let res = await getCrmCustomerInfoList(null); + let res = await getCrmCustomerInfoList({ ourCompanyFlag: '0'}); customerInfoList.value = res.data; }; diff --git a/src/views/oa/crm/customerInfo/index.vue b/src/views/oa/crm/customerInfo/index.vue index 7948af1..3dd8320 100644 --- a/src/views/oa/crm/customerInfo/index.vue +++ b/src/views/oa/crm/customerInfo/index.vue @@ -105,7 +105,7 @@ - + @@ -119,13 +119,11 @@ - - - - + + + + +
+ + + + + + {{ currentCustomer.customerName }} + + + {{ currentCustomer.mnemonicName || '-' }} + + + + + + + + + + + + {{ currentCustomer.ownerName || '-' }} + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + +
+ + 该客户没有上级客户 + +
+
+ + + + + +
+ + + + + + + + + + + + + + + + +
+ + 该客户没有下级客户 + +
+
+
+
+ + +