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 FINANCE_INJECTION_STATUS = ['INJECTION'];
|
||||||
|
|
||||||
export const APPROVAL_WORKFLOWS = [
|
export const APPROVAL_WORKFLOWS = {
|
||||||
{
|
PROJECT_FLOCKS: [
|
||||||
key: 'PROJECT_FLOCKS',
|
|
||||||
steps: [
|
|
||||||
{
|
{
|
||||||
step_number: 1,
|
step_number: 1,
|
||||||
step_name: 'Pengajuan',
|
step_name: 'Pengajuan',
|
||||||
@@ -416,10 +414,7 @@ export const APPROVAL_WORKFLOWS = [
|
|||||||
step_name: 'Aktif',
|
step_name: 'Aktif',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
RECORDINGS: [
|
||||||
{
|
|
||||||
key: 'RECORDINGS',
|
|
||||||
steps: [
|
|
||||||
{
|
{
|
||||||
step_number: 1,
|
step_number: 1,
|
||||||
step_name: 'Pengajuan',
|
step_name: 'Pengajuan',
|
||||||
@@ -429,8 +424,18 @@ export const APPROVAL_WORKFLOWS = [
|
|||||||
step_name: 'Disetujui',
|
step_name: 'Disetujui',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
|
TRANSFER_TO_LAYINGS: [
|
||||||
|
{
|
||||||
|
step_number: 1,
|
||||||
|
step_name: 'Pengajuan',
|
||||||
},
|
},
|
||||||
];
|
{
|
||||||
|
step_number: 2,
|
||||||
|
step_name: 'Disetujui',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
};
|
||||||
|
|
||||||
export const ACCEPTED_FILE_TYPE = {
|
export const ACCEPTED_FILE_TYPE = {
|
||||||
PDF: {
|
PDF: {
|
||||||
|
|||||||
Reference in New Issue
Block a user