diff --git a/inventory-web/src/views/stock/stocktake/index.vue b/inventory-web/src/views/stock/stocktake/index.vue index e77835c..2b5c3ba 100644 --- a/inventory-web/src/views/stock/stocktake/index.vue +++ b/inventory-web/src/views/stock/stocktake/index.vue @@ -922,7 +922,6 @@ const pinScannedItem = (uuid: string) => { allStockItems.value.unshift(item) } } -} const updateAndSync = async (item: StockItem, quantity: number, remark: string = '') => { // 直接保存到后端,不使用本地缓存