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
14f32693
Commit
14f32693
authored
Feb 23, 2021
by
rifkaki
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://103.44.149.204/d.arizona/tia-dev
into rifka
parents
60724db5
3f97a2e7
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
131 additions
and
110 deletions
+131
-110
BudgetTahunan.js
src/container/BudgetTahunan.js
+12
-11
DashboardFinancial.js
src/container/Laporan/DashboardFinancial.js
+14
-8
MonthlyReport.js
src/container/MonthlyReport.js
+10
-9
SummaryOfTriputra.js
src/container/SummaryTriputra/SummaryOfTriputra.js
+4
-4
TableSummaryTriputra.js
src/container/SummaryTriputra/TableSummaryTriputra.js
+91
-78
No files found.
src/container/BudgetTahunan.js
View file @
14f32693
...
...
@@ -534,11 +534,11 @@ export default class BudgetTahunan extends Component {
// // console.log(this.state.btnApprove)
this
.
historyApproval
()
this
.
getLatestPeriodSubmit
()
if
(
type
!=
undefined
)
{
//
if (type != undefined) {
this
.
getCashFlow
(
type
)
this
.
getPL
(
type
)
}
this
.
getFR
(
type
)
//
}
//
this.getFR(type)
api
.
create
().
checkApprover
().
then
(
response
=>
{
// // console.log(this.state.btncreate);
// // console.log(this.state.btnedit)
...
...
@@ -1066,12 +1066,12 @@ export default class BudgetTahunan extends Component {
// if (this.state.submissionID != null) {
// this.createCashFlow()
// }
if
(
type
!=
undefined
)
{
if
(
type
==
'BS'
||
type
==
'FAM'
||
type
==
'PL'
)
{
//
if (type != undefined) {
//
if (type == 'BS' || type == 'FAM' || type == 'PL') {
console
.
log
(
'tarik sis'
)
this
.
createCashFlow
()
}
}
//
}
//
}
})
}
...
...
@@ -1563,12 +1563,12 @@ export default class BudgetTahunan extends Component {
// if (this.state.submissionID != null) {
// this.createDBPL()
// }
if
(
type
!=
undefined
)
{
if
(
type
==
'PL'
)
{
//
if (type != undefined) {
//
if (type == 'PL') {
console
.
log
(
'tarik sis'
)
this
.
createDBPL
()
}
}
//
}
//
}
})
}
...
...
@@ -1587,6 +1587,7 @@ export default class BudgetTahunan extends Component {
console
.
log
(
JSON
.
stringify
(
payload
))
api
.
create
().
createReportPLMB
(
payload
).
then
((
res
)
=>
{
console
.
log
(
res
)
this
.
setState
({
loading
:
false
})
// if (response.data) {
// if (response.data.status === "success") {
// this.props.saveToMonthlyReport()
...
...
src/container/Laporan/DashboardFinancial.js
View file @
14f32693
...
...
@@ -11,6 +11,7 @@ import Constant from '../../library/Constant';
import
{
format
}
from
'date-fns'
;
import
{
PropagateLoader
}
from
'react-spinners'
;
import
ReactECharts
from
'echarts-for-react'
;
import
{
FormatListNumberedRtlOutlined
}
from
'@material-ui/icons'
;
const
Alert
=
withStyles
({
})((
props
)
=>
<
MuiAlert
elevation
=
{
6
}
variant
=
"filled"
{...
props
}
/>
)
;
...
...
@@ -64,16 +65,19 @@ export default class DashboardFinancial extends React.Component {
mrRev
:
[],
minRev
:
0
,
maxRev
:
0
,
intervalRev
:
0
,
companyTPAT
:
[],
mbTPAT
:
[],
mrTPAT
:
[],
minTPAT
:
0
,
maxTPAT
:
0
,
intervalTPAT
:
0
,
companyEBITDA
:
[],
mbEBITDA
:
[],
mrEBITDA
:
[],
minEBITDA
:
0
,
maxEBITDA
:
0
,
intervalEBITDA
:
0
,
data
:
[
],
};
...
...
@@ -394,18 +398,21 @@ export default class DashboardFinancial extends React.Component {
let
mrRev
=
[]
let
maxRev
=
response
.
revenue
.
vertical_pointing
[
0
]
let
minRev
=
response
.
revenue
.
vertical_pointing
[
1
]
let
intervalRev
=
Number
(
response
.
revenue
.
interval
)
let
companyTPAT
=
[]
let
mbTPAT
=
[]
let
mrTPAT
=
[]
let
maxTPAT
=
response
.
tpat
.
vertical_pointing
[
0
]
let
minTPAT
=
response
.
tpat
.
vertical_pointing
[
1
]
let
intervalTPAT
=
Number
(
response
.
tpat
.
interval
)
let
companyEBITDA
=
[]
let
mbEBITDA
=
[]
let
mrEBITDA
=
[]
let
maxEBITDA
=
response
.
ebitda
.
vertical_pointing
[
0
]
let
minEBITDA
=
response
.
ebitda
.
vertical_pointing
[
1
]
let
intervalEBITDA
=
Number
(
response
.
ebitda
.
interval
)
response
.
revenue
.
nodes
.
map
((
item
,
index
)
=>
{
if
(
this
.
state
.
report
.
value
==
'summary'
)
{
...
...
@@ -452,11 +459,10 @@ export default class DashboardFinancial extends React.Component {
"MBColor"
:
"hsl(212, 64%, 46%)"
,
"MR"
:
item
.
value_mr
,
"MRColor"
:
"hsl(212, 78%, 62%)"
,
})
})
}
this
.
setState
({
companyRev
,
mbRev
,
mrRev
,
minRev
,
maxRev
,
companyTPAT
,
mbTPAT
,
mrTPAT
,
minTPAT
,
maxTPAT
,
companyEBITDA
,
mbEBITDA
,
mrEBITDA
,
minEBITDA
,
max
EBITDA
},
()
=>
{
this
.
setState
({
companyRev
,
mbRev
,
mrRev
,
minRev
,
maxRev
,
intervalRev
,
companyTPAT
,
mbTPAT
,
mrTPAT
,
minTPAT
,
maxTPAT
,
intervalTPAT
,
companyEBITDA
,
mbEBITDA
,
mrEBITDA
,
minEBITDA
,
maxEBITDA
,
interval
EBITDA
},
()
=>
{
console
.
log
(
companyTPAT
)
this
.
setState
({
loading
:
false
})
})
...
...
@@ -675,7 +681,7 @@ export default class DashboardFinancial extends React.Component {
name
:
'(Rp bn)'
,
min
:
this
.
state
.
minRev
,
max
:
this
.
state
.
maxRev
,
interval
:
1000
interval
:
this
.
state
.
intervalRev
}
]
:
[
...
...
@@ -684,7 +690,7 @@ export default class DashboardFinancial extends React.Component {
name
:
'(Rp bn)'
,
min
:
this
.
state
.
minRev
,
max
:
this
.
state
.
maxRev
,
interval
:
1000
interval
:
this
.
state
.
intervalRev
},
{
type
:
'value'
,
...
...
@@ -767,7 +773,7 @@ export default class DashboardFinancial extends React.Component {
name
:
'(Rp bn)'
,
min
:
this
.
state
.
minTPAT
,
max
:
this
.
state
.
maxTPAT
,
interval
:
1000
interval
:
this
.
state
.
intervalTPAT
}
]
:
[
...
...
@@ -776,7 +782,7 @@ export default class DashboardFinancial extends React.Component {
name
:
'(Rp bn)'
,
min
:
this
.
state
.
minTPAT
,
max
:
this
.
state
.
maxTPAT
,
interval
:
1000
interval
:
this
.
state
.
intervalTPAT
},
{
type
:
'value'
,
...
...
@@ -933,7 +939,7 @@ export default class DashboardFinancial extends React.Component {
name
:
'(Rp bn)'
,
min
:
this
.
state
.
minEBITDA
,
max
:
this
.
state
.
maxEBITDA
,
interval
:
1000
interval
:
this
.
state
.
intervalEBITDA
}
]
:
[
...
...
@@ -942,7 +948,7 @@ export default class DashboardFinancial extends React.Component {
name
:
'(Rp bn)'
,
min
:
this
.
state
.
minEBITDA
,
max
:
this
.
state
.
maxEBITDA
,
interval
:
1000
interval
:
this
.
state
.
intervalEBITDA
},
{
type
:
'value'
,
...
...
src/container/MonthlyReport.js
View file @
14f32693
...
...
@@ -627,7 +627,7 @@ export default class MonthlyReport extends Component {
this
.
getLatestPeriodSubmit
()
this
.
getCashFlow
(
type
)
this
.
getPL
(
type
)
this
.
getFR
(
type
)
//
this.getFR(type)
// this.getReport()
// this.getReportAttachment()
api
.
create
().
checkApproverMonthly
().
then
(
response
=>
{
...
...
@@ -1361,12 +1361,12 @@ export default class MonthlyReport extends Component {
// console.log(listCF)
this
.
setState
({
dbCF
:
listCF
}
,
()
=>
{
if
(
type
!=
undefined
)
{
if
(
type
==
'BS'
||
type
==
'FAM'
||
type
==
'PL'
)
{
//
if (type != undefined) {
//
if (type == 'BS' || type == 'FAM' || type == 'PL') {
console
.
log
(
'tarik sis'
)
this
.
createCashFlow
()
}
}
//
}
//
}
})
}
...
...
@@ -1785,12 +1785,12 @@ export default class MonthlyReport extends Component {
console
.
log
(
listPL
)
this
.
setState
({
dbPL
:
listPL
}
,
()
=>
{
if
(
type
!=
undefined
)
{
if
(
type
==
'PL'
)
{
//
if (type != undefined) {
//
if ( type == 'PL') {
console
.
log
(
'tarik sis'
)
this
.
createPL
()
}
}
//
}
//
}
})
}
...
...
@@ -1808,6 +1808,7 @@ export default class MonthlyReport extends Component {
}
api
.
create
().
createReportPLMR
(
payload
).
then
((
res
)
=>
{
console
.
log
(
res
)
this
.
setState
({
loading
:
false
})
// if (response.data) {
// if (response.data.status === "success") {
// this.props.saveToMonthlyReport()
...
...
src/container/SummaryTriputra/SummaryOfTriputra.js
View file @
14f32693
...
...
@@ -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 @
14f32693
...
...
@@ -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
}
}
]
...
...
@@ -4182,7 +4190,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
}
...
...
@@ -4200,7 +4208,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
}
...
...
@@ -4218,7 +4226,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
}
...
...
@@ -4238,7 +4246,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
}
...
...
@@ -4258,7 +4266,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
}
...
...
@@ -4276,7 +4284,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
}
...
...
@@ -4368,7 +4376,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
}
...
...
@@ -4386,7 +4394,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
}
...
...
@@ -4404,7 +4412,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
}
...
...
@@ -4424,7 +4432,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
}
...
...
@@ -4444,7 +4452,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
}
...
...
@@ -4462,7 +4470,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
}
...
...
@@ -4554,7 +4562,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
}
...
...
@@ -4572,7 +4580,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
}
...
...
@@ -4590,7 +4598,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
}
...
...
@@ -4610,7 +4618,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
}
...
...
@@ -4630,7 +4638,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
}
...
...
@@ -4648,7 +4656,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
}
...
...
@@ -4740,7 +4748,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
}
...
...
@@ -4758,7 +4766,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
}
...
...
@@ -4776,7 +4784,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
}
...
...
@@ -4796,7 +4804,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
=
{
'%'
}
...
...
@@ -4816,7 +4824,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
}
...
...
@@ -4834,7 +4842,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
}
...
...
@@ -4912,7 +4920,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
}
...
...
@@ -4930,7 +4938,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
}
...
...
@@ -4948,7 +4956,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
}
...
...
@@ -5010,7 +5018,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
}
...
...
@@ -5028,7 +5036,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
}
...
...
@@ -5046,7 +5054,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
}
...
...
@@ -5108,7 +5116,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
}
...
...
@@ -5126,7 +5134,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
}
...
...
@@ -5144,7 +5152,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
}
...
...
@@ -5206,7 +5214,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
}
...
...
@@ -5226,7 +5234,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
=
{
'%'
}
...
...
@@ -5246,7 +5254,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
=
""
...
...
@@ -5310,7 +5318,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
=
{
'%'
}
...
...
@@ -5330,7 +5338,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
=
{
'%'
}
...
...
@@ -5350,7 +5358,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
=
{
'%'
}
...
...
@@ -5414,7 +5422,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
=
{
'%'
}
...
...
@@ -5434,7 +5442,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
=
{
'%'
}
...
...
@@ -5454,7 +5462,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
=
{
'%'
}
...
...
@@ -5518,7 +5526,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
=
{
'%'
}
...
...
@@ -5538,7 +5546,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
=
{
'%'
}
...
...
@@ -5558,7 +5566,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
=
{
'%'
}
...
...
@@ -5590,6 +5598,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