feat: mio 添加查询条件
This commit is contained in:
parent
5ea7980a1b
commit
241df0beca
|
@ -39,6 +39,7 @@ class MioFilter(filters.FilterSet):
|
|||
"mgroup": ["exact"],
|
||||
"item_mio__batch": ["exact"],
|
||||
"inout_date": ["gte", "lte", "exact"],
|
||||
"belong_dept": ["exact"]
|
||||
}
|
||||
|
||||
def filter_materials__type(self, queryset, name, value):
|
||||
|
|
Loading…
Reference in New Issue