From bf0a9fd5a22dacc187d084d0d47f24c9204a1dd1 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 6 Aug 2025 08:40:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=80=80=E7=81=AB=E5=B7=B2=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E7=89=A9=E6=96=99=E4=B9=9F=E5=8A=A0=E6=A3=80=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/index.vue | 2 +- src/views/wpm_gx/inmOut.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/wpm_gx/index.vue b/src/views/wpm_gx/index.vue index 9b652b2d..b87eb83c 100644 --- a/src/views/wpm_gx/index.vue +++ b/src/views/wpm_gx/index.vue @@ -140,7 +140,7 @@ export default { that.mgroupMtype = res[0].mtype; that.processtype = res[0].process_type; that.mgroupDept = res[0].belong_dept; - if(that.mgroupName=='黑化'){ + if(that.mgroupName=='黑化'||that.mgroupName=='退火'){ that.options.push("检验记录") } that.componentsShow = true; diff --git a/src/views/wpm_gx/inmOut.vue b/src/views/wpm_gx/inmOut.vue index 6a5d109b..87f02638 100644 --- a/src/views/wpm_gx/inmOut.vue +++ b/src/views/wpm_gx/inmOut.vue @@ -114,14 +114,14 @@ @click="table_Check(scope.row)" v-auth="'ftestwork.create'" type="primary" - v-if="scope.row.mgroup_name == '黑化'&&scope.row.state == 10" + v-if="(scope.row.mgroup_name == '黑化'||scope.row.mgroup_name == '退火')&&(scope.row.state == 10||scope.row.state == 20||scope.row.state == 34)" >检验 检验记录 物料标签