feat: route添加filter
This commit is contained in:
parent
fa56d61ffc
commit
c58e34a7fd
|
@ -51,7 +51,7 @@ class RouteFilter(filters.FilterSet):
|
|||
"material_out": ["exact", "in"],
|
||||
"process": ["exact", "in"],
|
||||
"is_autotask": ["exact"],
|
||||
"routepack": ["exact"],
|
||||
"routepack": ["exact", "isnull"],
|
||||
"routepack__state": ["exact"],
|
||||
"mgroup": ["exact", "in", "isnull"],
|
||||
"mgroup__name": ["exact", "contains"],
|
||||
|
|
Loading…
Reference in New Issue