@@ -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);