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 || '-' }} + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + +
+ + 该客户没有上级客户 + +
+
+ + + + + +
+ + + + + + + + + + + + + + + + +
+ + 该客户没有下级客户 + +
+
+
+
+ + +