From 8c3a3fd584e38e72bfb321ab70bfcfc2ab0a4e2e Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期四, 16 四月 2026 23:18:01 +0800
Subject: [PATCH] refactor(StockService): 移除注释掉的MES绑定解绑相关代码

---
 Code/WMS/WIDESEA_WMSClient/src/views/stock/stock.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Code/WMS/WIDESEA_WMSClient/src/views/stock/stock.vue b/Code/WMS/WIDESEA_WMSClient/src/views/stock/stock.vue
index 006da06..de52fbf 100644
--- a/Code/WMS/WIDESEA_WMSClient/src/views/stock/stock.vue
+++ b/Code/WMS/WIDESEA_WMSClient/src/views/stock/stock.vue
@@ -13,7 +13,7 @@
   </view-grid>
 </template>
 <script>
-import extend from "@/extension/stock/stock.js";
+import extend from "@/extension/stock/stock.jsx";
 import { ref, defineComponent } from "vue";
 
 export default defineComponent({

--
Gitblit v1.9.3