From 2eee792059abd6997ada9597da8b89111a688c54 Mon Sep 17 00:00:00 2001 From: yueli Date: Mon, 31 Aug 2026 15:06:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(stocktake):=20=E5=88=A0=E9=99=A4=20pinScann?= =?UTF-8?q?edItem=20=E5=90=8E=E5=A4=9A=E4=BD=99=E7=9A=84=E5=8F=B3=E8=8A=B1?= =?UTF-8?q?=E6=8B=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 多余的 } 导致 script 括号不匹配,SFC 解析错乱报 Unexpected token --- inventory-web/src/views/stock/stocktake/index.vue | 1 - 1 file changed, 1 deletion(-) 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 = '') => { // 直接保存到后端,不使用本地缓存