feat: 交接记录增加查询条件
This commit is contained in:
parent
64ac57d217
commit
9ba83cc1fe
|
@ -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"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue