feat: route添加material筛选条件

This commit is contained in:
caoqianming 2025-02-06 16:40:42 +08:00
parent 1b2f201786
commit 77a50ae162
1 changed files with 2 additions and 1 deletions

View File

@ -50,6 +50,7 @@ class RouteFilter(filters.FilterSet):
fields = { fields = {
"material": ["exact", "in", "isnull"], "material": ["exact", "in", "isnull"],
"material_out": ["exact", "in"], "material_out": ["exact", "in"],
"material_in": ["exact", "in"],
"process": ["exact", "in"], "process": ["exact", "in"],
"is_autotask": ["exact"], "is_autotask": ["exact"],
"routepack": ["exact", "isnull"], "routepack": ["exact", "isnull"],