Browse Source

2025.06.13 卷标签打印优化

master
jiayang yue 7 months ago
parent
commit
f570cdd8a6
  1. 4
      src/printFormat/roll_label.js

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

Loading…
Cancel
Save