From 0f8c0338b19f56a2084e1b8444928852c66ebbe2 Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Wed, 20 Nov 2024 13:33:13 +0800 Subject: [PATCH] 20241120 --- src/printFormat/logisticLabel.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/printFormat/logisticLabel.js b/src/printFormat/logisticLabel.js index 4b2bdab..915f91d 100644 --- a/src/printFormat/logisticLabel.js +++ b/src/printFormat/logisticLabel.js @@ -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);