feat: mb添加batch查询条件
This commit is contained in:
parent
1445a14a9a
commit
359dd8f898
|
@ -13,7 +13,8 @@ class MaterialBatchFilter(filters.FilterSet):
|
||||||
"material__process": ["exact", "in"],
|
"material__process": ["exact", "in"],
|
||||||
"count": ["exact", "gte", "lte"],
|
"count": ["exact", "gte", "lte"],
|
||||||
"state": ["exact", "in"],
|
"state": ["exact", "in"],
|
||||||
"defect": ["exact"]
|
"defect": ["exact"],
|
||||||
|
"batch": ["exact"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue