feat: wpr添加material_name查询条件

This commit is contained in:
caoqianming 2025-12-30 10:07:41 +08:00
parent c3c7675ac5
commit c37e71d60f
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ class WprFilter(filters.FilterSet):
"mb": ["exact", "isnull"],
"wm": ["exact", "isnull"],
"material__process": ["exact"],
"material__name": ["exact", "contains"],
"state": ["exact"],
"defects": ["exact"],
"number": ["exact"]