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);