修复序列号问题

This commit is contained in:
mgw
2024-02-21 15:25:55 +08:00
parent 7d3a320893
commit b4538a3f9d

View File

@@ -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)
# 创建二维码图像