From ec53b116db444f3f210b50c7e0ac8feed36b52f0 Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Sun, 29 Sep 2024 09:26:11 +0800 Subject: [PATCH] 20240929 --- src/printFormat/alphaHardTagPrintFormat.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/printFormat/alphaHardTagPrintFormat.js b/src/printFormat/alphaHardTagPrintFormat.js index fc83a6e..51bdb1b 100644 --- a/src/printFormat/alphaHardTagPrintFormat.js +++ b/src/printFormat/alphaHardTagPrintFormat.js @@ -94,16 +94,16 @@ export function printAlphaHardTagLabel (printList, icons, printerName) { LODOP.SET_PRINT_STYLEA(0,"FontSize",10); if (row.weightUmName && row.weight){ - LODOP.ADD_PRINT_TEXT(86,230,80,20,"WEIGHT"); + LODOP.ADD_PRINT_TEXT(86,226,80,20,"WEIGHT"); LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); LODOP.SET_PRINT_STYLEA(0,"FontSize",10); - LODOP.ADD_PRINT_TEXT(86,275,60,20,row.weight); + LODOP.ADD_PRINT_TEXT(86,275,64,20,row.weight); LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); LODOP.SET_PRINT_STYLEA(0,"FontSize",10); LODOP.SET_PRINT_STYLEA(0,"Alignment",3); - LODOP.ADD_PRINT_TEXT(86,341,50,20,row.weightUmName); + LODOP.ADD_PRINT_TEXT(86,343,50,20,row.weightUmName); LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); LODOP.SET_PRINT_STYLEA(0,"FontSize",10); }