Browse Source

20240929

dev
qiezi 1 year ago
parent
commit
ec53b116db
  1. 6
      src/printFormat/alphaHardTagPrintFormat.js

6
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);
}

Loading…
Cancel
Save