From c56f908b42530e888498a560ee744abbc647b878 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 26 Dec 2025 17:00:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20mlogbin=20qct=20=E5=8F=AF=E4=BE=9D?= =?UTF-8?q?=E6=8D=AEfix=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/wpm/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wpm/views.py b/apps/wpm/views.py index fe17f4e7..1c18407d 100644 --- a/apps/wpm/views.py +++ b/apps/wpm/views.py @@ -836,7 +836,7 @@ class MlogbInViewSet(BulkCreateModelMixin, BulkUpdateModelMixin, BulkDestroyMode "batch": mlogbin.batch, "batch_ofrom": wm_in.batch_ofrom, "material_ofrom": wm_in.material_ofrom, - "qct": Qct.get(material_out, "process", "out"), + "qct": Qct.get(material_out, "fix" if mlog.is_fix else "process", "out"), } if mtype == Process.PRO_DIV and material_in.tracking == Material.MA_TRACKING_SINGLE: pass