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 @@ - + - +