From a8f89517e7ab3fc6be24dd99b08f95e0f53809ea Mon Sep 17 00:00:00 2001 From: DXC Date: Fri, 13 Mar 2026 11:53:11 +0800 Subject: [PATCH] refactor: optimize stocktake UI state machine and add confirmation dialogs --- .../src/views/stock/stocktake/index.vue | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/inventory-web/src/views/stock/stocktake/index.vue b/inventory-web/src/views/stock/stocktake/index.vue index d23978b..1434d6d 100644 --- a/inventory-web/src/views/stock/stocktake/index.vue +++ b/inventory-web/src/views/stock/stocktake/index.vue @@ -25,17 +25,6 @@ > 继续上次盘点 ({{ serverDraftCount }}项) - - - - 📋 差异审核 (查看历史差异) -
@@ -346,6 +335,10 @@