From aeb85365a2b438de36010b289c9a019677f0cc38 Mon Sep 17 00:00:00 2001
From: wws <18630710203@163.com>
Date: Wed, 22 Nov 2023 11:17:54 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=85=BB=E5=9B=BE=E7=89=87=E4=B8=8A?=
=?UTF-8?q?=E4=BC=A0BUG=E8=A7=A3=E5=86=B3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../sparePartsApplicationRecord/index.vue | 2 +-
src/views/device/sparePartsLedger/index.vue | 2 +-
src/views/device/upkeepOrder/index.vue | 43 +++++++++++++------
3 files changed, 33 insertions(+), 14 deletions(-)
diff --git a/src/views/device/sparePartsApplicationRecord/index.vue b/src/views/device/sparePartsApplicationRecord/index.vue
index 16a23924..05a78621 100644
--- a/src/views/device/sparePartsApplicationRecord/index.vue
+++ b/src/views/device/sparePartsApplicationRecord/index.vue
@@ -157,7 +157,7 @@
-
+
-
+
diff --git a/src/views/device/upkeepOrder/index.vue b/src/views/device/upkeepOrder/index.vue
index fb0bd62b..61f5e3fe 100644
--- a/src/views/device/upkeepOrder/index.vue
+++ b/src/views/device/upkeepOrder/index.vue
@@ -976,18 +976,7 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
@@ -1007,6 +1007,13 @@
+
+
+
+
+
+
+
@@ -1039,6 +1046,16 @@
{{ workVO.order.shutDown }}
{{ workVO.order.planPerson }}
{{ workVO.order.repairCode }}
+
+
+
@@ -1188,6 +1205,7 @@ export default {
orderStart:null,
orderEnd:null,
planPerson:null,
+ upkeepPictures:[],
},equ: {
equipmentCode:null,
equipmentName: null,
@@ -1358,6 +1376,7 @@ export default {
personList:[],
planTimeArray:[],
timeArray:[],
+ picturePath: null,
},
// 表单校验
rules: {}