From 9a9ddcfe5d21dd25a6b12a039bf7f18830b24a01 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Wed, 24 Jan 2024 11:26:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=87=BA=E5=85=A5=E5=BA=93=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E6=8C=89=E7=89=A9=E6=96=99=E7=B1=BB=E5=9E=8B=E7=AD=9B?= =?UTF-8?q?=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inm/good_mio.vue | 7 +++++-- src/views/inm/halfgood_mio.vue | 7 +++++-- src/views/inm/helpso.vue | 2 +- src/views/inm/helpso_mio.vue | 7 +++++-- src/views/inm/mainso_mio.vue | 7 +++++-- src/views/inm/mioitem_form.vue | 2 +- 6 files changed, 22 insertions(+), 10 deletions(-) diff --git a/src/views/inm/good_mio.vue b/src/views/inm/good_mio.vue index c6865b18..e9c55072 100644 --- a/src/views/inm/good_mio.vue +++ b/src/views/inm/good_mio.vue @@ -19,7 +19,7 @@ - + @@ -90,8 +90,11 @@ export default { save: false, }, query: { + + }, + params: { type__in: 'sale_out,do_in', - // item_mio__material__type: 10 + item_mio__material__type: 10 }, form: { diff --git a/src/views/inm/halfgood_mio.vue b/src/views/inm/halfgood_mio.vue index e99df970..c695f1a1 100644 --- a/src/views/inm/halfgood_mio.vue +++ b/src/views/inm/halfgood_mio.vue @@ -19,7 +19,7 @@ - + @@ -90,8 +90,11 @@ export default { save: false, }, query: { + + }, + params: { type__in: 'do_in,do_out', - // item_mio__material__type: 20 + item_mio__material__type: 20 }, form: { diff --git a/src/views/inm/helpso.vue b/src/views/inm/helpso.vue index dcb72b75..e76c79a1 100644 --- a/src/views/inm/helpso.vue +++ b/src/views/inm/helpso.vue @@ -40,7 +40,7 @@ export default { data() { return { apiObj: this.$API.inm.warehouse.batch, - params: { count__gte: 1, material__type__in: '40' }, + params: { count__gte: 1, material__type__in: '40, 50, 60, 70' }, selection: [], query: {}, warehouseOptions: [] diff --git a/src/views/inm/helpso_mio.vue b/src/views/inm/helpso_mio.vue index cd4b7c48..c4c5073c 100644 --- a/src/views/inm/helpso_mio.vue +++ b/src/views/inm/helpso_mio.vue @@ -18,7 +18,7 @@ - + @@ -85,8 +85,11 @@ export default { save: false, }, query: { + + }, + params: { type__in: 'pur_in', - // item_mio__material__type: 40 + item_mio__material__type__in: '40, 50, 60, 70' }, form: { diff --git a/src/views/inm/mainso_mio.vue b/src/views/inm/mainso_mio.vue index e5e83c7a..27a48eff 100644 --- a/src/views/inm/mainso_mio.vue +++ b/src/views/inm/mainso_mio.vue @@ -19,7 +19,7 @@ - + @@ -90,8 +90,11 @@ export default { save: false, }, query: { + + }, + params: { type__in: 'pur_in,do_out', - // item_mio__material__type: 30 + item_mio__material__type: 30 }, form: { diff --git a/src/views/inm/mioitem_form.vue b/src/views/inm/mioitem_form.vue index 57f9eb5a..a6792736 100644 --- a/src/views/inm/mioitem_form.vue +++ b/src/views/inm/mioitem_form.vue @@ -161,7 +161,7 @@ export default { } else if (cate == 'mainso') { type__in = '30' } else if (cate == 'helpso') { - type__in = '40' + type__in = '40, 50, 60, 70' } if (type == 'do_out') {//生产领料'10, 20, 30' query = { page: 0, type__in: type__in, is_hidden: false, is_assemb: false };