|
|
|
@ -47,6 +47,7 @@ export function printAlphaHardTagLabel (printList, icons, printerName) { |
|
|
|
LODOP.SET_PRINT_STYLEA(0,"FontSize",10); |
|
|
|
LODOP.SET_PRINT_STYLEA(0,"Bold",1); |
|
|
|
|
|
|
|
// LODOP.ADD_PRINT_HTM(50,175,186,35,`<div>${row.desc}</div>`);
|
|
|
|
LODOP.ADD_PRINT_TEXT(50,175,186,35,row.desc); |
|
|
|
LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); |
|
|
|
LODOP.SET_PRINT_STYLEA(0,"FontSize",9); |
|
|
|
@ -89,7 +90,7 @@ export function printAlphaHardTagLabel (printList, icons, printerName) { |
|
|
|
LODOP.SET_PRINT_STYLEA(0,"FontSize",10); |
|
|
|
|
|
|
|
if (row.weightUmName && row.weight){ |
|
|
|
LODOP.ADD_PRINT_TEXT(86,250,50,20,"WEIGHT"); |
|
|
|
LODOP.ADD_PRINT_TEXT(86,230,80,20,"WEIGHT"); |
|
|
|
LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); |
|
|
|
LODOP.SET_PRINT_STYLEA(0,"FontSize",10); |
|
|
|
|
|
|
|
|