From 7861950d9fcd6c48f7dfc301788f76014ec8ca3a Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Wed, 20 Nov 2024 11:42:28 +0800 Subject: [PATCH] 20241120 --- src/printFormat/logisticLabel.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/printFormat/logisticLabel.js b/src/printFormat/logisticLabel.js index 3b7cf29..4b2bdab 100644 --- a/src/printFormat/logisticLabel.js +++ b/src/printFormat/logisticLabel.js @@ -71,13 +71,14 @@ export const printLogisticLabel = (printList, printerName) => { LODOP.SET_PRINT_STYLEA(0,"Bold",1); if (row.invoiceNo){ - LODOP.ADD_PRINT_TEXT(123,80,80,20,"Invoice No.") + LODOP.ADD_PRINT_TEXT(128,126,80,20,"Invoice") LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); LODOP.SET_PRINT_STYLEA(0,"FontSize",10); LODOP.ADD_PRINT_TEXT(125,175,200,20,row.invoiceNo) LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); - LODOP.SET_PRINT_STYLEA(0,"FontSize",10); + LODOP.SET_PRINT_STYLEA(0,"FontSize",14); + LODOP.SET_PRINT_STYLEA(0,"Bold",1); } LODOP.PRINT();