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
5374e7cf
Commit
5374e7cf
authored
Apr 21, 2026
by
Hardiansyah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix rooling outlook
parent
da69b69c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
RollingOutlook.js
src/container/RollingOutlook/RollingOutlook.js
+3
-1
No files found.
src/container/RollingOutlook/RollingOutlook.js
View file @
5374e7cf
...
@@ -64,6 +64,7 @@ export default class RollingOutlook extends Component {
...
@@ -64,6 +64,7 @@ export default class RollingOutlook extends Component {
isSubmit
:
false
,
isSubmit
:
false
,
visibleTableHistory
:
false
,
visibleTableHistory
:
false
,
isApprover
:
false
,
isApprover
:
false
,
textRevision
:
""
,
lastStatus
:
""
,
lastStatus
:
""
,
intent
:
""
,
intent
:
""
,
approverID
:
null
,
approverID
:
null
,
...
@@ -701,6 +702,7 @@ export default class RollingOutlook extends Component {
...
@@ -701,6 +702,7 @@ export default class RollingOutlook extends Component {
isApprovedRO
:
response
.
data
.
data
.
is_approved_rolling_before
,
isApprovedRO
:
response
.
data
.
data
.
is_approved_rolling_before
,
msgApproveMB
:
response
.
data
.
data
.
message_approval_master_budget
,
msgApproveMB
:
response
.
data
.
data
.
message_approval_master_budget
,
msgApproveRO
:
response
.
data
.
data
.
message_approval_rolling_outlook
,
msgApproveRO
:
response
.
data
.
data
.
message_approval_rolling_outlook
,
textRevision
:
response
.
data
.
data
?.
text_revision
||
''
,
listReportTypeId
:
uniqueTypeIds
listReportTypeId
:
uniqueTypeIds
},
()
=>
{
},
()
=>
{
console
.
log
(
this
.
state
.
lastStatus
);
console
.
log
(
this
.
state
.
lastStatus
);
...
@@ -2029,7 +2031,7 @@ export default class RollingOutlook extends Component {
...
@@ -2029,7 +2031,7 @@ export default class RollingOutlook extends Component {
<
/div>
:
<
/div>
:
obj
.
lastStatus
===
'REVISION'
?
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
>
NEED
REVISION
<
/span
>
<
span
>
{
this
.
state
.
textRevision
}
<
/span
>
<
/div>
:
<
/div>
:
obj
.
lastStatus
===
'APPROVED'
?
obj
.
lastStatus
===
'APPROVED'
?
<
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