From 10d13c202497ac0499767c2e4bb250086b293310 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期六, 15 二月 2025 16:36:37 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/lims_new_20250213' into lims_new_20250213

---
 src/views/business/materialOrder/customsInspection.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/views/business/materialOrder/customsInspection.vue b/src/views/business/materialOrder/customsInspection.vue
index b51607c..8b85f92 100644
--- a/src/views/business/materialOrder/customsInspection.vue
+++ b/src/views/business/materialOrder/customsInspection.vue
@@ -22,7 +22,7 @@
           </el-button>
           <el-button v-show="active==1 && addObj.orderType === '杩涘巶妫�楠�'" :loading="noNeedCheckLoad" size="medium" type="primary" @click="noNeedCheck">鍏嶆</el-button>
           <el-button v-show="active==1" :loading="saveLoad" size="medium" type="primary" @click="save">鎻愪氦</el-button>
-          <el-button size="medium" @click="$parent.playOrder(0)">
+          <el-button size="medium" @click="goBack">
             <span style="color: #3A7BFA;">杩斿洖</span>
           </el-button>
         </el-col>
@@ -1892,6 +1892,10 @@
       const property = column['property'];
       return row[property] === value;
     },
+    goBack () {
+      const obj = { path: "/business/materialOrder" };
+      this.$tab.closeOpenPage(obj);
+    }
   }
 }
 </script>

--
Gitblit v1.9.3