瀏覽代碼

前端打印

gjy 3 年之前
父節點
當前提交
1b32506ebd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/static/payprint.html

+ 1 - 1
public/static/payprint.html

@@ -880,7 +880,7 @@
         }
 
         document.title = this.printData.compName + '结算凭证'
-        // window.print()
+        window.print()
         window.onafterprint = function(event) {
           window.history.back(-1)
         }