소스 검색

开启后端打印

lph 1 년 전
부모
커밋
ee4739e05b
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      zkqy-ui/src/views/orderMange/codeListManage/printIndex.vue

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

@@ -1063,14 +1063,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();
+      console.log("newPrintHandler");
+      this.newPrintHandler();
     },
     // 获取机台选项数据
     async getLineOptionLsit() {