feat: ftestwork增加查询条件
This commit is contained in:
parent
0a0b6b72ba
commit
23dd745192
|
@ -31,4 +31,6 @@ class FtestWorkFilter(filters.FilterSet):
|
||||||
"material__process__name": ["exact", "contains"],
|
"material__process__name": ["exact", "contains"],
|
||||||
"material": ["exact"],
|
"material": ["exact"],
|
||||||
"batch": ["exact"],
|
"batch": ["exact"],
|
||||||
|
"type": ["exact"],
|
||||||
|
"type2": ["exact"],
|
||||||
}
|
}
|
Loading…
Reference in New Issue