From a2a1efc92521f7a821dc437ff919a39aa292ad06 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期四, 09 一月 2025 19:51:25 +0800
Subject: [PATCH] # 1. 波次预览重复问题 2. PDA组拖超过3个物料后,组拖按钮被遮挡 3. 平库入库物料ID为空 4. PDA出库成功后,界面数据重置,避免重复操作 5. 入库单历史档,按时间倒序排列

---
 store/index.js |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/store/index.js b/store/index.js
index 7389b1b..fc3306e 100644
--- a/store/index.js
+++ b/store/index.js
@@ -1,15 +1,15 @@
-import Vue from 'vue';
-import Vuex from 'vuex';
-
-//vuex妯″潡寮曞叆
-import Bluetooth from './modules/bluetooth.js';  //瀛樺偍钃濈墮璁惧淇℃伅
-//vue浣跨敤vuex;
-Vue.use(Vuex);
-
-export default new Vuex.Store({
-	// 寮�鍚弗鏍兼ā寮�,浠呭紑鍙戞ā寮忎笅鍚敤,鍙戝竷鐜涓嬪彇娑�
-	strict: true,
-    modules:{
-	   Bluetooth
-    }
+import Vue from 'vue';
+import Vuex from 'vuex';
+
+//vuex妯″潡寮曞叆
+import Bluetooth from './modules/bluetooth.js';  //瀛樺偍钃濈墮璁惧淇℃伅
+//vue浣跨敤vuex;
+Vue.use(Vuex);
+
+export default new Vuex.Store({
+	// 寮�鍚弗鏍兼ā寮�,浠呭紑鍙戞ā寮忎笅鍚敤,鍙戝竷鐜涓嬪彇娑�
+	strict: true,
+    modules:{
+	   Bluetooth
+    }
 })
\ No newline at end of file

--
Gitblit v1.9.1