feat(tkfb): 공정표 + 생산회의록 시스템 추가

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-03-17 08:05:18 +09:00
parent b5dc9c2f20
commit d7cc568c01
15 changed files with 2916 additions and 0 deletions

View File

@@ -112,6 +112,8 @@ const NAV_MENU = [
{ href: '/pages/work/report-create.html', icon: 'fa-file-alt', label: '작업보고서 작성', key: 'work.report_create' },
{ href: '/pages/work/analysis.html', icon: 'fa-chart-bar', label: '작업 분석', key: 'work.analysis', admin: true },
{ href: '/pages/work/nonconformity.html', icon: 'fa-exclamation-triangle', label: '부적합 현황', key: 'work.nonconformity' },
{ href: '/pages/work/schedule.html', icon: 'fa-calendar-alt', label: '공정표', key: 'work.schedule' },
{ href: '/pages/work/meetings.html', icon: 'fa-users', label: '생산회의록', key: 'work.meetings' },
]},
{ cat: '공장 관리', items: [
{ href: '/pages/admin/repair-management.html', icon: 'fa-tools', label: '시설설비 관리', key: 'factory.repair_management' },
@@ -153,6 +155,7 @@ const PAGE_KEY_ALIASES = {
'admin.repair_management': 'factory.repair_management',
'attendance.checkin': 'inspection.checkin',
'attendance.work_status': 'inspection.work_status',
'work.meeting_detail': 'work.meetings',
};
function _getCurrentPageKey() {