fix: 出入库记录按物料类型筛选
This commit is contained in:
parent
9a9ddcfe5d
commit
5c5a0bafc0
|
@ -94,7 +94,7 @@ export default {
|
|||
},
|
||||
params: {
|
||||
type__in: 'sale_out,do_in',
|
||||
item_mio__material__type: 10
|
||||
materials__type: 10
|
||||
},
|
||||
form: {
|
||||
|
||||
|
|
|
@ -94,7 +94,7 @@ export default {
|
|||
},
|
||||
params: {
|
||||
type__in: 'do_in,do_out',
|
||||
item_mio__material__type: 20
|
||||
materials__type: 20
|
||||
},
|
||||
form: {
|
||||
|
||||
|
|
|
@ -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: {
|
||||
|
||||
|
|
|
@ -94,7 +94,7 @@ export default {
|
|||
},
|
||||
params: {
|
||||
type__in: 'pur_in,do_out',
|
||||
item_mio__material__type: 30
|
||||
materials__type: 30
|
||||
},
|
||||
form: {
|
||||
|
||||
|
|
Loading…
Reference in New Issue