Files
KCGL/inventory-web
yueli f7cae9d84e fix(stocktake): 探测会话失败时不再静默降级为「无盘点」
checkServerDraft 原本在请求异常时把 activeSession 置空,界面于是从绿色
「加入正在进行的盘点」退回蓝色「开始新盘点」—— 网络抖动一下,库管点下去
就会新建会话,把多人协同拆开。

现把「探测失败」独立成 probeFailed 状态:失败时保持 activeSession 不变,
界面切到「无法确认是否有进行中的盘点 + 重新检测」,不提供进入按钮。
宁可挡住操作,也不能让库管误开新会话。
2026-09-11 11:39:35 +08:00
..
2026-01-28 17:44:39 +08:00
2026-01-26 13:47:53 +08:00
2026-01-26 13:47:53 +08:00
2026-01-26 13:47:53 +08:00
2026-01-26 13:47:53 +08:00

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.