feat: handover增加筛选条件
This commit is contained in:
parent
c5dfb325dc
commit
ba2368f59b
|
|
@ -87,6 +87,8 @@ class HandoverFilter(filters.FilterSet):
|
||||||
"recive_dept__name": ["exact"],
|
"recive_dept__name": ["exact"],
|
||||||
"send_date": ["exact"],
|
"send_date": ["exact"],
|
||||||
"material__type": ["exact", "in"],
|
"material__type": ["exact", "in"],
|
||||||
|
"material__process": ["exact", "in"],
|
||||||
|
"material__process__name": ["exact", "contains", "in"],
|
||||||
"submit_time": ["isnull"],
|
"submit_time": ["isnull"],
|
||||||
"mlog": ["isnull"],
|
"mlog": ["isnull"],
|
||||||
"send_mgroup": ["exact"],
|
"send_mgroup": ["exact"],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue