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