From b4538a3f9d740643ebe50484c4b5897de889bc90 Mon Sep 17 00:00:00 2001 From: mgw <1392924357@qq.com> Date: Wed, 21 Feb 2024 15:25:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BA=8F=E5=88=97=E5=8F=B7?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf_warehouse/models/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sf_warehouse/models/model.py b/sf_warehouse/models/model.py index 1d1afef2..a1891c71 100644 --- a/sf_warehouse/models/model.py +++ b/sf_warehouse/models/model.py @@ -409,7 +409,7 @@ class Sf_stock_move_line(models.Model): ) # 添加数据 - qr.add_data(self.lot_id.name) + qr.add_data(record.lot_id.name) qr.make(fit=True) # 创建二维码图像