quwangxin 2 năm trước cách đây
mục cha
commit
b7b7c0f4eb
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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);