Explorar o código

提交数据 明天看结果

lvhao hai 6 meses
pai
achega
d491b9c99a
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      template/erp/js/print.js

+ 2 - 1
template/erp/js/print.js

@@ -107,9 +107,10 @@ function ajax(num, list, tf) {
 				 else if (c.rows['type'] == 5) {
                     wprinter.pdf2fhd(c.rows);
                 }else if (c.rows['type'] == 7) {
-                    alert(JSON.stringify(c))
+                    
                     //同时两台打印机 一台打印快递单   一台打打印发票
                     wprinter.pdffhd(c.rows);
+                    
                     wprinter.fppdf(c.rows);
                 }