feat 增加wm查询条件
This commit is contained in:
parent
e3c0273e0d
commit
ac323781eb
|
@ -35,6 +35,7 @@ class WMaterialFilter(filters.FilterSet):
|
|||
model = WMaterial
|
||||
fields = {
|
||||
"material": ["exact", "in"],
|
||||
"material__type": ["exact", "in"],
|
||||
"material__process": ["exact", "in"],
|
||||
"belong_dept": ["exact"],
|
||||
"belong_dept__name": ["exact"],
|
||||
|
|
Loading…
Reference in New Issue