feat: wpr添加material_name查询条件
This commit is contained in:
parent
c3c7675ac5
commit
c37e71d60f
|
|
@ -17,6 +17,7 @@ class WprFilter(filters.FilterSet):
|
||||||
"mb": ["exact", "isnull"],
|
"mb": ["exact", "isnull"],
|
||||||
"wm": ["exact", "isnull"],
|
"wm": ["exact", "isnull"],
|
||||||
"material__process": ["exact"],
|
"material__process": ["exact"],
|
||||||
|
"material__name": ["exact", "contains"],
|
||||||
"state": ["exact"],
|
"state": ["exact"],
|
||||||
"defects": ["exact"],
|
"defects": ["exact"],
|
||||||
"number": ["exact"]
|
"number": ["exact"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue