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
81645f4a
Commit
81645f4a
authored
Mar 03, 2026
by
ardiansyah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix approver
parent
ee64ea07
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
BudgetTahunan.js
src/container/BudgetTahunan/BudgetTahunan.js
+4
-2
No files found.
src/container/BudgetTahunan/BudgetTahunan.js
View file @
81645f4a
...
@@ -3526,7 +3526,8 @@ export default class BudgetTahunan extends Component {
...
@@ -3526,7 +3526,8 @@ export default class BudgetTahunan extends Component {
<
/div
>
<
/div
>
)}
)}
<
/div
>
<
/div
>
{
this
.
state
.
checkApprover
&&
this
.
state
.
isApproverFinance
&&
this
.
renderBtnSubmit
(
mstIdFinance
)}
{
/* {this.state.checkApprover && this.state.isApproverFinance && this.renderBtnSubmit(mstIdFinance)} */
}
{
this
.
renderBtnSubmit
(
mstIdFinance
)}
<
div
style
=
{{
padding
:
'0 20px 20px'
}}
>
<
div
style
=
{{
padding
:
'0 20px 20px'
}}
>
<
div
style
=
{{
display
:
'flex'
,
justifyContent
:
'space-between'
,
alignItems
:
'center'
}}
>
<
div
style
=
{{
display
:
'flex'
,
justifyContent
:
'space-between'
,
alignItems
:
'center'
}}
>
<
Typography
style
=
{{
fontSize
:
'16px'
,
color
:
'#4b4b4b'
,
fontWeight
:
'bold'
}}
>
Report
CAT
<
/Typography
>
<
Typography
style
=
{{
fontSize
:
'16px'
,
color
:
'#4b4b4b'
,
fontWeight
:
'bold'
}}
>
Report
CAT
<
/Typography
>
...
@@ -3568,7 +3569,8 @@ export default class BudgetTahunan extends Component {
...
@@ -3568,7 +3569,8 @@ export default class BudgetTahunan extends Component {
<
/div
>
<
/div
>
)}
)}
<
/div
>
<
/div
>
{
this
.
state
.
checkApprover
&&
this
.
state
.
isApproverCAT
&&
this
.
renderBtnSubmit
(
mstIdCAT
)}
{
/* {this.state.checkApprover && this.state.isApproverCAT && this.renderBtnSubmit(mstIdCAT)} */
}
{
this
.
renderBtnSubmit
(
mstIdCAT
)}
<
/Paper
>
<
/Paper
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
...
...
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