From b8994b94c1811be0a2e2b4efb867ac04cb4d881c Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 29 Aug 2024 15:43:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20ftestwork=E5=A2=9E=E5=8A=A0filter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/qm/filters.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/qm/filters.py b/apps/qm/filters.py index 018cf323..e2c1d069 100644 --- a/apps/qm/filters.py +++ b/apps/qm/filters.py @@ -30,6 +30,8 @@ class FtestWorkFilter(filters.FilterSet): fields = { "material__process__name": ["exact", "contains"], "material": ["exact"], + "wm": ["exact"], + "mb": ["exact"], "batch": ["exact"], "type": ["exact"], "type2": ["exact"],