feat: [approval] 전자결재 모듈 대폭 개선 + 회계 리팩토링

- 전자결재: 다양식 지원(11종), 완료함, 동적폼 렌더러, QA 보고서
- 회계: 계정과목 검색모달 리팩토링, 거래처/세금계산서 개선
- HR: 근태/휴가/직원 소소한 수정
- vehicle/quality/pricing 마이너 수정
- approval_backup_v1 백업 보관
This commit is contained in:
유병철
2026-03-16 17:06:02 +09:00
parent 1280c8d61a
commit 0029988e6f
91 changed files with 13202 additions and 1025 deletions

View File

@@ -372,7 +372,7 @@ export function AttendanceManagement() {
value: o.value,
label: o.label,
})),
allOptionLabel: '전체',
allOptionLabel: '근태 전체',
},
{
key: 'sort',

View File

@@ -367,7 +367,7 @@ export function EmployeeManagement() {
value: o.value,
label: o.label,
})),
allOptionLabel: '전체',
allOptionLabel: '계정 전체',
},
{
key: 'sort',

View File

@@ -629,7 +629,7 @@ export function VacationManagement() {
value: o.value,
label: o.label,
})),
allOptionLabel: '전체',
allOptionLabel: '휴가 전체',
},
{
key: 'sort',