修复序列号问题
This commit is contained in:
@@ -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)
|
qr.make(fit=True)
|
||||||
|
|
||||||
# 创建二维码图像
|
# 创建二维码图像
|
||||||
|
|||||||
Reference in New Issue
Block a user