chengwl 4 years ago
parent
commit
dbe5246f29
1 changed files with 3 additions and 3 deletions
  1. 3 3
      public/script/common_wigsout.js

+ 3 - 3
public/script/common_wigsout.js

@@ -218,10 +218,10 @@ $(document).ready(function(){
 
 
 
-		LODOP.ADD_PRINT_BARCODE(3, 10, 50, 450, "128Auto", order_barcode);
+		LODOP.ADD_PRINT_BARCODE(3, 10, 50, 500, "128Auto", order_barcode);
 		LODOP.SET_PRINT_STYLEA(0, "Angle", 90)
 		var str=goods_info + '*' + transport + '*' + print_time;
-		LODOP.ADD_PRINT_TEXT(450, 85, 450, 40, str);
+		LODOP.ADD_PRINT_TEXT(500, 85, 500, 35, str);
 		LODOP.SET_PRINT_STYLEA(0, "FontSize", 14);
 		LODOP.SET_PRINT_STYLEA(0, "Bold", 1);
 		LODOP.SET_PRINT_STYLEA(0, "Angle", 90)
@@ -244,7 +244,7 @@ $(document).ready(function(){
 						LODOP.ADD_PRINT_BARCODE(3, 10, 50, 400, "128Auto", arr[x].barcode);
 						LODOP.SET_PRINT_STYLEA(0, "Angle", 90)
 			
-						LODOP.ADD_PRINT_TEXT(400, 85, 400, 45, arr[x].str);
+						LODOP.ADD_PRINT_TEXT(400, 85, 400, 35, arr[x].str);
 						LODOP.SET_PRINT_STYLEA(0, "FontSize", 14);
 						LODOP.SET_PRINT_STYLEA(0, "Bold", 1);
 						LODOP.SET_PRINT_STYLEA(0, "Angle", 90)