refactor(FE): Update approval steps and PDF nominal logic

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