mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor: adjust APPROVAL_WORKFLOWS structure
This commit is contained in:
+14
-9
@@ -403,10 +403,8 @@ export const FINANCE_INITIAL_BALANCE_STATUS = ['SALDO_AWAL'];
|
||||
|
||||
export const FINANCE_INJECTION_STATUS = ['INJECTION'];
|
||||
|
||||
export const APPROVAL_WORKFLOWS = [
|
||||
{
|
||||
key: 'PROJECT_FLOCKS',
|
||||
steps: [
|
||||
export const APPROVAL_WORKFLOWS = {
|
||||
PROJECT_FLOCKS: [
|
||||
{
|
||||
step_number: 1,
|
||||
step_name: 'Pengajuan',
|
||||
@@ -416,10 +414,7 @@ export const APPROVAL_WORKFLOWS = [
|
||||
step_name: 'Aktif',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 'RECORDINGS',
|
||||
steps: [
|
||||
RECORDINGS: [
|
||||
{
|
||||
step_number: 1,
|
||||
step_name: 'Pengajuan',
|
||||
@@ -429,8 +424,18 @@ export const APPROVAL_WORKFLOWS = [
|
||||
step_name: 'Disetujui',
|
||||
},
|
||||
],
|
||||
|
||||
TRANSFER_TO_LAYINGS: [
|
||||
{
|
||||
step_number: 1,
|
||||
step_name: 'Pengajuan',
|
||||
},
|
||||
];
|
||||
{
|
||||
step_number: 2,
|
||||
step_name: 'Disetujui',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
export const ACCEPTED_FILE_TYPE = {
|
||||
PDF: {
|
||||
|
||||
Reference in New Issue
Block a user