chengwl 4 éve
szülő
commit
bbf7f65600
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      public/script/common_wigsout.js

+ 2 - 0
public/script/common_wigsout.js

@@ -259,6 +259,8 @@ $(document).ready(function(){
 					alert('暂无可打印数据!');
 				}else{
 					var arr = JSON.parse(rs);
+					var LODOP;
+					LODOP=getLodop();
 					LODOP.PRINT_INIT("");
 					for(x in arr){
 						LODOP.ADD_PRINT_BARCODE(3, 2, 400, 35, "128Auto", arr[x].barcode);