From 3ec80e45d5720b8fbcd8952855bfc4004ce5b2d3 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 11:32:30 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[=EC=9E=AC=EA=B3=A0=EC=83=9D=EC=82=B0]?= =?UTF-8?q?=20ApiStockOrder=20options=20=ED=83=80=EC=9E=85=EC=97=90=20reg?= =?UTF-8?q?=5Fdate=20=ED=95=84=EB=93=9C=20=EC=B6=94=EA=B0=80=20(=EB=B9=8C?= =?UTF-8?q?=EB=93=9C=20=EC=97=90=EB=9F=AC)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/stocks/actions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/stocks/actions.ts b/src/components/stocks/actions.ts index 9fd9097c..f3f2ac33 100644 --- a/src/components/stocks/actions.ts +++ b/src/components/stocks/actions.ts @@ -26,6 +26,7 @@ interface ApiStockOrder { production_reason?: string; target_stock_qty?: number; manager_name?: string; + reg_date?: string; bending_lot?: { lot_number?: string; prod_code?: string;