解除装夹处打印成品二维码
This commit is contained in:
@@ -404,6 +404,7 @@ class ProductionLot(models.Model):
|
||||
|
||||
def print_single_method(self):
|
||||
|
||||
print('self.name========== %s' % self.name)
|
||||
self.ensure_one()
|
||||
qr_code_data = self.qr_code_image
|
||||
if not qr_code_data:
|
||||
|
||||
Reference in New Issue
Block a user