Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Tia-dev
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dida Adams Arizona
Tia-dev
Commits
c4427a09
Commit
c4427a09
authored
Apr 30, 2026
by
ardiansyah
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ENV-DEV' into 'ENV-DEPLOYMENT'
tambah need revision See merge request
!2427
parents
715636a5
7b2a4f44
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
6 deletions
+12
-6
BudgetTahunan.js
src/container/BudgetTahunan/BudgetTahunan.js
+6
-3
OutlookPA.js
src/container/OutlookPA/OutlookPA.js
+6
-3
No files found.
src/container/BudgetTahunan/BudgetTahunan.js
View file @
c4427a09
...
@@ -3003,10 +3003,13 @@ export default class BudgetTahunan extends Component {
...
@@ -3003,10 +3003,13 @@ export default class BudgetTahunan extends Component {
<
/div> : obj.lastStatus === 'WAITING FOR APPROVAL'
?
<
/div> : obj.lastStatus === 'WAITING FOR APPROVAL'
?
<
div
style
=
{{
width
:
'100%'
,
padding
:
'10px 20px'
,
backgroundColor
:
'yellow'
,
textAlign
:
'center'
,
marginTop
:
20
}}
>
<
div
style
=
{{
width
:
'100%'
,
padding
:
'10px 20px'
,
backgroundColor
:
'yellow'
,
textAlign
:
'center'
,
marginTop
:
20
}}
>
<
span
>
{
`
${
obj
.
lastStatus
}
-
${
obj
.
pic
}
`
}
<
/span
>
<
span
>
{
`
${
obj
.
lastStatus
}
-
${
obj
.
pic
}
`
}
<
/span
>
<
/div> : obj.lastStatus === '
APPROVED
'
?
<
/div> : obj.lastStatus === '
REVISION
'
?
<
div
style
=
{{
width
:
'100%'
,
padding
:
'10px 20px'
,
backgroundColor
:
'yellow'
,
textAlign
:
'center'
,
marginTop
:
20
}}
>
<
div
style
=
{{
width
:
'100%'
,
padding
:
'10px 20px'
,
backgroundColor
:
'yellow'
,
textAlign
:
'center'
,
marginTop
:
20
}}
>
<
span
>
{
`
${
obj
.
lastStatus
}
`
}
<
/span
>
<
span
>
NEED
REVISION
<
/span
>
<
/div> : nul
l
<
/div> : obj.lastStatus === 'APPROVED'
?
<
div
style
=
{{
width
:
'100%'
,
padding
:
'10px 20px'
,
backgroundColor
:
'yellow'
,
textAlign
:
'center'
,
marginTop
:
20
}}
>
<
span
>
{
`
${
obj
.
lastStatus
}
`
}
<
/span
>
<
/div> : nul
l
:
:
obj
.
lastStatus
===
'SUBMITTED'
?
obj
.
lastStatus
===
'SUBMITTED'
?
<
div
style
=
{{
width
:
'100%'
,
padding
:
'10px 20px'
,
backgroundColor
:
'yellow'
,
textAlign
:
'center'
,
marginTop
:
20
}}
>
<
div
style
=
{{
width
:
'100%'
,
padding
:
'10px 20px'
,
backgroundColor
:
'yellow'
,
textAlign
:
'center'
,
marginTop
:
20
}}
>
...
...
src/container/OutlookPA/OutlookPA.js
View file @
c4427a09
...
@@ -1985,10 +1985,13 @@ export default class OutlookPA extends Component {
...
@@ -1985,10 +1985,13 @@ export default class OutlookPA extends Component {
<
/div> : obj.lastStatus === 'WAITING FOR APPROVAL'
?
<
/div> : obj.lastStatus === 'WAITING FOR APPROVAL'
?
<
div
style
=
{{
width
:
'100%'
,
padding
:
'10px 20px'
,
backgroundColor
:
'yellow'
,
textAlign
:
'center'
,
marginTop
:
20
}}
>
<
div
style
=
{{
width
:
'100%'
,
padding
:
'10px 20px'
,
backgroundColor
:
'yellow'
,
textAlign
:
'center'
,
marginTop
:
20
}}
>
<
span
>
{
`
${
obj
.
lastStatus
}
-
${
obj
.
pic
}
`
}
<
/span
>
<
span
>
{
`
${
obj
.
lastStatus
}
-
${
obj
.
pic
}
`
}
<
/span
>
<
/div> : obj.lastStatus === '
APPROVED
'
?
<
/div> : obj.lastStatus === '
REVISION
'
?
<
div
style
=
{{
width
:
'100%'
,
padding
:
'10px 20px'
,
backgroundColor
:
'yellow'
,
textAlign
:
'center'
,
marginTop
:
20
}}
>
<
div
style
=
{{
width
:
'100%'
,
padding
:
'10px 20px'
,
backgroundColor
:
'yellow'
,
textAlign
:
'center'
,
marginTop
:
20
}}
>
<
span
>
{
`
${
obj
.
lastStatus
}
`
}
<
/span
>
<
span
>
NEED
REVISION
<
/span
>
<
/div> : nul
l
<
/div> : obj.lastStatus === 'APPROVED'
?
<
div
style
=
{{
width
:
'100%'
,
padding
:
'10px 20px'
,
backgroundColor
:
'yellow'
,
textAlign
:
'center'
,
marginTop
:
20
}}
>
<
span
>
{
`
${
obj
.
lastStatus
}
`
}
<
/span
>
<
/div> : nul
l
:
:
obj
.
lastStatus
===
'SUBMITTED'
?
obj
.
lastStatus
===
'SUBMITTED'
?
<
div
style
=
{{
width
:
'100%'
,
padding
:
'10px 20px'
,
backgroundColor
:
'yellow'
,
textAlign
:
'center'
,
marginTop
:
20
}}
>
<
div
style
=
{{
width
:
'100%'
,
padding
:
'10px 20px'
,
backgroundColor
:
'yellow'
,
textAlign
:
'center'
,
marginTop
:
20
}}
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment