feat(API): 작업일지 생성/조회 API 추가
- WorkOrderService: getWorkLogTemplate, getWorkLog, createWorkLog 메서드 추가 - WorkOrderController: 작업일지 3개 엔드포인트 추가 - 라우트: GET work-log-template, GET/POST work-log - WorkOrder 모델: documents() MorphMany 관계 추가 - i18n: work_log_saved, no_work_log_template 메시지 추가 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -440,6 +440,7 @@
|
||||
'material_input_registered' => '자재 투입이 등록되었습니다.',
|
||||
'inspection_saved' => '검사 데이터가 저장되었습니다.',
|
||||
'inspection_document_created' => '검사 문서가 생성되었습니다.',
|
||||
'work_log_saved' => '작업일지가 저장되었습니다.',
|
||||
],
|
||||
|
||||
// 검사 관리
|
||||
|
||||
Reference in New Issue
Block a user