From 9055be358d389ab546fa9f8d203ce18264c7342c Mon Sep 17 00:00:00 2001 From: wws <18630710203@163.com> Date: Wed, 8 Nov 2023 10:56:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/device/inspectionWork/index.vue | 3 +++ src/views/device/maintenanceWork/index.vue | 18 +++++++++++++++++- src/views/device/spotInspectionWork/index.vue | 3 +++ 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/src/views/device/inspectionWork/index.vue b/src/views/device/inspectionWork/index.vue index 6db55e5..e0a3404 100644 --- a/src/views/device/inspectionWork/index.vue +++ b/src/views/device/inspectionWork/index.vue @@ -362,6 +362,9 @@ {{workVO.equ.workshopName}} + + +
{{detail.itemName}}
diff --git a/src/views/device/maintenanceWork/index.vue b/src/views/device/maintenanceWork/index.vue index 44ce81a..ef38b3e 100644 --- a/src/views/device/maintenanceWork/index.vue +++ b/src/views/device/maintenanceWork/index.vue @@ -362,6 +362,20 @@ {{workVO.equ.workshopName}} + + + +
+ + {{spare.materialCode}} + {{spare.materialDesc}} + {{spare.applyNum}} + + + +
+ +
{{detail.itemName}}
@@ -423,7 +437,9 @@ export default { equipmentTypeName:null, workshopCode:null, workshopName:null, - },detailList:[] + }, + detailList:[], + spareList:[], }, // 工单详情抽屉 workDetail: false, diff --git a/src/views/device/spotInspectionWork/index.vue b/src/views/device/spotInspectionWork/index.vue index 34de850..65ba3c4 100644 --- a/src/views/device/spotInspectionWork/index.vue +++ b/src/views/device/spotInspectionWork/index.vue @@ -362,6 +362,9 @@ {{workVO.equ.workshopName}} + + +
{{detail.itemName}}