Sfoglia il codice sorgente

面损表-打印关闭

jbb 2 anni fa
parent
commit
86e78fc542
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/reportForms/fabric-loss-table.vue

+ 1 - 1
src/views/reportForms/fabric-loss-table.vue

@@ -786,7 +786,7 @@ export default {
          win.document.write(style+html);
          win.focus();
          win.print();
-        //  win.close();
+         win.close();
 		     this.showSelect = 0
         })