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

+ 1 - 1
public/script/common_wigsout.js

@@ -221,7 +221,7 @@ $(document).ready(function(){
 		LODOP.ADD_PRINT_BARCODE(3, 10, 50, 450, "128Auto", order_barcode);
 		LODOP.SET_PRINT_STYLEA(0, "Angle", 90)
 		var str=goods_info + '*' + transport + '*' + print_time;
-		LODOP.ADD_PRINT_TEXT(450, 85, 450, 60, str);
+		LODOP.ADD_PRINT_TEXT(450, 85, 450, 40, str);
 		LODOP.SET_PRINT_STYLEA(0, "FontSize", 14);
 		LODOP.SET_PRINT_STYLEA(0, "Bold", 1);
 		LODOP.SET_PRINT_STYLEA(0, "Angle", 90)