Browse Source

面损表-打印关闭

jbb 2 years ago
parent
commit
86e78fc542
1 changed files with 1 additions and 1 deletions
  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
         })