refactor(FE): Add Unit VP approval and rename Manager

This commit is contained in:
rstubryan
2026-01-12 11:11:11 +07:00
parent 2b2dd0a026
commit ec16c6c47e
4 changed files with 239 additions and 47 deletions
+7 -3
View File
@@ -130,18 +130,22 @@ export const EXPENSE_REQUEST_APPROVAL_LINE: ApprovalLine = [
},
{
step_number: 2,
step_name: 'Approval Manager',
step_name: 'Head Area',
},
{
step_number: 3,
step_name: 'Approval Finance',
step_name: 'Business Unit Vice President',
},
{
step_number: 4,
step_name: 'Realisasi',
step_name: 'Finance',
},
{
step_number: 5,
step_name: 'Realisasi',
},
{
step_number: 6,
step_name: 'Selesai',
},
] as const;