feat: 交接记录增加查询条件

This commit is contained in:
caoqianming 2023-11-27 23:19:35 +08:00
parent 64ac57d217
commit 9ba83cc1fe
1 changed files with 1 additions and 0 deletions

View File

@ -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"]
}