From 39ff4b298426124b75f04c00e18ac5701418853a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sun, 22 Mar 2026 18:12:49 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[worker-screen]=20source=5Forder=5Fitem?= =?UTF-8?q?=20=ED=83=80=EC=9E=85=EC=97=90=20item=5Fcode=20=EC=86=8D?= =?UTF-8?q?=EC=84=B1=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 빌드 타입 에러 해결 --- src/components/production/WorkerScreen/actions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/production/WorkerScreen/actions.ts b/src/components/production/WorkerScreen/actions.ts index 9d3cda47..084b6644 100644 --- a/src/components/production/WorkerScreen/actions.ts +++ b/src/components/production/WorkerScreen/actions.ts @@ -59,6 +59,7 @@ interface WorkOrderApiItem { source_order_item?: { id: number; order_node_id: number | null; + item_code?: string | null; floor_code?: string | null; symbol_code?: string | null; node?: { id: number; name: string; code: string } | null;