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 };