fix: [worker-screen] WorkOrderApiItem status 타입에 cancelled 추가
빌드 시 TypeScript 타입 에러 해결
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user