feat: 優化商品管理規格顯示與修復重複通知問題
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 47s

This commit is contained in:
2026-02-02 17:24:49 +08:00
parent f87310e707
commit be5c121146
6 changed files with 23 additions and 8 deletions

View File

@@ -69,7 +69,6 @@ export default function InventoryAdjustmentDialog({
product: item.productId // 這裡後端接收 product (或可用 inventory ID 擴充)
}), {
onSuccess: () => {
toast.success("庫存調整成功");
onClose();
},
onError: () => {