From ec40e3433b705a41bca350bff3c6f22bd2457def Mon Sep 17 00:00:00 2001 From: Yangzz <9704.yyds@163.com> Date: Thu, 14 Aug 2025 14:29:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A9=E7=BA=BF=E6=A0=87=E7=AD=BE=E6=89=93?= =?UTF-8?q?=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/printFormat/hardwareAntennaAutoSN.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/printFormat/hardwareAntennaAutoSN.js b/src/printFormat/hardwareAntennaAutoSN.js index 6118d80..c8e638d 100644 --- a/src/printFormat/hardwareAntennaAutoSN.js +++ b/src/printFormat/hardwareAntennaAutoSN.js @@ -43,9 +43,9 @@ export const printAntennaAutoSNLabel = (printList) => { //console.log(i) //如果打印正常的标签 // 处理偏移量 - LODOP.PRINT_INITA(offsetY,offsetX,1100,512) + LODOP.PRINT_INITA(offsetY,offsetX,1100,1005) LODOP.SET_PRINTER_INDEXA(row.printerName) - LODOP.SET_PRINT_PAGESIZE(0, 1100, 512, '') + LODOP.SET_PRINT_PAGESIZE(0, 1100, 1005, '') // 设置TOP高度 sizeTop = 0;// 重置top值 }else {