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
8418d181
Commit
8418d181
authored
Feb 23, 2026
by
Hardiansyah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CPSM
parent
817a4bad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
87 additions
and
87 deletions
+87
-87
TableSummaryTriputra.js
src/container/SummaryTriputra/TableSummaryTriputra.js
+87
-87
No files found.
src/container/SummaryTriputra/TableSummaryTriputra.js
View file @
8418d181
...
...
@@ -4886,11 +4886,11 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
86
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
86
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
4
]).
toFixed
(
1
)}
value
=
{
this
.
formattingNumber
(
tableMeta
.
rowData
[
4
]
)}
/
>
}
/
>
...
...
@@ -4904,11 +4904,11 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
5
]).
toFixed
(
1
)}
value
=
{
this
.
formattingNumber
(
tableMeta
.
rowData
[
5
]
)}
/
>
}
/
>
...
...
@@ -4922,11 +4922,11 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
6
]).
toFixed
(
1
)}
value
=
{
this
.
formattingNumber
(
tableMeta
.
rowData
[
6
]
)}
/
>
}
/
>
...
...
@@ -4942,12 +4942,12 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
suffix
=
{
'%'
}
value
=
{
t
ableMeta
.
rowData
[
7
]
}
value
=
{
t
his
.
formattingNumber
(
tableMeta
.
rowData
[
7
])
}
// value={Number(tableMeta.rowData[7]).toFixed(1)}
/
>
}
...
...
@@ -4962,11 +4962,11 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
8
]).
toFixed
(
1
)}
value
=
{
this
.
formattingNumber
(
tableMeta
.
rowData
[
9
]
)}
/
>
}
/
>
...
...
@@ -4980,11 +4980,11 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
9
]).
toFixed
(
1
)}
value
=
{
this
.
formattingNumber
(
tableMeta
.
rowData
[
9
]
)}
/
>
}
/
>
...
...
@@ -5072,11 +5072,11 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
10
]).
toFixed
(
1
)}
value
=
{
this
.
formattingNumber
(
tableMeta
.
rowData
[
10
]
)}
/
>
}
/
>
...
...
@@ -5090,11 +5090,11 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
11
]).
toFixed
(
1
)}
value
=
{
this
.
formattingNumber
(
tableMeta
.
rowData
[
11
]
)}
/
>
}
/
>
...
...
@@ -5108,11 +5108,11 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
12
]).
toFixed
(
1
)}
value
=
{
this
.
formattingNumber
(
tableMeta
.
rowData
[
12
]
)}
/
>
}
/
>
...
...
@@ -5128,12 +5128,12 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
suffix
=
{
'%'
}
value
=
{
t
ableMeta
.
rowData
[
13
]
}
value
=
{
t
his
.
formattingNumber
(
tableMeta
.
rowData
[
13
])
}
// value={Number(tableMeta.rowData[13]).toFixed(1)}
/
>
}
...
...
@@ -5148,11 +5148,11 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
14
]).
toFixed
(
1
)}
value
=
{
this
.
formattingNumber
(
tableMeta
.
rowData
[
14
]
)}
/
>
}
/
>
...
...
@@ -5166,11 +5166,11 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
15
]).
toFixed
(
1
)}
value
=
{
this
.
formattingNumber
(
tableMeta
.
rowData
[
15
]
)}
/
>
}
/
>
...
...
@@ -5258,11 +5258,11 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
80
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
80
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
16
]).
toFixed
(
1
)}
value
=
{
this
.
formattingNumber
(
tableMeta
.
rowData
[
16
]
)}
/
>
}
/
>
...
...
@@ -5276,11 +5276,11 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
17
]).
toFixed
(
1
)}
value
=
{
this
.
formattingNumber
(
tableMeta
.
rowData
[
17
]
)}
/
>
}
/
>
...
...
@@ -5294,11 +5294,11 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
18
]).
toFixed
(
1
)}
value
=
{
this
.
formattingNumber
(
tableMeta
.
rowData
[
18
]
)}
/
>
}
/
>
...
...
@@ -5314,12 +5314,12 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
suffix
=
{
'%'
}
value
=
{
t
ableMeta
.
rowData
[
19
]
}
value
=
{
t
his
.
formattingNumber
(
tableMeta
.
rowData
[
19
])
}
// value={Number(tableMeta.rowData[19]).toFixed(1)}
/
>
}
...
...
@@ -5334,11 +5334,11 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
20
]).
toFixed
(
1
)}
value
=
{
this
.
formattingNumber
(
tableMeta
.
rowData
[
20
]
)}
/
>
}
/
>
...
...
@@ -5352,11 +5352,11 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
21
]).
toFixed
(
1
)}
value
=
{
this
.
formattingNumber
(
tableMeta
.
rowData
[
21
]
)}
/
>
}
/
>
...
...
@@ -5444,11 +5444,11 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
86
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
86
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
22
]).
toFixed
(
1
)}
value
=
{
this
.
formattingNumber
(
tableMeta
.
rowData
[
22
]
)}
/
>
}
/
>
...
...
@@ -5462,11 +5462,11 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
23
]).
toFixed
(
1
)}
value
=
{
this
.
formattingNumber
(
tableMeta
.
rowData
[
23
]
)}
/
>
}
/
>
...
...
@@ -5480,11 +5480,11 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
24
]).
toFixed
(
1
)}
value
=
{
this
.
formattingNumber
(
tableMeta
.
rowData
[
24
]
)}
/
>
}
/
>
...
...
@@ -5500,12 +5500,12 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
suffix
=
{
'%'
}
disabled
=
{
true
}
value
=
{
t
ableMeta
.
rowData
[
25
]
}
value
=
{
t
his
.
formattingNumber
(
tableMeta
.
rowData
[
25
])
}
// value={Number(tableMeta.rowData[25]).toFixed(1)}
/
>
}
...
...
@@ -5520,11 +5520,11 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
26
]).
toFixed
(
1
)}
value
=
{
this
.
formattingNumber
(
tableMeta
.
rowData
[
26
]
)}
/
>
}
/
>
...
...
@@ -5538,11 +5538,11 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
27
]).
toFixed
(
1
)}
value
=
{
this
.
formattingNumber
(
tableMeta
.
rowData
[
27
]
)}
/
>
}
/
>
...
...
@@ -5616,7 +5616,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -5634,7 +5634,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -5652,7 +5652,7 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
...
...
@@ -5714,11 +5714,11 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{(
tableMeta
.
rowData
[
31
])}
value
=
{
this
.
formattingNumber
(
tableMeta
.
rowData
[
31
])}
/
>
}
/
>
...
...
@@ -5732,11 +5732,11 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{(
tableMeta
.
rowData
[
32
])}
value
=
{
this
.
formattingNumber
(
tableMeta
.
rowData
[
32
])}
/
>
}
/
>
...
...
@@ -5750,11 +5750,11 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{(
tableMeta
.
rowData
[
33
])}
value
=
{
this
.
formattingNumber
(
tableMeta
.
rowData
[
33
])}
/
>
}
/
>
...
...
@@ -5812,11 +5812,11 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{(
tableMeta
.
rowData
[
34
])}
value
=
{
this
.
formattingNumber
(
tableMeta
.
rowData
[
34
])}
/
>
}
/
>
...
...
@@ -5830,11 +5830,11 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{(
tableMeta
.
rowData
[
35
])}
value
=
{
this
.
formattingNumber
(
tableMeta
.
rowData
[
35
])}
/
>
}
/
>
...
...
@@ -5848,11 +5848,11 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{(
tableMeta
.
rowData
[
36
])}
value
=
{
this
.
formattingNumber
(
tableMeta
.
rowData
[
36
])}
/
>
}
/
>
...
...
@@ -5910,12 +5910,12 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
suffix
=
{
'%'
}
value
=
{
t
ableMeta
.
rowData
[
37
]
}
value
=
{
t
his
.
formattingNumber
(
tableMeta
.
rowData
[
37
])
}
// value={Number(tableMeta.rowData[37]).toFixed(1)}
/
>
}
...
...
@@ -5930,12 +5930,12 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
suffix
=
{
'%'
}
disabled
=
{
true
}
value
=
{
t
ableMeta
.
rowData
[
38
]
}
value
=
{
t
his
.
formattingNumber
(
tableMeta
.
rowData
[
38
])
}
// value={Number(tableMeta.rowData[38]).toFixed(1)}
/
>
}
...
...
@@ -5950,12 +5950,12 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
suffix
=
{
'%'
}
placeholder
=
""
disabled
=
{
true
}
value
=
{
t
ableMeta
.
rowData
[
39
]
}
value
=
{
t
his
.
formattingNumber
(
tableMeta
.
rowData
[
39
])
}
// value={Number(tableMeta.rowData[39]).toFixed(1)}
/
>
}
...
...
@@ -6014,12 +6014,12 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
suffix
=
{
'%'
}
disabled
=
{
true
}
value
=
{
t
ableMeta
.
rowData
[
40
]
}
value
=
{
t
his
.
formattingNumber
(
tableMeta
.
rowData
[
40
])
}
// value={Number(tableMeta.rowData[40]).toFixed(1)}
/
>
}
...
...
@@ -6034,12 +6034,12 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
suffix
=
{
'%'
}
disabled
=
{
true
}
value
=
{
t
ableMeta
.
rowData
[
41
]
}
value
=
{
t
his
.
formattingNumber
(
tableMeta
.
rowData
[
41
])
}
// value={Number(tableMeta.rowData[41]).toFixed(1)}
/
>
}
...
...
@@ -6054,12 +6054,12 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
suffix
=
{
'%'
}
disabled
=
{
true
}
value
=
{
t
ableMeta
.
rowData
[
42
]
}
value
=
{
t
his
.
formattingNumber
(
tableMeta
.
rowData
[
42
])
}
// value={Number(tableMeta.rowData[42]).toFixed(1)}
/
>
}
...
...
@@ -6118,12 +6118,12 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
suffix
=
{
'%'
}
disabled
=
{
true
}
value
=
{
t
ableMeta
.
rowData
[
43
]
}
value
=
{
t
his
.
formattingNumber
(
tableMeta
.
rowData
[
43
])
}
// value={Number(tableMeta.rowData[43]).toFixed(1)}
/
>
}
...
...
@@ -6138,12 +6138,12 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
suffix
=
{
'%'
}
disabled
=
{
true
}
value
=
{
t
ableMeta
.
rowData
[
44
]
}
value
=
{
t
his
.
formattingNumber
(
tableMeta
.
rowData
[
44
])
}
// value={Number(tableMeta.rowData[44]).toFixed(1)}
/
>
}
...
...
@@ -6158,12 +6158,12 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
suffix
=
{
'%'
}
disabled
=
{
true
}
value
=
{
t
ableMeta
.
rowData
[
45
]
}
value
=
{
t
his
.
formattingNumber
(
tableMeta
.
rowData
[
45
])
}
// value={Number(tableMeta.rowData[45]).toFixed(1)}
/
>
}
...
...
@@ -6222,12 +6222,12 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
suffix
=
{
'%'
}
disabled
=
{
true
}
value
=
{
t
ableMeta
.
rowData
[
46
]
}
value
=
{
t
his
.
formattingNumber
(
tableMeta
.
rowData
[
46
])
}
// value={Number(tableMeta.rowData[46]).toFixed(1)}
/
>
}
...
...
@@ -6242,12 +6242,12 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
suffix
=
{
'%'
}
disabled
=
{
true
}
value
=
{
t
ableMeta
.
rowData
[
47
]
}
value
=
{
t
his
.
formattingNumber
(
tableMeta
.
rowData
[
47
])
}
// value={Number(tableMeta.rowData[47]).toFixed(1)}
/
>
}
...
...
@@ -6262,12 +6262,12 @@ export default class TableSummaryTriputra extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style
=
{{
color
:
(
tableMeta
.
rowData
[
2
]
!==
0
&&
tableMeta
.
rowData
[
2
]
!==
1
)
&&
!
tableMeta
.
rowData
[
49
]
?
'#5198ea'
:
'#000000de'
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
this
.
getInputColor
({
val
:
tableMeta
.
rowData
,
column
:
"CPSM"
})
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
placeholder
=
""
suffix
=
{
'%'
}
disabled
=
{
true
}
value
=
{
t
ableMeta
.
rowData
[
48
]
}
value
=
{
t
his
.
formattingNumber
(
tableMeta
.
rowData
[
48
])
}
// value={Number(tableMeta.rowData[48]).toFixed(1)}
/
>
}
...
...
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