From 423a390c4f74d68761967b96bbde6f1645a599f3 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 5 Feb 2025 16:57:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4=E4=BA=A4=E6=8E=A5?= =?UTF-8?q?=E6=94=B9=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/handover.vue | 13 ++++++------- src/views/wpm_bx/handover_form.vue | 26 +++++++++++++++++++++++++- 2 files changed, 31 insertions(+), 8 deletions(-) diff --git a/src/views/wpm_bx/handover.vue b/src/views/wpm_bx/handover.vue index 775fce51..5580ba2e 100644 --- a/src/views/wpm_bx/handover.vue +++ b/src/views/wpm_bx/handover.vue @@ -19,16 +19,15 @@ > 打印机改版 检验打印机
diff --git a/src/views/wpm_bx/handover_form.vue b/src/views/wpm_bx/handover_form.vue index 30be9fae..b6ce9d2d 100644 --- a/src/views/wpm_bx/handover_form.vue +++ b/src/views/wpm_bx/handover_form.vue @@ -123,6 +123,21 @@ + + + + + + + + + @@ -322,6 +337,12 @@ export default { }, ], }, + apiObj:this.$API.mtm.material.list, + paramsM:{ + type:20, + is_hidde:true, + }, + materials:[], totalCount: 0, deptID:'', bwIndex:0, @@ -416,9 +437,12 @@ export default { let that = this; var req = { page: 0, - state:10, + // state:10, mgroupx:that.mgroupId }; + if(that.type!==50){ + req.state = 10; + } that.materialOptions = []; this.$API.wpm.wmaterial.list.req(req).then((res) => { that.materialOptions = res;