From 9b49bf61a010bc8268ddfc3241aaa5a032688cd0 Mon Sep 17 00:00:00 2001
From: xiaofajia <1665375861@qq.com>
Date: Thu, 5 Dec 2024 11:27:05 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E7=BB=B4=E4=BF=AE=E5=B7=A5?=
=?UTF-8?q?=E5=8D=95=E6=96=B0=E5=8A=A0=E7=9A=84=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../repair/tickets/Components/TicketsShow.vue | 56 +++++++++++++------
.../repair/tickets/Components/UserInfo.vue | 49 ++++++++++------
2 files changed, 73 insertions(+), 32 deletions(-)
diff --git a/src/views/repair/tickets/Components/TicketsShow.vue b/src/views/repair/tickets/Components/TicketsShow.vue
index 743c870..4277517 100644
--- a/src/views/repair/tickets/Components/TicketsShow.vue
+++ b/src/views/repair/tickets/Components/TicketsShow.vue
@@ -52,6 +52,18 @@
{{ info.userMobile }}
+
+
+ 经办人姓名
+
+ {{ info.handleName }}
+
+
+
+ 经办人电话
+
+ {{ info.handleMobile }}
+
创建时间
@@ -114,34 +126,46 @@
- 参考成本
+ 最近保养日期
- {{ info.cost }}
+ {{ parseTime(info.maintenanceDate, '{y}-{m}-{d}') }}
- 参考毛利
+ 最近保养里程
- {{ info.profit }}
-
-
-
- 领料状态
-
-
+ {{ info.maintenanceMileage }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
服务顾问
{{ info.adviserName }}
-
-
- 所属门店
-
- {{ info.corpId }}
-
+
+
+
+
+
+
工单状态
diff --git a/src/views/repair/tickets/Components/UserInfo.vue b/src/views/repair/tickets/Components/UserInfo.vue
index 99d013c..ea1b38b 100644
--- a/src/views/repair/tickets/Components/UserInfo.vue
+++ b/src/views/repair/tickets/Components/UserInfo.vue
@@ -124,21 +124,6 @@
-
-
- 预约订单选择
-
-
-
-
-
-
-
- 服务顾问
-
-
-
经办人姓名
@@ -152,7 +137,35 @@
-
+
+ 最近保养日期
+
+
+
+
+
+
+ 最近保养里程
+
+
+
+
+
+ 预约订单选择
+
+
+
+
+
+
+
+ 服务顾问
+
+
@@ -429,6 +442,8 @@ export default {
image: null,
handleName: null,
handleMobile: null,
+ maintenanceDate: null,
+ maintenanceMileage: null
},
selectUser: {},
selectCar: {},
@@ -580,6 +595,8 @@ export default {
image: null,
handleName: null,
handleMobile: null,
+ maintenanceDate: null,
+ maintenanceMileage: null
}
this.selectUser = {}
this.selectCar = {}