From 4466350cde8ca7924719ddc4188abbd9816c3f66 Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 2 Aug 2024 10:35:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=8D=8A=E6=88=90=E5=93=81=E7=94=9F?= =?UTF-8?q?=E4=BA=A7=E5=85=A5=E5=BA=93=E6=98=BE=E7=A4=BA=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E7=89=A9=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inm/mioitem_form.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/views/inm/mioitem_form.vue b/src/views/inm/mioitem_form.vue index cf980776..6c400a16 100644 --- a/src/views/inm/mioitem_form.vue +++ b/src/views/inm/mioitem_form.vue @@ -28,6 +28,15 @@ :value="item" > {{ item.full_name }} + @@ -286,7 +295,7 @@ export default { this.inputBatchDisable = true; } else if (type == "do_in") { //生产入库 - query = { page: 0, type__in: type__in, is_hidden: false }; + query = { page: 0, type__in: type__in }; this.inputBatchDisable = false; } else if (type == "pur_in") { //采购入库