Parcourir la source

Merge remote-tracking branch 'origin/master'

hmc il y a 1 an
Parent
commit
c8dd1947e6
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 5 5
      zkqy-ui/src/views/orderMange/codeListManage/printIndex.vue

+ 5 - 5
zkqy-ui/src/views/orderMange/codeListManage/printIndex.vue

@@ -1098,14 +1098,14 @@ export default {
       });
       this.changeGrossWeight(this.printTableData[0]);
       // 前端打印
-      // codeListPrint(this.printTableData, "printDom");
+      codeListPrint(this.printTableData, "printDom");
 
-      // if (this.excuteType == 1) {
-      //   this.tableData.push(this.printTableData[0]);
-      // }
+      if (this.excuteType == 1) {
+        this.tableData.push(this.printTableData[0]);
+      }
       // 后端打印
       console.log("newPrintHandler");
-      this.newPrintHandler();
+      // this.newPrintHandler();
     },
     // 获取机台选项数据
     async getLineOptionLsit() {