From 79d3fcae2a32b4234a1aae50be0cc7e699726abe Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期日, 24 九月 2023 10:42:49 +0800 Subject: [PATCH] modified: src/components/view/processInspection.vue --- src/components/view/finishedProductInspectionUp.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/view/finishedProductInspectionUp.vue b/src/components/view/finishedProductInspectionUp.vue index 58acfa5..300a3dc 100644 --- a/src/components/view/finishedProductInspectionUp.vue +++ b/src/components/view/finishedProductInspectionUp.vue @@ -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