chengwl 4 jaren geleden
bovenliggende
commit
226c1d7b99
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      public/script/common_wigsout.js

+ 2 - 2
public/script/common_wigsout.js

@@ -218,10 +218,10 @@ $(document).ready(function(){
 
 
 
-		LODOP.ADD_PRINT_BARCODE(3, 10, 50, 350, "128Auto", order_barcode);
+		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(400, 85, 350, 35, str);
+		LODOP.ADD_PRINT_TEXT(450, 85, 450, 60, str);
 		LODOP.SET_PRINT_STYLEA(0, "FontSize", 14);
 		LODOP.SET_PRINT_STYLEA(0, "Bold", 1);
 		LODOP.SET_PRINT_STYLEA(0, "Angle", 90)