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

+ 3 - 3
public/script/common_wigsout.js

@@ -221,7 +221,7 @@ $(document).ready(function(){
 		LODOP.ADD_PRINT_BARCODE(3, 10, 50, 350, "128Auto", order_barcode);
 		LODOP.SET_PRINT_STYLEA(0, "Angle", 90)
 		var str=goods_info + '*' + transport + '*' + print_time;
-		LODOP.ADD_PRINT_TEXT(350, 85, 350, 35, str);
+		LODOP.ADD_PRINT_TEXT(400, 85, 350, 35, str);
 		LODOP.SET_PRINT_STYLEA(0, "FontSize", 14);
 		LODOP.SET_PRINT_STYLEA(0, "Bold", 1);
 		LODOP.SET_PRINT_STYLEA(0, "Angle", 90)
@@ -241,10 +241,10 @@ $(document).ready(function(){
 					var arr = JSON.parse(rs);
 					LODOP.PRINT_INIT("");
 					for(x in arr){
-						LODOP.ADD_PRINT_BARCODE(3, 10, 50, 350, "128Auto", arr[x].barcode);
+						LODOP.ADD_PRINT_BARCODE(3, 10, 50, 400, "128Auto", arr[x].barcode);
 						LODOP.SET_PRINT_STYLEA(0, "Angle", 90)
 			
-						LODOP.ADD_PRINT_TEXT(350, 85, 350, 35, arr[x].str);
+						LODOP.ADD_PRINT_TEXT(400, 85, 400, 45, arr[x].str);
 						LODOP.SET_PRINT_STYLEA(0, "FontSize", 14);
 						LODOP.SET_PRINT_STYLEA(0, "Bold", 1);
 						LODOP.SET_PRINT_STYLEA(0, "Angle", 90)