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