mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
feat(FE-212): add PURCHASE_ORDER_APPROVAL_LINE for purchase order approval steps
This commit is contained in:
@@ -10,3 +10,26 @@ export const PROJECT_FLOCK_APPROVAL_LINE: ApprovalLine = [
|
||||
step_name: 'Aktif',
|
||||
},
|
||||
] as const;
|
||||
|
||||
export const PURCHASE_ORDER_APPROVAL_LINE: ApprovalLine = [
|
||||
{
|
||||
step_number: 1,
|
||||
step_name: 'Pengajuan',
|
||||
},
|
||||
{
|
||||
step_number: 2,
|
||||
step_name: 'Approval Purchasing',
|
||||
},
|
||||
{
|
||||
step_number: 3,
|
||||
step_name: 'Approval Manager Purchasing',
|
||||
},
|
||||
{
|
||||
step_number: 4,
|
||||
step_name: 'Produk Diterima',
|
||||
},
|
||||
{
|
||||
step_number: 5,
|
||||
step_name: 'Selesai',
|
||||
},
|
||||
] as const;
|
||||
|
||||
Reference in New Issue
Block a user