|
|
|
@ -71,7 +71,8 @@ export const printLogisticLabel = (printList, printerName) => { |
|
|
|
LODOP.SET_PRINT_STYLEA(0,"Bold",1); |
|
|
|
|
|
|
|
if (row.invoiceNo){ |
|
|
|
LODOP.ADD_PRINT_TEXT(128,126,80,20,"Invoice") |
|
|
|
// LODOP.ADD_PRINT_TEXT(128,126,80,20,"Invoice")
|
|
|
|
LODOP.ADD_PRINT_TEXT(128,102,80,20,"Invoice") |
|
|
|
LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); |
|
|
|
LODOP.SET_PRINT_STYLEA(0,"FontSize",10); |
|
|
|
|
|
|
|
|