gjy vor 3 Jahren
Ursprung
Commit
1b32506ebd
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      public/static/payprint.html

+ 1 - 1
public/static/payprint.html

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