Browse Source

前端打印

gjy 3 years ago
parent
commit
1b32506ebd
1 changed files with 1 additions and 1 deletions
  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)
         }