From e6581158f33327fd65dcca23da482a5978f228d0 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 17 Jul 2025 16:04:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=A3=80=E9=AA=8C=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/index.vue | 47 +++++++------ src/views/wpm_bx/inmIn.vue | 2 +- src/views/wpm_bx/mlog_detail.vue | 14 ++-- src/views/wpm_bx/mlogbw_check.vue | 108 +++++++++++++++--------------- src/views/wpm_bx/mlogs.vue | 5 ++ 5 files changed, 93 insertions(+), 83 deletions(-) diff --git a/src/views/wpm_bx/index.vue b/src/views/wpm_bx/index.vue index 2b6f2c96..c2774679 100644 --- a/src/views/wpm_bx/index.vue +++ b/src/views/wpm_bx/index.vue @@ -16,6 +16,7 @@ :mgroupId="mgroupId" :deptId="mgroupDept" :process = "mgroupProcess" + :processType = "mgroupProcessType" :mgroup_code="mgroup_code" :mgroupMtype = "mgroupMtype" id="mlogs" @@ -39,11 +40,13 @@ @@ -54,29 +57,30 @@ :mgroupId="mgroupId" :deptId="mgroupDept" :process = "mgroupProcess" + :processType = "mgroupProcessType" :mgroup_code="mgroup_code" + :mgroupMtype = "mgroupMtype" > - - + :mgroupName="mgroupName" + :mgroupId="mgroupId" + :deptId="mgroupDept" + :process = "mgroupProcess" + :processType = "mgroupProcessType" + :mgroup_code="mgroup_code" + :mgroupMtype = "mgroupMtype" + > + :mgroupName="mgroupName" + :mgroupId="mgroupId" + :deptId="mgroupDept" + :process = "mgroupProcess" + :processType = "mgroupProcessType" + :mgroup_code="mgroup_code" + :mgroupMtype = "mgroupMtype" + > @@ -94,14 +98,16 @@ export default { return { mgroups:[], tableHieght: 200, + selectedIndex:0, options: ["日志", "交接记录","未完成", "已完成"], values: "日志", mgroupName: "", mgroupId: "", - selectedIndex:0, mgroup_code:'', mgroupDept:'', mgroupMtype:'', + mgroupProcess: '', + mgroupProcessType: '', componentsShow:false, mtaskVisible:false }; @@ -127,6 +133,7 @@ export default { that.mgroups = res; that.mgroupName = res[0].name; that.mgroupId = res[0].id; + that.mgroupProcessType = res[0].process_type; that.mgroupProcess = res[0].process; that.mgroupDept = res[0].belong_dept; that.mgroupMtype = res[0].mtype; diff --git a/src/views/wpm_bx/inmIn.vue b/src/views/wpm_bx/inmIn.vue index b3b22769..bdb50cea 100644 --- a/src/views/wpm_bx/inmIn.vue +++ b/src/views/wpm_bx/inmIn.vue @@ -230,7 +230,7 @@ width="120" > diff --git a/src/views/wpm_bx/mlog_detail.vue b/src/views/wpm_bx/mlog_detail.vue index cca20bdd..b25e7362 100644 --- a/src/views/wpm_bx/mlog_detail.vue +++ b/src/views/wpm_bx/mlog_detail.vue @@ -425,10 +425,10 @@ :batchNumber="batchNumber" :handle_user="handle_user" :handle_date="handle_date" + :processType="processType" @success="handlesCheckSuccess" @closed="scheckClose" - > - + > - 检验 + 检验 批量操作