quwangxin 2 年之前
父節點
當前提交
b7b7c0f4eb
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/views/produceOrder/detail.vue

+ 4 - 0
src/views/produceOrder/detail.vue

@@ -1054,6 +1054,10 @@
       this.getInfo(this.workOrderId);
     },
     methods: {
+      handlePrint () {
+        this.$refs.orderPrintRef.open();
+      },
+
       handleTabClick (tab) {
         if (this.chooseIndex != tab.index) {
           this.chooseIndex = Number(tab.index);