feat: 增加material查询条件
This commit is contained in:
parent
e3d37c6dfa
commit
e3c0273e0d
|
@ -15,6 +15,7 @@ class MaterialFilter(filters.FilterSet):
|
|||
"is_hidden": ["exact"],
|
||||
"is_assemb": ["exact"],
|
||||
"need_route": ["exact"],
|
||||
"process": ["exact", "in", "isnull"],
|
||||
"orderitem_material__order": ['exact'],
|
||||
"pu_orderitem_material__pu_order": ["exact"],
|
||||
"route_material_out__mgroup": ["exact"]
|
||||
|
|
Loading…
Reference in New Issue