|
|
@ -38,11 +38,7 @@ export function printPackageLabelNoPreview(printList) { |
|
|
LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); |
|
|
LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); |
|
|
LODOP.SET_PRINT_STYLEA(0,"FontSize",12); |
|
|
LODOP.SET_PRINT_STYLEA(0,"FontSize",12); |
|
|
LODOP.SET_PRINT_STYLEA(0,"Bold",1); |
|
|
LODOP.SET_PRINT_STYLEA(0,"Bold",1); |
|
|
LODOP.ADD_PRINT_TEXT(115,142,123,25,"Job No:"); |
|
|
|
|
|
LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); |
|
|
|
|
|
LODOP.SET_PRINT_STYLEA(0,"FontSize",12); |
|
|
|
|
|
LODOP.SET_PRINT_STYLEA(0,"Bold",1); |
|
|
|
|
|
LODOP.ADD_PRINT_TEXT(115,207,76,25,printData.seqNo); |
|
|
|
|
|
|
|
|
LODOP.ADD_PRINT_TEXT(115,141,146,26,"Job No:"+printData.seqNo); |
|
|
LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); |
|
|
LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); |
|
|
LODOP.SET_PRINT_STYLEA(0,"FontSize",12); |
|
|
LODOP.SET_PRINT_STYLEA(0,"FontSize",12); |
|
|
LODOP.SET_PRINT_STYLEA(0,"Bold",1); |
|
|
LODOP.SET_PRINT_STYLEA(0,"Bold",1); |
|
|
|