diff --git a/apps/wpm/filters.py b/apps/wpm/filters.py index e662ccd1..46952252 100644 --- a/apps/wpm/filters.py +++ b/apps/wpm/filters.py @@ -68,5 +68,6 @@ class HandoverFilter(filters.FilterSet): "recive_dept": ["exact"], "recive_dept__name": ["exact"], "send_date": ["exact"], + "material__type": ["exact", "in"], "submit_time": ["isnull"] }