diff --git a/src/printFormat/roll_label.js b/src/printFormat/roll_label.js index 8415cb6..da0c507 100644 --- a/src/printFormat/roll_label.js +++ b/src/printFormat/roll_label.js @@ -117,7 +117,7 @@ function prePrintLabel(LODOP,row,hz=0){ function printLabel(LODOP,row,hz){ LODOP.SET_PRINT_PAGESIZE(hz,565,252,""); - LODOP.ADD_PRINT_IMAGE(-3,-3,"20mm","20mm",row.qrCode); + LODOP.ADD_PRINT_IMAGE(-3,-3,"18mm","18mm",row.qrCode); LODOP.SET_PRINT_STYLEA(0,"Stretch",2); LODOP.ADD_PRINT_IMAGE(1,137,62,12,""); diff --git a/src/views/modules/label/printer.vue b/src/views/modules/label/printer.vue index 01b177f..53086c1 100644 --- a/src/views/modules/label/printer.vue +++ b/src/views/modules/label/printer.vue @@ -655,6 +655,7 @@ export default { partNo:this.currentPart.partNo, partDesc:this.currentPart.partDesc, poNo:'', + category:this.currentPart.category, unitQtyPerPallet:1, countOfPallets:1, umName: this.currentPart.umName,