|
|
@ -93,12 +93,17 @@ 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(113,229,144,26,"Job No:"+printData.seqNo); |
|
|
|
|
|
|
|
|
// LODOP.ADD_PRINT_TEXT(113,229,144,26,"Job No:"+printData.seqNo);
|
|
|
|
|
|
// LODOP.SET_PRINT_STYLEA(0,"FontName","Arial");
|
|
|
|
|
|
// LODOP.SET_PRINT_STYLEA(0,"FontSize",12);
|
|
|
|
|
|
// LODOP.SET_PRINT_STYLEA(0,"Alignment",3);
|
|
|
|
|
|
// LODOP.SET_PRINT_STYLEA(0,"Bold",1);
|
|
|
|
|
|
LODOP.ADD_PRINT_TEXT(113,229,144,26,"BAG:"+printData.tcpValue+"g"); |
|
|
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,"Alignment",3); |
|
|
LODOP.SET_PRINT_STYLEA(0,"Alignment",3); |
|
|
LODOP.SET_PRINT_STYLEA(0,"Bold",1); |
|
|
LODOP.SET_PRINT_STYLEA(0,"Bold",1); |
|
|
LODOP.ADD_PRINT_TEXT(92,257,99,25,"ItemNo:"+printData.printId); |
|
|
|
|
|
|
|
|
LODOP.ADD_PRINT_TEXT(92,257,99,25,"SN:"+printData.printId); |
|
|
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,"Alignment",3); |
|
|
LODOP.SET_PRINT_STYLEA(0,"Alignment",3); |
|
|
|