feat: [juil] 업무 Workflow 플로우차트 메뉴 추가

- 주일기업 기획 하위 '업무 Workflow' 메뉴 추가
- 11단계 업무처리과정 인터랙티브 플로우차트 구현
- 각 단계 클릭 시 상세정보(담당부서, 필요서류, SAM 연동) 표시
This commit is contained in:
김보곤
2026-03-05 19:41:26 +09:00
parent 72c93a47fa
commit 2658b44618
3 changed files with 580 additions and 0 deletions

View File

@@ -1641,6 +1641,7 @@
Route::middleware('auth')->prefix('juil')->name('juil.')->group(function () {
Route::get('/estimate', [PlanningController::class, 'estimate'])->name('estimate');
Route::get('/project', [PlanningController::class, 'project'])->name('project');
Route::get('/workflow', [PlanningController::class, 'workflow'])->name('workflow');
// 공사현장 사진대지
Route::prefix('construction-photos')->name('construction-photos.')->group(function () {