diff --git a/src/components/production/WorkerScreen/actions.ts b/src/components/production/WorkerScreen/actions.ts index ae83e3f2..0625d6b1 100644 --- a/src/components/production/WorkerScreen/actions.ts +++ b/src/components/production/WorkerScreen/actions.ts @@ -31,7 +31,7 @@ interface WorkOrderApiItem { }; /** @deprecated process_id + process relation 사용 */ process_type?: 'screen' | 'slat' | 'bending'; - status: 'unassigned' | 'pending' | 'waiting' | 'in_progress' | 'completed' | 'shipped'; + status: 'unassigned' | 'pending' | 'waiting' | 'in_progress' | 'completed' | 'shipped' | 'cancelled'; scheduled_date: string | null; memo: string | null; created_at: string;