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
2abf320c
Commit
2abf320c
authored
May 11, 2026
by
ardiansyah
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ENV-DEV' into 'ENV-DEPLOYMENT'
Fix blank page olpa See merge request
!2433
parents
c4427a09
13923bd8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
CorporateAnnualTargetOLPA.js
src/container/OutlookPA/CorporateAnnualTargetOLPA.js
+3
-2
OutlookPA.js
src/container/OutlookPA/OutlookPA.js
+1
-1
RollingOutlook.js
src/container/RollingOutlook/RollingOutlook.js
+1
-1
No files found.
src/container/OutlookPA/CorporateAnnualTargetOLPA.js
View file @
2abf320c
...
@@ -663,9 +663,10 @@ export default class CorporateAnnualTargetRO extends Component {
...
@@ -663,9 +663,10 @@ export default class CorporateAnnualTargetRO extends Component {
}
}
if
(
String
(
i
[
5
])
==
'revenue'
){
if
(
String
(
i
[
5
])
==
'revenue'
){
console
.
log
(
String
(
Number
(
i
[
22
]?.
formula
[
1
].
value
)
/
1000
))
const
value
=
i
[
22
]?.
formula
?.[
1
]?.
value
;
console
.
log
(
String
(
Number
(
value
??
0
)
/
1000
));
}
}
// if (this.state.defaultCurrencyUpload?.id == 2) {
// if (this.state.defaultCurrencyUpload?.id == 2) {
data
.
push
({
data
.
push
({
"item_report_id"
:
i
[
1
]
==
""
||
i
[
1
]
==
null
?
0
:
i
[
1
],
"item_report_id"
:
i
[
1
]
==
""
||
i
[
1
]
==
null
?
0
:
i
[
1
],
"item_report"
:
String
(
i
[
5
]),
"item_report"
:
String
(
i
[
5
]),
...
...
src/container/OutlookPA/OutlookPA.js
View file @
2abf320c
...
@@ -316,7 +316,7 @@ export default class OutlookPA extends Component {
...
@@ -316,7 +316,7 @@ export default class OutlookPA extends Component {
// console.log(response)
// console.log(response)
if
(
response
.
data
)
{
if
(
response
.
data
)
{
if
(
response
.
data
.
status
===
"success"
)
{
if
(
response
.
data
.
status
===
"success"
)
{
this
.
setState
({
listAttachment
:
response
.
data
.
data
})
this
.
setState
({
[
master_report_type_id
===
2
?
'listAttachmentCAT'
:
'listAttachment'
]
:
response
.
data
.
data
})
}
}
}
else
{
}
else
{
this
.
setState
({
alert
:
true
,
messageAlert
:
response
.
data
.
message
,
tipeAlert
:
'warning'
,
loading
:
false
},
()
=>
{
this
.
setState
({
alert
:
true
,
messageAlert
:
response
.
data
.
message
,
tipeAlert
:
'warning'
,
loading
:
false
},
()
=>
{
...
...
src/container/RollingOutlook/RollingOutlook.js
View file @
2abf320c
...
@@ -340,7 +340,7 @@ export default class RollingOutlook extends Component {
...
@@ -340,7 +340,7 @@ export default class RollingOutlook extends Component {
console
.
log
(
response
)
console
.
log
(
response
)
if
(
response
.
data
)
{
if
(
response
.
data
)
{
if
(
response
.
data
.
status
===
"success"
)
{
if
(
response
.
data
.
status
===
"success"
)
{
this
.
setState
({
listAttachment
:
response
.
data
.
data
})
this
.
setState
({
[
master_report_type_id
===
2
?
'listAttachmentCAT'
:
'listAttachment'
]
:
response
.
data
.
data
})
}
}
}
}
// console.log(response);
// console.log(response);
...
...
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