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
3377a7fa
Commit
3377a7fa
authored
Feb 23, 2021
by
rifkaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ytd
parent
14f32693
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
26 deletions
+32
-26
SummaryOfTriputra.js
src/container/SummaryTriputra/SummaryOfTriputra.js
+2
-2
TableSummaryTriputra.js
src/container/SummaryTriputra/TableSummaryTriputra.js
+30
-24
No files found.
src/container/SummaryTriputra/SummaryOfTriputra.js
View file @
3377a7fa
...
@@ -379,7 +379,7 @@ export default class SummaryOfTriputra extends Component {
...
@@ -379,7 +379,7 @@ export default class SummaryOfTriputra extends Component {
item
.
npat_fy_last_year
,
item
.
npat_fy_last_year
,
item
.
npat_fy_percent_of_last_year
,
item
.
npat_fy_percent_of_last_year
,
item
.
order
,
item
.
order
,
item
.
is_approved
item
.
is_approved
==
undefined
?
true
:
item
.
is_approved
,
])
])
}
}
if
(
item
.
children
!==
null
)
{
if
(
item
.
children
!==
null
)
{
...
@@ -437,7 +437,7 @@ export default class SummaryOfTriputra extends Component {
...
@@ -437,7 +437,7 @@ export default class SummaryOfTriputra extends Component {
item
.
npat_fy_last_year
,
item
.
npat_fy_last_year
,
item
.
npat_fy_percent_of_last_year
,
item
.
npat_fy_percent_of_last_year
,
item
.
order
,
item
.
order
,
item
.
is_approved
item
.
is_approved
==
undefined
?
true
:
item
.
is_approved
,
])
])
if
(
item
.
children
!==
null
)
{
if
(
item
.
children
!==
null
)
{
if
(
item
.
children
.
length
>
0
)
{
if
(
item
.
children
.
length
>
0
)
{
...
...
src/container/SummaryTriputra/TableSummaryTriputra.js
View file @
3377a7fa
...
@@ -1126,7 +1126,7 @@ export default class TableSummaryTriputra extends Component {
...
@@ -1126,7 +1126,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
control
=
{
<
NumberFormat
<
NumberFormat
thousandSeparator
=
{
true
}
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
45
]
===
undefined
?
tableMeta
.
rowData
[
45
]
===
true
:
(
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
45
]
===
'true'
)
||
(
tableMeta
.
rowData
[
2
]
===
3
&&
tableMeta
.
rowData
[
45
]
===
'true'
)
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
||
tableMeta
.
rowData
[
2
]
===
3
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
45
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
...
@@ -1142,7 +1142,7 @@ export default class TableSummaryTriputra extends Component {
...
@@ -1142,7 +1142,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
control
=
{
<
NumberFormat
<
NumberFormat
thousandSeparator
=
{
true
}
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
45
]
===
'true'
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
45
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
...
@@ -1176,7 +1176,7 @@ export default class TableSummaryTriputra extends Component {
...
@@ -1176,7 +1176,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
control
=
{
<
NumberFormat
<
NumberFormat
thousandSeparator
=
{
true
}
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
45
]
===
'true'
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
45
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
...
@@ -1212,7 +1212,7 @@ export default class TableSummaryTriputra extends Component {
...
@@ -1212,7 +1212,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
control
=
{
<
NumberFormat
<
NumberFormat
thousandSeparator
=
{
true
}
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
45
]
===
'true'
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
45
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
...
@@ -1228,7 +1228,7 @@ export default class TableSummaryTriputra extends Component {
...
@@ -1228,7 +1228,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
control
=
{
<
NumberFormat
<
NumberFormat
thousandSeparator
=
{
true
}
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
45
]
===
'true'
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
45
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
...
@@ -1262,7 +1262,7 @@ export default class TableSummaryTriputra extends Component {
...
@@ -1262,7 +1262,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
control
=
{
<
NumberFormat
<
NumberFormat
thousandSeparator
=
{
true
}
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
45
]
===
'true'
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
45
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
...
@@ -1422,7 +1422,7 @@ export default class TableSummaryTriputra extends Component {
...
@@ -1422,7 +1422,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
control
=
{
<
NumberFormat
<
NumberFormat
thousandSeparator
=
{
true
}
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
45
]
===
'true'
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
45
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
...
@@ -1438,7 +1438,7 @@ export default class TableSummaryTriputra extends Component {
...
@@ -1438,7 +1438,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
control
=
{
<
NumberFormat
<
NumberFormat
thousandSeparator
=
{
true
}
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
45
]
===
'true'
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
45
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
...
@@ -1472,7 +1472,7 @@ export default class TableSummaryTriputra extends Component {
...
@@ -1472,7 +1472,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
control
=
{
<
NumberFormat
<
NumberFormat
thousandSeparator
=
{
true
}
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
45
]
===
'true'
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
45
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
...
@@ -1508,7 +1508,7 @@ export default class TableSummaryTriputra extends Component {
...
@@ -1508,7 +1508,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
control
=
{
<
NumberFormat
<
NumberFormat
thousandSeparator
=
{
true
}
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
45
]
===
'true'
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
45
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
...
@@ -1524,7 +1524,7 @@ export default class TableSummaryTriputra extends Component {
...
@@ -1524,7 +1524,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
control
=
{
<
NumberFormat
<
NumberFormat
thousandSeparator
=
{
true
}
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
45
]
===
'true'
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
45
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
...
@@ -1558,7 +1558,7 @@ export default class TableSummaryTriputra extends Component {
...
@@ -1558,7 +1558,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
control
=
{
<
NumberFormat
<
NumberFormat
thousandSeparator
=
{
true
}
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
45
]
===
'true'
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
45
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
...
@@ -1724,7 +1724,7 @@ export default class TableSummaryTriputra extends Component {
...
@@ -1724,7 +1724,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
control
=
{
<
NumberFormat
<
NumberFormat
thousandSeparator
=
{
true
}
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
45
]
===
'true'
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
45
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
...
@@ -1740,7 +1740,7 @@ export default class TableSummaryTriputra extends Component {
...
@@ -1740,7 +1740,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
control
=
{
<
NumberFormat
<
NumberFormat
thousandSeparator
=
{
true
}
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
45
]
===
'true'
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
45
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
...
@@ -1774,7 +1774,7 @@ export default class TableSummaryTriputra extends Component {
...
@@ -1774,7 +1774,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
control
=
{
<
NumberFormat
<
NumberFormat
thousandSeparator
=
{
true
}
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
45
]
===
'true'
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
45
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
...
@@ -1810,7 +1810,7 @@ export default class TableSummaryTriputra extends Component {
...
@@ -1810,7 +1810,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
control
=
{
<
NumberFormat
<
NumberFormat
thousandSeparator
=
{
true
}
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
45
]
===
'true'
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
45
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
...
@@ -1826,7 +1826,7 @@ export default class TableSummaryTriputra extends Component {
...
@@ -1826,7 +1826,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
control
=
{
<
NumberFormat
<
NumberFormat
thousandSeparator
=
{
true
}
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
45
]
===
'true'
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
45
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
...
@@ -1860,7 +1860,7 @@ export default class TableSummaryTriputra extends Component {
...
@@ -1860,7 +1860,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
control
=
{
<
NumberFormat
<
NumberFormat
thousandSeparator
=
{
true
}
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
45
]
===
'true'
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
45
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
...
@@ -2026,7 +2026,7 @@ export default class TableSummaryTriputra extends Component {
...
@@ -2026,7 +2026,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
control
=
{
<
NumberFormat
<
NumberFormat
thousandSeparator
=
{
true
}
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
45
]
===
'true'
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
45
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
...
@@ -2042,7 +2042,7 @@ export default class TableSummaryTriputra extends Component {
...
@@ -2042,7 +2042,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
control
=
{
<
NumberFormat
<
NumberFormat
thousandSeparator
=
{
true
}
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
45
]
===
'true'
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
45
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
...
@@ -2076,7 +2076,7 @@ export default class TableSummaryTriputra extends Component {
...
@@ -2076,7 +2076,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
control
=
{
<
NumberFormat
<
NumberFormat
thousandSeparator
=
{
true
}
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
45
]
===
'true'
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
45
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
...
@@ -2112,7 +2112,7 @@ export default class TableSummaryTriputra extends Component {
...
@@ -2112,7 +2112,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
control
=
{
<
NumberFormat
<
NumberFormat
thousandSeparator
=
{
true
}
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
45
]
===
'true'
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
45
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
...
@@ -2128,7 +2128,7 @@ export default class TableSummaryTriputra extends Component {
...
@@ -2128,7 +2128,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
control
=
{
<
NumberFormat
<
NumberFormat
thousandSeparator
=
{
true
}
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
45
]
===
'true'
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
45
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
...
@@ -2162,7 +2162,7 @@ export default class TableSummaryTriputra extends Component {
...
@@ -2162,7 +2162,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
control
=
{
<
NumberFormat
<
NumberFormat
thousandSeparator
=
{
true
}
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
45
]
===
'true'
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
45
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
...
@@ -2262,6 +2262,12 @@ export default class TableSummaryTriputra extends Component {
...
@@ -2262,6 +2262,12 @@ export default class TableSummaryTriputra extends Component {
display
:
false
display
:
false
}
}
},
},
{
name
:
""
,
options
:
{
display
:
false
}
},
{
{
name
:
""
,
name
:
""
,
options
:
{
options
:
{
...
...
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