fix:ftestwork查询添加batch_contains
This commit is contained in:
parent
cfcd6c2ba3
commit
19271e8880
|
|
@ -48,7 +48,7 @@ class FtestWorkFilter(filters.FilterSet):
|
||||||
"material": ["exact"],
|
"material": ["exact"],
|
||||||
"wm": ["exact", "isnull"],
|
"wm": ["exact", "isnull"],
|
||||||
"mb": ["exact", "isnull"],
|
"mb": ["exact", "isnull"],
|
||||||
"batch": ["exact"],
|
"batch": ["exact", "contains"],
|
||||||
"type": ["exact"],
|
"type": ["exact"],
|
||||||
"type2": ["exact"],
|
"type2": ["exact"],
|
||||||
"shift": ["exact"]
|
"shift": ["exact"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue