From 099fe4b18b4dc67a67a461cfd66d10ce9d6416ca Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 14 Mar 2025 16:10:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=AA=E5=88=B0=E4=B8=AA=E7=9A=84?= =?UTF-8?q?=E6=8B=86=E5=88=86bug7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/wpm/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/wpm/views.py b/apps/wpm/views.py index 4175ebc7..d85d488a 100644 --- a/apps/wpm/views.py +++ b/apps/wpm/views.py @@ -574,6 +574,7 @@ class MlogbInViewSet(CreateModelMixin, UpdateModelMixin, DestroyModelMixin, Cust "mtask": mlogbin.mtask, "mlog": mlog, "material_out": material_out, + "batch": mlogbin.batch, "batch_ofrom": wm_in.batch_ofrom, "material_ofrom": wm_in.material_ofrom, "qct": qct }