From a6b9ce704d9323fce8a692351780f072b989137f Mon Sep 17 00:00:00 2001
From: wanwan <913752709@qq.com>
Date: Sun, 26 Nov 2023 20:02:08 +0800
Subject: [PATCH] =?UTF-8?q?!334=20feat:=20=E5=AE=A2=E6=88=B7=E9=85=8D?=
=?UTF-8?q?=E7=BD=AE=20review=20=E4=BF=AE=E6=94=B9=20*=20feat:=20=E5=AE=A2?=
=?UTF-8?q?=E6=88=B7=E9=85=8D=E7=BD=AE=20review=20=E4=BF=AE=E6=94=B9=20*?=
=?UTF-8?q?=20feat:=20=E5=AE=A2=E6=88=B7=E9=85=8D=E7=BD=AE=20review=20?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9=20*=20feat:=20=E5=AE=A2=E6=88=B7=E9=85=8D?=
=?UTF-8?q?=E7=BD=AE=20review=20=E4=BF=AE=E6=94=B9=20*=20feat:=20=E5=AE=A2?=
=?UTF-8?q?=E6=88=B7=E9=85=8D=E7=BD=AE=20review=20=E4=BF=AE=E6=94=B9=20*?=
=?UTF-8?q?=20feat:=20=E5=AE=A2=E6=88=B7=E9=85=8D=E7=BD=AE=20review=20?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9=20*=20feat:=20=E5=AE=A2=E6=88=B7=E9=85=8D?=
=?UTF-8?q?=E7=BD=AE=20review=20=E4=BF=AE=E6=94=B9=20*=20feat:=20=E5=AE=A2?=
=?UTF-8?q?=E6=88=B7=E9=85=8D=E7=BD=AE=20review=20=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
(cherry picked from commit 85810c07867522f9b5f541db2d8898f91bf7a790)
---
src/views/crm/clue/ClueForm.vue | 1 -
.../customerLimitConfig.ts | 4 +
.../customer/detail/CustomerDetailsTop.vue | 85 +++++++++++++++++++
src/views/crm/customer/detail/index.vue | 4 +-
4 files changed, 91 insertions(+), 3 deletions(-)
create mode 100644 src/views/crm/config/customerLimitConfig/customerLimitConfig.ts
create mode 100644 src/views/crm/customer/detail/CustomerDetailsTop.vue
diff --git a/src/views/crm/clue/ClueForm.vue b/src/views/crm/clue/ClueForm.vue
index 1b2637c9..f0cfcab6 100644
--- a/src/views/crm/clue/ClueForm.vue
+++ b/src/views/crm/clue/ClueForm.vue
@@ -10,7 +10,6 @@
-
+
+
+
+
+
+
+
+
+
+ 编辑
+
+ 更改成交状态
+
+
+
+
+
+ 创建任务
+
+
+
+ 发送邮件
+
+
+
+ 创建联系人
+
+
+
+ 创建商机
+
+
+
+ 创建合同
+
+
+
+ 创建回款
+
+
+
+ 添加团队成员
+
+
+
+
+
+
+
+
+
+ {{ customer.dealStatus ? '已成交' : '未成交' }}
+
+
+ {{ customer.ownerUserName }}
+
+
+
+
+
+ {{ customer.mobile }}
+
+
+
+
+
+
+
+
diff --git a/src/views/crm/customer/detail/index.vue b/src/views/crm/customer/detail/index.vue
index e6c9e9a9..59b18c5b 100644
--- a/src/views/crm/customer/detail/index.vue
+++ b/src/views/crm/customer/detail/index.vue
@@ -1,5 +1,5 @@
-
+
@@ -66,7 +66,7 @@ const loading = ref(true) // 加载中
/**
* 获取详情
*
- * @param id 客户编号
+ * @param id
*/
const customer = ref({} as CustomerApi.CustomerVO) // 客户详情
const getCustomerData = async (id: number) => {