From f6e60dac492e0236f2e89eb4c65d41e3c8a9f5b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sat, 21 Mar 2026 08:30:01 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[=EC=9E=AC=EA=B3=A0]=20StockRelationData?= =?UTF-8?q?=EC=97=90=20max=5Fstock=20=ED=95=84=EB=93=9C=20=ED=83=80?= =?UTF-8?q?=EC=9E=85=20=EC=B6=94=EA=B0=80=20(=EB=B9=8C=EB=93=9C=20?= =?UTF-8?q?=EC=97=90=EB=9F=AC)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/material/StockStatus/actions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/material/StockStatus/actions.ts b/src/components/material/StockStatus/actions.ts index 1a411750..2892a428 100644 --- a/src/components/material/StockStatus/actions.ts +++ b/src/components/material/StockStatus/actions.ts @@ -32,6 +32,7 @@ interface StockRelationData { item_id: number; stock_qty: string | number; safety_stock: string | number; + max_stock: string | number; reserved_qty: string | number; available_qty: string | number; lot_count: number;