diff --git a/external/print/print_qc_label.js b/external/print/print_qc_label.js index 95d0b1c..03cd70c 100644 --- a/external/print/print_qc_label.js +++ b/external/print/print_qc_label.js @@ -168,7 +168,7 @@ function printPageA(printRow, printerInfo){ function printPageB(printRow){ LODOP.NewPage(); - LODOP.SET_PRINT_PAGESIZE(2,800,975,""); + LODOP.SET_PRINT_PAGESIZE(2,800,1125,""); LODOP.ADD_PRINT_TEXT(3,3,135,15,"(P)HH P/N:"+printRow.customerPartNo); LODOP.SET_PRINT_STYLEA(0,"FontSize",6); @@ -301,7 +301,7 @@ function printPageB(printRow){ function printPageD(printRow){ LODOP.NewPage(); - LODOP.SET_PRINT_PAGESIZE(2,800,975,""); + LODOP.SET_PRINT_PAGESIZE(2,800,1125,""); //第二部分的标签 LODOP.ADD_PRINT_TEXT(3,130,188,21,"(P)HH P/N:"+printRow.customerPartNo); @@ -374,7 +374,7 @@ function printPageD(printRow){ function printPageC(printRow){ LODOP.NewPage(); - LODOP.SET_PRINT_PAGESIZE(1,800,975,""); + LODOP.SET_PRINT_PAGESIZE(1,800,1125,""); LODOP.ADD_PRINT_TEXT(3,5,200,10,"Project:"+printRow.project); LODOP.SET_PRINT_STYLEA(0,"FontSize",6); diff --git a/external/print/print_qc_zero_label.js b/external/print/print_qc_zero_label.js index c765b68..9d4fdc9 100644 --- a/external/print/print_qc_zero_label.js +++ b/external/print/print_qc_zero_label.js @@ -167,7 +167,7 @@ function printZeroPageA(printRow, printerInfo){ function printZeroPageB(printRow){ LODOP.NewPage(); - LODOP.SET_PRINT_PAGESIZE(2,800,975,""); + LODOP.SET_PRINT_PAGESIZE(2,800,1125,""); LODOP.ADD_PRINT_TEXT(3,3,135,15,"(P)HH P/N:"+printRow.customerPartNo); LODOP.SET_PRINT_STYLEA(0,"FontSize",6); @@ -287,7 +287,7 @@ function printZeroPageB(printRow){ function printZeroPageD(printRow){ LODOP.NewPage(); - LODOP.SET_PRINT_PAGESIZE(2,800,975,""); + LODOP.SET_PRINT_PAGESIZE(2,800,1125,""); //第二部分的标签 @@ -348,7 +348,7 @@ function printZeroPageD(printRow){ function printZeroPageC(printRow){ LODOP.NewPage(); - LODOP.SET_PRINT_PAGESIZE(1,800,975,""); + LODOP.SET_PRINT_PAGESIZE(1,800,1125,""); LODOP.ADD_PRINT_TEXT(3,5,200,10,"Project:"+printRow.project); LODOP.SET_PRINT_STYLEA(0,"FontSize",6);