From ba2368f59b44b8efd4ec5cd7023fd65af4d1fcec Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 12 Aug 2024 15:05:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20handover=E5=A2=9E=E5=8A=A0=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/wpm/filters.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/wpm/filters.py b/apps/wpm/filters.py index f7efa577..e2b12517 100644 --- a/apps/wpm/filters.py +++ b/apps/wpm/filters.py @@ -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"],