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
f67af430
Commit
f67af430
authored
Feb 19, 2021
by
Riri Novita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
ed486934
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
57 deletions
+29
-57
TableSummaryTriputra.js
src/container/SummaryTriputra/TableSummaryTriputra.js
+29
-57
No files found.
src/container/SummaryTriputra/TableSummaryTriputra.js
View file @
f67af430
...
@@ -161,7 +161,7 @@ export default class TableSummaryTriputra extends Component {
...
@@ -161,7 +161,7 @@ export default class TableSummaryTriputra extends Component {
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
4
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
4
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -179,7 +179,7 @@ export default class TableSummaryTriputra extends Component {
...
@@ -179,7 +179,7 @@ export default class TableSummaryTriputra extends Component {
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
5
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
5
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -219,9 +219,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -219,9 +219,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
7
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
7
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -238,9 +237,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -238,9 +237,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
8
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
8
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -280,9 +278,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -280,9 +278,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
10
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
10
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -299,9 +296,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -299,9 +296,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
11
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
11
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -341,9 +337,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -341,9 +337,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
13
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
13
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -360,9 +355,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -360,9 +355,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
14
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
14
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -575,9 +569,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -575,9 +569,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
16
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
16
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -592,9 +585,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -592,9 +585,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
17
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
17
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -609,9 +601,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -609,9 +601,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
18
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
18
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -626,9 +617,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -626,9 +617,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
19
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
19
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -645,9 +635,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -645,9 +635,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
20
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
20
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -662,9 +651,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -662,9 +651,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
21
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
21
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -679,9 +667,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -679,9 +667,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
22
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
22
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -696,9 +683,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -696,9 +683,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
24
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
24
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -715,9 +701,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -715,9 +701,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
24
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
24
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -734,9 +719,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -734,9 +719,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
25
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
25
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -751,9 +735,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -751,9 +735,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
26
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
26
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -768,9 +751,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -768,9 +751,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
27
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
27
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -785,9 +767,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -785,9 +767,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
28
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
28
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -804,9 +785,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -804,9 +785,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
29
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
29
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -821,9 +801,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -821,9 +801,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
30
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
30
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -838,9 +817,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -838,9 +817,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
31
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
31
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -855,9 +833,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -855,9 +833,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
32
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
32
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -872,9 +849,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -872,9 +849,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
33
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
33
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -889,9 +865,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -889,9 +865,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
34
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
34
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -906,9 +881,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -906,9 +881,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
35
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
35
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -923,9 +897,8 @@ export default class TableSummaryTriputra extends Component {
...
@@ -923,9 +897,8 @@ export default class TableSummaryTriputra extends Component {
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
true
}
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
36
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
36
]
)}
/
>
/
>
}
}
/
>
/
>
...
@@ -1180,7 +1153,6 @@ export default class TableSummaryTriputra extends Component {
...
@@ -1180,7 +1153,6 @@ export default class TableSummaryTriputra extends Component {
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
disabled
=
{
true
}
disabled
=
{
true
}
// decimalScale={1}
suffix
=
{
"%"
}
suffix
=
{
"%"
}
// value={(tableMeta.rowData[6])}
// value={(tableMeta.rowData[6])}
value
=
{
Number
(
String
(
tableMeta
.
rowData
[
6
]).
substr
(
0
,
String
(
tableMeta
.
rowData
[
6
]).
length
-
1
)).
toFixed
(
1
)}
value
=
{
Number
(
String
(
tableMeta
.
rowData
[
6
]).
substr
(
0
,
String
(
tableMeta
.
rowData
[
6
]).
length
-
1
)).
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