From ea7bde5dd944794675e1c87c5da2d622b9567970 Mon Sep 17 00:00:00 2001 From: wws <18630710203@163.com> Date: Fri, 10 Nov 2023 13:42:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E6=A3=80=E9=80=BB=E8=BE=91=E5=89=8D?= =?UTF-8?q?=E5=90=8E=E7=AB=AF=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/device/spotCheckPlan/index.vue | 2 +- .../device/spotInspectionOrder/index.vue | 21 ++++++++++++------- src/views/device/spotInspectionWork/index.vue | 18 ++++++++-------- 3 files changed, 23 insertions(+), 18 deletions(-) diff --git a/src/views/device/spotCheckPlan/index.vue b/src/views/device/spotCheckPlan/index.vue index 49738f1..f00fed6 100644 --- a/src/views/device/spotCheckPlan/index.vue +++ b/src/views/device/spotCheckPlan/index.vue @@ -413,7 +413,7 @@ - + {{ this.form.planCode }} {{ this.form.planName }} - {{ this.form.planLoop }}{{ this.form.planLoopType }} - + {{ this.form.planLoop }}{{ this.form.planLoopType }} {{ this.form.orderCode }} {{ this.form.planWorkshop }} {{ this.form.workCenterName }} + {{ this.form.repairCode }} @@ -381,8 +381,8 @@ - 达标 - 未达标 + 未达标 + 达标 @@ -424,7 +424,7 @@ - + { - this.$modal.msgSuccess("提交成功"); - this.open = false; - this.getList(); + if (response.code != 500) { + this.$modal.msgSuccess("提交成功"); + this.open = false; + this.getList(); + } }); } else { addSpotInspectionOrder(this.form).then(response => { diff --git a/src/views/device/spotInspectionWork/index.vue b/src/views/device/spotInspectionWork/index.vue index 46fa246..9fb9a06 100644 --- a/src/views/device/spotInspectionWork/index.vue +++ b/src/views/device/spotInspectionWork/index.vue @@ -248,29 +248,29 @@ - + - + - - + + - + - + - + @@ -291,13 +291,13 @@ - + - +