소스 검색

提交数据

lvhao 2 달 전
부모
커밋
20fdc810b6
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      template/erp/js/print.js

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

@@ -114,7 +114,6 @@ function ajax(num, list, tf) {
                     wprinter.fppdf(c.rows);
                 }else if (c.rows['type'] == 8) {
                     //负责打印竖版
-                    alert("负责打印竖版"+JSON.stringify(c))
                    wprinter.sbpdffhd(c.rows);
                 }