瀏覽代碼

提交数据 明天看结果

lvhao 6 月之前
父節點
當前提交
d491b9c99a
共有 1 個文件被更改,包括 2 次插入1 次删除
  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);
                 }