From a7f86dfd8bdc2813263d8a449d1b0efeec8fd490 Mon Sep 17 00:00:00 2001
From: Wanwan <913752709@qq.com>
Date: Sat, 11 Nov 2023 21:06:11 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20CRM=20=E5=AE=A2=E6=88=B7=E9=99=90?=
=?UTF-8?q?=E5=88=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../crm/customer/detail/CustomerDetails.vue | 160 +++++++++---------
src/views/crm/customer/detail/index.vue | 3 +-
.../CustomerQuantityLimit.vue | 17 +-
src/views/crm/customerLimitConfig/index.vue | 2 +-
4 files changed, 100 insertions(+), 82 deletions(-)
diff --git a/src/views/crm/customer/detail/CustomerDetails.vue b/src/views/crm/customer/detail/CustomerDetails.vue
index 2e584bd9..67beae94 100644
--- a/src/views/crm/customer/detail/CustomerDetails.vue
+++ b/src/views/crm/customer/detail/CustomerDetails.vue
@@ -1,82 +1,86 @@
-
-
-
- 基本信息
-
-
-
- {{ customer.name }}
-
-
-
-
-
-
-
-
-
-
-
- {{ customer.mobile }}
-
-
- {{ customer.telephone }}
-
-
- {{ customer.email }}
-
-
- {{ customer.qq }}
-
-
- {{ customer.wechat }}
-
-
- {{ customer.website }}
-
-
- {{ customer.areaName }}
-
-
- {{ customer.detailAddress }}
-
-
- {{ customer.contactNextTime ? formatDate(customer.contactNextTime, 'YYYY-MM-DD') : '空' }}
-
-
- {{ customer.contactLastTime ? formatDate(customer.contactLastTime) : '空' }}
-
-
-
-
- {{ customer.description }}
-
-
- {{ customer.remark }}
-
-
-
-
-
- 系统信息
-
-
-
- {{ customer.ownerUserName }}
-
-
- {{ customer.creatorName }}
-
-
- {{ customer.createTime ? formatDate(customer.createTime) : '空' }}
-
-
- {{ customer.updateTime ? formatDate(customer.updateTime) : '空' }}
-
-
-
-
+
+
+
+
+ 基本信息
+
+
+
+ {{ customer.name }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ customer.mobile }}
+
+
+ {{ customer.telephone }}
+
+
+ {{ customer.email }}
+
+
+ {{ customer.qq }}
+
+
+ {{ customer.wechat }}
+
+
+ {{ customer.website }}
+
+
+ {{ customer.areaName }}
+
+
+ {{ customer.detailAddress }}
+
+
+ {{
+ customer.contactNextTime ? formatDate(customer.contactNextTime, 'YYYY-MM-DD') : '空'
+ }}
+
+
+ {{ customer.contactLastTime ? formatDate(customer.contactLastTime) : '空' }}
+
+
+
+
+ {{ customer.description }}
+
+
+ {{ customer.remark }}
+
+
+
+
+
+ 系统信息
+
+
+
+ {{ customer.ownerUserName }}
+
+
+ {{ customer.creatorName }}
+
+
+ {{ customer.createTime ? formatDate(customer.createTime) : '空' }}
+
+
+ {{ customer.updateTime ? formatDate(customer.updateTime) : '空' }}
+
+
+
+
+