feat: handover增加筛选条件

This commit is contained in:
caoqianming 2024-08-12 15:05:47 +08:00
parent c5dfb325dc
commit ba2368f59b
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@ class HandoverFilter(filters.FilterSet):
"recive_dept__name": ["exact"],
"send_date": ["exact"],
"material__type": ["exact", "in"],
"material__process": ["exact", "in"],
"material__process__name": ["exact", "contains", "in"],
"submit_time": ["isnull"],
"mlog": ["isnull"],
"send_mgroup": ["exact"],