From e3d37c6dfaf30a56557bb102f809c60dddf02bc0 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 1 Dec 2023 14:16:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20wm=E5=A2=9E=E5=8A=A0=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/wpm/filters.py b/apps/wpm/filters.py index 3db2843b..5806e838 100644 --- a/apps/wpm/filters.py +++ b/apps/wpm/filters.py @@ -35,6 +35,7 @@ class WMaterialFilter(filters.FilterSet): model = WMaterial fields = { "material": ["exact", "in"], + "material__process": ["exact", "in"], "belong_dept": ["exact"], "belong_dept__name": ["exact"], "batch": ["exact"],