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
79678089
Commit
79678089
authored
Feb 23, 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
d9f85fb3
74de00e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
95 additions
and
82 deletions
+95
-82
SummaryOfTriputra.js
src/container/SummaryTriputra/SummaryOfTriputra.js
+4
-4
TableSummaryTriputra.js
src/container/SummaryTriputra/TableSummaryTriputra.js
+91
-78
No files found.
src/container/SummaryTriputra/SummaryOfTriputra.js
View file @
79678089
...
...
@@ -254,7 +254,7 @@ export default class SummaryOfTriputra extends Component {
item
.
ratio_inv_days
,
item
.
ratio_ap_days
,
item
.
ratio_ccc
,
item
.
is_approved
item
.
is_approved
==
undefined
?
true
:
item
.
is_approved
,
// item.order,
])
}
...
...
@@ -306,7 +306,7 @@ export default class SummaryOfTriputra extends Component {
item
.
ratio_inv_days
,
item
.
ratio_ap_days
,
item
.
ratio_ccc
,
item
.
is_approved
,
item
.
is_approved
==
undefined
?
true
:
item
.
is_approved
,
// item.order,
])
if
(
item
.
children
!==
null
)
{
...
...
@@ -513,7 +513,7 @@ export default class SummaryOfTriputra extends Component {
item
.
percent_npat_yoy_ol
,
item
.
percent_npat_yoy_next_year
,
item
.
percent_npat_yoy_next_two_year
,
item
.
is_approved
,
item
.
is_approved
==
undefined
?
true
:
item
.
is_approved
,
// item.order,
])
}
...
...
@@ -576,7 +576,7 @@ export default class SummaryOfTriputra extends Component {
item
.
percent_npat_yoy_ol
,
item
.
percent_npat_yoy_next_year
,
item
.
percent_npat_yoy_next_two_year
,
item
.
is_approved
,
item
.
is_approved
==
undefined
?
true
:
item
.
is_approved
,
// item.order,
])
if
(
item
.
children
!==
null
)
{
...
...
src/container/SummaryTriputra/TableSummaryTriputra.js
View file @
79678089
...
...
@@ -144,6 +144,9 @@ export default class TableSummaryTriputra extends Component {
),
setCellProps
:
()
=>
({
style2
}),
customBodyRender
:
(
val
,
tableMeta
,
updateValue
)
=>
{
// if (tableMeta.rowData[3] == "ABA" ) {
// console.log(tableMeta.rowData);
// }
return
(
<
div
>
<
div
className
=
"grid grid-4x content-center"
>
...
...
@@ -157,7 +160,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -175,7 +178,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -193,7 +196,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -216,7 +219,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -234,7 +237,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -252,7 +255,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
suffix
=
{
'%'
}
...
...
@@ -275,7 +278,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -293,7 +296,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -311,7 +314,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
suffix
=
{
'%'
}
...
...
@@ -334,7 +337,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -352,7 +355,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -370,7 +373,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
suffix
=
{
'%'
}
...
...
@@ -566,7 +569,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -582,7 +585,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -598,7 +601,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -614,7 +617,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -632,7 +635,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -648,7 +651,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -664,7 +667,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -680,7 +683,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -698,7 +701,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -716,7 +719,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -732,7 +735,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -748,7 +751,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -764,7 +767,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -782,7 +785,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -798,7 +801,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -814,7 +817,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -830,7 +833,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -846,7 +849,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -862,7 +865,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -878,7 +881,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -894,7 +897,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
37
]
?
'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
[
37
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -1004,6 +1007,11 @@ export default class TableSummaryTriputra extends Component {
options
:
{
display
:
false
}
},
{
name
:
""
,
options
:
{
display
:
false
}
}
]
...
...
@@ -4379,7 +4387,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
86
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
86
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -4397,7 +4405,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -4415,7 +4423,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -4435,7 +4443,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -4455,7 +4463,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -4473,7 +4481,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -4565,7 +4573,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -4583,7 +4591,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -4601,7 +4609,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -4621,7 +4629,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -4641,7 +4649,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -4659,7 +4667,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -4751,7 +4759,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
80
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
80
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -4769,7 +4777,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -4787,7 +4795,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -4807,7 +4815,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -4827,7 +4835,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -4845,7 +4853,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -4937,7 +4945,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'black'
:
tableMeta
.
rowData
[
2
]
===
2
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
86
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
86
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -4955,7 +4963,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -4973,7 +4981,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -4993,7 +5001,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
suffix
=
{
'%'
}
...
...
@@ -5013,7 +5021,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -5031,7 +5039,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -5109,7 +5117,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -5127,7 +5135,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -5145,7 +5153,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -5207,7 +5215,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -5225,7 +5233,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -5243,7 +5251,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -5305,7 +5313,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -5323,7 +5331,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -5341,7 +5349,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -5403,7 +5411,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -5423,7 +5431,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
suffix
=
{
'%'
}
...
...
@@ -5443,7 +5451,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
suffix
=
{
'%'
}
placeholder
=
""
...
...
@@ -5507,7 +5515,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
suffix
=
{
'%'
}
...
...
@@ -5527,7 +5535,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
suffix
=
{
'%'
}
...
...
@@ -5547,7 +5555,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
suffix
=
{
'%'
}
...
...
@@ -5611,7 +5619,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
suffix
=
{
'%'
}
...
...
@@ -5631,7 +5639,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
suffix
=
{
'%'
}
...
...
@@ -5651,7 +5659,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
suffix
=
{
'%'
}
...
...
@@ -5715,7 +5723,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
suffix
=
{
'%'
}
...
...
@@ -5735,7 +5743,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
suffix
=
{
'%'
}
...
...
@@ -5755,7 +5763,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
tableMeta
.
rowData
[
2
]
===
2
&&
tableMeta
.
rowData
[
49
]
?
'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
[
49
]
?
'#5198ea'
:
'black'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
suffix
=
{
'%'
}
...
...
@@ -5787,6 +5795,11 @@ export default class TableSummaryTriputra extends Component {
options
:
{
display
:
false
}
},
{
name
:
""
,
options
:
{
display
:
false
}
},
]
...
...
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