From 443f65b5dce5d8bc55b30827f26f03dda06caa92 Mon Sep 17 00:00:00 2001
From: wanwan <913752709@qq.com>
Date: Sun, 26 Nov 2023 12:02:08 +0000
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
---
.../customerLimitConfig.ts | 4 +
.../customer/detail/CustomerDetailsTop.vue | 85 +++++++++++++++++++
2 files changed, 89 insertions(+)
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/config/customerLimitConfig/customerLimitConfig.ts b/src/views/crm/config/customerLimitConfig/customerLimitConfig.ts
new file mode 100644
index 00000000..7584849a
--- /dev/null
+++ b/src/views/crm/config/customerLimitConfig/customerLimitConfig.ts
@@ -0,0 +1,4 @@
+// TODO 可以挪到它对应的 api.ts 文件里哈
+/**
+ * 客户限制配置类型
+ */
diff --git a/src/views/crm/customer/detail/CustomerDetailsTop.vue b/src/views/crm/customer/detail/CustomerDetailsTop.vue
new file mode 100644
index 00000000..509d0a27
--- /dev/null
+++ b/src/views/crm/customer/detail/CustomerDetailsTop.vue
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+
+
+
+ 编辑
+
+ 更改成交状态
+
+
+
+
+
+ 创建任务
+
+
+
+ 发送邮件
+
+
+
+ 创建联系人
+
+
+
+ 创建商机
+
+
+
+ 创建合同
+
+
+
+ 创建回款
+
+
+
+ 添加团队成员
+
+
+
+
+
+
+
+
+
+ {{ customer.dealStatus ? '已成交' : '未成交' }}
+
+
+ {{ customer.ownerUserName }}
+
+
+
+
+
+ {{ customer.mobile }}
+
+
+
+
+
+
+
+