From 1bd9b9eabfa01d4a510825c8416bd87d6894592b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=99=E8=BF=90=E6=A8=A1?= <1724894114@qq.com> Date: Mon, 28 Apr 2025 14:07:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BB=B4=E4=BF=AE=E9=83=A8?= =?UTF-8?q?=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/order/create-order.vue | 4 +- src/views/order/order-info.vue | 30 ++- src/views/order/repair-action.vue | 108 +++++--- src/views/order/repairList/index.vue | 17 +- src/views/order/repairListDown/index.vue | 312 +++++++++++++++++++++++ 5 files changed, 431 insertions(+), 40 deletions(-) create mode 100644 src/views/order/repairListDown/index.vue diff --git a/src/views/order/create-order.vue b/src/views/order/create-order.vue index 30bb4d1..afe4a13 100644 --- a/src/views/order/create-order.vue +++ b/src/views/order/create-order.vue @@ -158,8 +158,8 @@ - - + + diff --git a/src/views/order/order-info.vue b/src/views/order/order-info.vue index 482d9b8..2496ead 100644 --- a/src/views/order/order-info.vue +++ b/src/views/order/order-info.vue @@ -17,13 +17,25 @@
- - - - - - - + +
@@ -51,6 +63,7 @@ export default { is_verify_erp_inventory:false, component_info:[] }, + repair_records:[], } }, mounted() { @@ -78,6 +91,9 @@ export default { } ] } + if(res.data.business_status>4){ + this.repair_records = res.data.repair_records; + } } this.loading = false; }, diff --git a/src/views/order/repair-action.vue b/src/views/order/repair-action.vue index 278940d..cfc3b79 100644 --- a/src/views/order/repair-action.vue +++ b/src/views/order/repair-action.vue @@ -68,11 +68,11 @@
- + 维修动作 - + 更换 修复 无需修复 @@ -80,7 +80,7 @@ - + 不良现象
@@ -96,7 +96,7 @@
- + 现场步骤分析
@@ -105,38 +105,42 @@
-
+
- + - - + + - - + + + + + - +
- 提交维修 + 提交维修
- + + +