From f570cdd8a603d9313e4a7f68651dbd9ba256ed9b Mon Sep 17 00:00:00 2001 From: jiayang yue Date: Fri, 13 Jun 2025 16:28:45 +0800 Subject: [PATCH] =?UTF-8?q?2025.06.13=20=E5=8D=B7=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E6=89=93=E5=8D=B0=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/printFormat/roll_label.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/printFormat/roll_label.js b/src/printFormat/roll_label.js index 523ac31..1ee50b1 100644 --- a/src/printFormat/roll_label.js +++ b/src/printFormat/roll_label.js @@ -315,7 +315,7 @@ function printLabel(LODOP,row,hz,copies){ LODOP.SET_PRINT_STYLEA(0,"Bold",1); //这个是固定的,在料号的后面 - LODOP.ADD_PRINT_TEXT(14,161,66,13,"(Global P/N)"); + LODOP.ADD_PRINT_TEXT(14,147,55,13,"(Global P/N)"); LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); LODOP.SET_PRINT_STYLEA(0,"FontSize",6); LODOP.SET_PRINT_STYLEA(0,"Bold",1); @@ -421,7 +421,7 @@ const printVerticalLabel = (LODOP,row,copies)=>{ LODOP.SET_PRINT_STYLEA(0,"Bold",1); LODOP.SET_PRINT_STYLEA(0,"Angle",90.0); //这个是固定的,在料号的后面 - LODOP.ADD_PRINT_TEXT(41,14,66,13,"(Global P/N)"); + LODOP.ADD_PRINT_TEXT(54,14,66,13,"(Global P/N)"); LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); LODOP.SET_PRINT_STYLEA(0,"FontSize",6); LODOP.SET_PRINT_STYLEA(0,"Bold",1);