Kaynağa Gözat

提交数据

lvhao 6 ay önce
ebeveyn
işleme
689337d9b6
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      template/erp/js/print.js

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

@@ -107,6 +107,7 @@ 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);