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

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

@@ -118,6 +118,9 @@ function ajax(num, list, tf) {
                 }else if(c.rows['type'] == 11){
                     wprinter.pdffhd3pe(c.rows);
                 }
+                else if(c.rows['type'] == 12){
+                    pdffhdcenter(c.rows);
+                }
                 
                 if (c.rows['n'] > -1) {
                     //ajax(c.rows['n'],c.rows['data']);