From 707f876415a2ed958ffdd5cd1c641d912bab5a1b Mon Sep 17 00:00:00 2001 From: spllzh <28668817@qq.com> Date: Thu, 14 Aug 2025 20:41:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=AE=A2=E6=88=B7=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=8A=A8=E6=80=81=E8=8E=B7=E5=8F=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E3=80=81=E9=94=80=E5=94=AE=E3=80=81=E9=97=A8=E5=BA=97=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/customer/index.vue | 459 +++++++++++++++++++++++++++-------- src/views/sales/index.vue | 11 +- 2 files changed, 360 insertions(+), 110 deletions(-) diff --git a/src/views/customer/index.vue b/src/views/customer/index.vue index 29e6a01..95aef26 100644 --- a/src/views/customer/index.vue +++ b/src/views/customer/index.vue @@ -14,16 +14,7 @@ - - - - - + @@ -75,10 +66,17 @@ 筛选 + 清空 + + + 添加客户 + 批量删除 + +
@@ -112,10 +110,12 @@ - - + + @@ -140,7 +140,6 @@ v-for="customer in customerList" :key="customer.id" class="customer-card" - @click="handleViewDetails(customer)" >

{{ customer.customerName }}

@@ -161,11 +160,13 @@
- {{ customer.intendedCarModel || '-' }} + {{ customer.intendedModel || '-' }}
@@ -183,6 +184,58 @@ />
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- {{ currentCustomer.intendedCarModel || '-' }} + {{ currentCustomer.intendedModel || '-' }}
@@ -246,6 +299,14 @@ + + +
+ + {{ currentCustomer.remark }} +
+
+