From 2403e0b0a127278d40e2fc780311d93262bef52c Mon Sep 17 00:00:00 2001
From: liulijun <liulijun@hnkhzn.com>
Date: 星期三, 25 三月 2026 16:47:03 +0800
Subject: [PATCH] 修复库位平面图三四五巷道部分货位没有按列显示的问题
---
项目代码/WMS/WMSClient/src/main.js | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/main.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/main.js"
index 8330f07..c47c658 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/main.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/main.js"
@@ -11,6 +11,10 @@
// import 'dayjs/locale/zh-cn'
// import locale from 'element-plus/lib/locale/lang/zh-cn'
import * as ElementPlusIconsVue from '@element-plus/icons-vue'
+// 寮曞叆绌烘墭棰勮鏈嶅姟
+import emptyPalletWarning from './services/emptyPalletWarning'
+// 寮曞叆鍏ㄥ眬浠诲姟瓒呮椂鏈嶅姟
+import taskTimeoutService from './services/taskTimeout'
@@ -71,3 +75,12 @@
.mount('#app');
app.config.globalProperties.$Message = app.config.globalProperties.$message;
+// 鍒濆鍖栫┖鎵橀璀︽湇鍔�
+emptyPalletWarning.init(app);
+// 鍒濆鍖栧叏灞�浠诲姟瓒呮椂鏈嶅姟
+taskTimeoutService.init(app);
+// 灏嗕换鍔¤秴鏃舵湇鍔℃寕杞藉埌鍏ㄥ眬灞炴�т笂
+app.config.globalProperties.$taskTimeoutService = taskTimeoutService;
+// 灏嗕换鍔¤秴鏃舵湇鍔℃寕杞藉埌window瀵硅薄涓婏紝鏂逛究鍦ㄦ墿灞曠粍浠朵腑璁块棶
+window.$taskTimeoutService = taskTimeoutService;
+
--
Gitblit v1.9.3