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
1a040778
Commit
1a040778
authored
May 10, 2021
by
d.arizona
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://103.44.149.204/d.arizona/tia-dev
into GGMAC
parents
6f84ba7c
c539e7f0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
20 deletions
+20
-20
SubHolding.js
src/container/Laporan/SubHolding.js
+18
-18
CorporateAnnualTargetOLPA.js
src/container/OutlookPA/CorporateAnnualTargetOLPA.js
+2
-2
No files found.
src/container/Laporan/SubHolding.js
View file @
1a040778
...
...
@@ -1178,16 +1178,16 @@ export default class SubHolding extends Component {
item
.
profit_loss
.
ol_pa_october
,
item
.
profit_loss
.
ol_pa_november
,
item
.
profit_loss
.
ol_pa_december
,
item
.
profit_loss
.
history_last_nine_year
,
item
.
profit_loss
.
history_last_eight_year
,
item
.
profit_loss
.
history_last_seven_year
,
item
.
profit_loss
.
history_last_six_year
,
item
.
profit_loss
.
history_last_five_year
,
item
.
profit_loss
.
history_last_four_year
,
item
.
profit_loss
.
history_last_three_year
,
item
.
profit_loss
.
history_last_two_year
,
item
.
profit_loss
.
history_last_year
,
item
.
profit_loss
.
history_current_year
,
item
.
profit_loss
.
history_last_year
,
item
.
profit_loss
.
history_last_two_year
,
item
.
profit_loss
.
history_last_three_year
,
item
.
profit_loss
.
history_last_four_year
,
item
.
profit_loss
.
history_last_five_year
,
item
.
profit_loss
.
history_last_six_year
,
item
.
profit_loss
.
history_last_seven_year
,
item
.
profit_loss
.
history_last_eight_year
,
item
.
profit_loss
.
history_last_nine_year
,
])
if
(
item
.
children
!==
null
)
{
...
...
@@ -1312,16 +1312,16 @@ export default class SubHolding extends Component {
item
.
profit_loss
.
ol_pa_october
,
item
.
profit_loss
.
ol_pa_november
,
item
.
profit_loss
.
ol_pa_december
,
item
.
profit_loss
.
history_last_nine_year
,
item
.
profit_loss
.
history_last_eight_year
,
item
.
profit_loss
.
history_last_seven_year
,
item
.
profit_loss
.
history_last_six_year
,
item
.
profit_loss
.
history_last_five_year
,
item
.
profit_loss
.
history_last_four_year
,
item
.
profit_loss
.
history_last_three_year
,
item
.
profit_loss
.
history_last_two_year
,
item
.
profit_loss
.
history_last_year
,
item
.
profit_loss
.
history_current_year
,
item
.
profit_loss
.
history_last_year
,
item
.
profit_loss
.
history_last_two_year
,
item
.
profit_loss
.
history_last_three_year
,
item
.
profit_loss
.
history_last_four_year
,
item
.
profit_loss
.
history_last_five_year
,
item
.
profit_loss
.
history_last_six_year
,
item
.
profit_loss
.
history_last_seven_year
,
item
.
profit_loss
.
history_last_eight_year
,
item
.
profit_loss
.
history_last_nine_year
,
])
if
(
item
.
children
!==
null
)
{
if
(
item
.
children
.
length
>
0
)
{
...
...
src/container/OutlookPA/CorporateAnnualTargetOLPA.js
View file @
1a040778
...
...
@@ -1959,7 +1959,7 @@ export default class CorporateAnnualTargetRO extends Component {
style
=
{{
color
:
"#5198ea"
,
fontSize
:
12
,
textAlign
:
'center'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
,
marginBottom
:
-
5
}}
type
=
"text"
placeholder
=
""
disabled
=
{
this
.
props
.
quarter
==
'q1'
?
false
:
tru
e
}
disabled
=
{
fals
e
}
defaultValue
=
{
value
}
onBlur
=
{(
event
)
=>
{
// console.log(event.target.value)
...
...
@@ -2010,7 +2010,7 @@ export default class CorporateAnnualTargetRO extends Component {
style
=
{{
color
:
"#5198ea"
,
fontSize
:
12
,
textAlign
:
'center'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
,
marginBottom
:
-
5
}}
type
=
"text"
placeholder
=
""
disabled
=
{
this
.
props
.
quarter
==
'q1'
?
false
:
tru
e
}
disabled
=
{
fals
e
}
defaultValue
=
{
value
}
onBlur
=
{(
event
)
=>
{
// console.log(event.target.value)
...
...
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