fix: 出入库记录按物料类型筛选

This commit is contained in:
caoqianming 2024-01-24 11:56:48 +08:00
parent 9a9ddcfe5d
commit 5c5a0bafc0
4 changed files with 4 additions and 4 deletions

View File

@ -94,7 +94,7 @@ export default {
},
params: {
type__in: 'sale_out,do_in',
item_mio__material__type: 10
materials__type: 10
},
form: {

View File

@ -94,7 +94,7 @@ export default {
},
params: {
type__in: 'do_in,do_out',
item_mio__material__type: 20
materials__type: 20
},
form: {

View File

@ -89,7 +89,7 @@ export default {
},
params: {
type__in: 'pur_in',
item_mio__material__type__in: '40, 50, 60, 70'
materials__type__in: '40, 50, 60, 70'
},
form: {

View File

@ -94,7 +94,7 @@ export default {
},
params: {
type__in: 'pur_in,do_out',
item_mio__material__type: 30
materials__type: 30
},
form: {