gjy před 3 roky
rodič
revize
1b32506ebd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)
         }