From 039d01c3ee6217e18ef3bcaec263fd2ad59e6f68 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期三, 20 九月 2023 16:19:51 +0800
Subject: [PATCH] modified: src/components/view/equipmentmaintain.vue modified: src/components/view/standard-table/material.vue modified: src/components/view/standard-table/product.vue modified: src/components/view/standard-table/target.vue modified: src/components/view/standard-table/technology.vue
---
src/components/view/finishedProductInspectionUp.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/view/finishedProductInspectionUp.vue b/src/components/view/finishedProductInspectionUp.vue
index f944def..300a3dc 100644
--- a/src/components/view/finishedProductInspectionUp.vue
+++ b/src/components/view/finishedProductInspectionUp.vue
@@ -337,7 +337,7 @@
message: '涓婃姤鎴愬姛',
type: 'success'
});
- this.$refs.comBackMain(true)
+ this.$parent.comBackMain(true)
} else {
this.$message({
message: res.message,
@@ -396,7 +396,7 @@
}
}).then(res => {
this.materialOptions = res.data;
- if(this.materialOptions.length===1){
+ if(this.materialOptions.length===1&&row.did!=null){
this.$message({
message: '璇ラ」鐩笅鍙湁涓�涓瘯楠岃澶囷紝鏃犻渶閫夋嫨锛�',
type: 'warning'
--
Gitblit v1.9.3