From 9922402b3b0b68f79ae5b9ee41a1e3410cf94074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E5=B0=A7?= Date: Tue, 24 Jun 2025 15:56:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=98=8E=E7=BB=86=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf_machine_connect/controllers/controllers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sf_machine_connect/controllers/controllers.py b/sf_machine_connect/controllers/controllers.py index 69ea3c14..397840f9 100644 --- a/sf_machine_connect/controllers/controllers.py +++ b/sf_machine_connect/controllers/controllers.py @@ -1002,7 +1002,7 @@ class Sf_Dashboard_Connect(http.Controller): 'blank_name': blank_name, 'material': material, 'dimensions': dimensions, - 'order_qty': order.qty_produced, + 'order_qty': finish_order.qty_produced, 'finish_time': finish_order.date_finished.strftime( '%Y-%m-%d %H:%M:%S') if finish_order.date_finished else ' '