소스 검색

提交数据 明天看结果

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);
                 }