소스 검색

提交数据测试

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

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

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