|
|
|
@ -139,6 +139,7 @@ export function printOutBoxLabel(printList) { |
|
|
|
LODOP.SET_PRINT_STYLEA(0,"Bold",1); |
|
|
|
if(printData.iconInfo!=''&&printData.iconInfo!=null) { |
|
|
|
LODOP.ADD_PRINT_IMAGE(185,425,99,55, "<img src='http://192.168.1.83:81/upload/" + printData.iconInfo + ".jpg'/>"); |
|
|
|
// LODOP.ADD_PRINT_IMAGE(185,425,99,55, "<img src='http://192.168.2.172/upload/" + printData.iconInfo + ".jpg'/>");
|
|
|
|
LODOP.SET_PRINT_STYLEA(0,"Stretch",2); |
|
|
|
} |
|
|
|
if(printData.code=='CODE128') { |
|
|
|
@ -179,7 +180,7 @@ export function printOutBoxLabel(printList) { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
// LODOP.SET_PRINT_STYLEA(1,"AngleOfPageInside",-90);
|
|
|
|
LODOP.SET_PRINT_STYLEA(1,"AngleOfPageInside",-90); |
|
|
|
// LODOP.PRINT_DESIGN();
|
|
|
|
LODOP.PREVIEW(); |
|
|
|
// LODOP.PRINT();
|
|
|
|
|