|
|
|
@ -34,7 +34,11 @@ export function printPackageLabelNoPreview2(printList) { |
|
|
|
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,141,111,25,printData.inspector); |
|
|
|
LODOP.ADD_PRINT_TEXT(115,63,76,25,printData.inspector); |
|
|
|
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,141,146,26,"Job No:"+printData.seqNo); |
|
|
|
LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); |
|
|
|
LODOP.SET_PRINT_STYLEA(0,"FontSize",12); |
|
|
|
LODOP.SET_PRINT_STYLEA(0,"Bold",1); |
|
|
|
@ -55,7 +59,7 @@ export function printPackageLabelNoPreview2(printList) { |
|
|
|
LODOP.SET_PRINT_STYLEA(0,"FontSize",10); |
|
|
|
LODOP.SET_PRINT_STYLEA(0,"Bold",1); |
|
|
|
LODOP.SET_PRINT_STYLEA(0,"LineSpacing",-5); |
|
|
|
LODOP.ADD_PRINT_TEXT(197,18,128,25,"R-work Date:"); |
|
|
|
LODOP.ADD_PRINT_TEXT(197,18,128,25,"MFG Date:"); |
|
|
|
LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); |
|
|
|
LODOP.SET_PRINT_STYLEA(0,"FontSize",12); |
|
|
|
LODOP.SET_PRINT_STYLEA(0,"Bold",1); |
|
|
|
@ -93,16 +97,21 @@ export function printPackageLabelNoPreview2(printList) { |
|
|
|
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(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(92,274,99,25,"BAG:"+printData.tcpValue+"g");
|
|
|
|
// 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,"FontSize",12); |
|
|
|
LODOP.SET_PRINT_STYLEA(0,"Alignment",3); |
|
|
|
LODOP.SET_PRINT_STYLEA(0,"Bold",1); |
|
|
|
LODOP.ADD_PRINT_TEXT(92,257,99,25,"SN:"+printData.printId); |
|
|
|
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); |
|
|
|
if(printData.code==='CODE128') { |
|
|
|
LODOP.ADD_PRINT_BARCODE(40,143,236,23, "128A",printData.partSpec); |
|
|
|
}else { |
|
|
|
|