gjy 3 år sedan
förälder
incheckning
1b32506ebd
1 ändrade filer med 1 tillägg och 1 borttagningar
  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)
         }