浏览代码

提交数据

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