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