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
3954b743
Commit
3954b743
authored
Feb 04, 2021
by
Riri Novita
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://103.44.149.204/d.arizona/tia-dev
into riri
parents
8278c551
81c8e6ac
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
65 additions
and
63 deletions
+65
-63
SubHolding.js
src/container/Laporan/SubHolding.js
+2
-2
TableSubHolding.js
src/container/Laporan/TableSubHolding.js
+51
-49
SummaryOfTriputra.js
src/container/SummaryTriputra/SummaryOfTriputra.js
+12
-12
No files found.
src/container/Laporan/SubHolding.js
View file @
3954b743
...
@@ -1098,7 +1098,7 @@ export default class SubHolding extends Component {
...
@@ -1098,7 +1098,7 @@ export default class SubHolding extends Component {
item
.
tax_planning_report
.
monthly_october
,
item
.
tax_planning_report
.
monthly_october
,
item
.
tax_planning_report
.
monthly_november
,
item
.
tax_planning_report
.
monthly_november
,
item
.
tax_planning_report
.
monthly_december
,
item
.
tax_planning_report
.
monthly_december
,
0
item
.
tax_planning_report
.
total_current_year
,
])
])
}
}
if
(
item
.
children
!==
null
)
{
if
(
item
.
children
!==
null
)
{
...
@@ -1148,7 +1148,7 @@ export default class SubHolding extends Component {
...
@@ -1148,7 +1148,7 @@ export default class SubHolding extends Component {
item
.
tax_planning_report
.
monthly_october
,
item
.
tax_planning_report
.
monthly_october
,
item
.
tax_planning_report
.
monthly_november
,
item
.
tax_planning_report
.
monthly_november
,
item
.
tax_planning_report
.
monthly_december
,
item
.
tax_planning_report
.
monthly_december
,
0
item
.
tax_planning_report
.
total_current_year
,
])
])
if
(
item
.
children
!==
null
)
{
if
(
item
.
children
!==
null
)
{
if
(
item
.
children
.
length
>
0
)
{
if
(
item
.
children
.
length
>
0
)
{
...
...
src/container/Laporan/TableSubHolding.js
View file @
3954b743
...
@@ -4415,7 +4415,8 @@ export default class TableSubHolding extends Component {
...
@@ -4415,7 +4415,8 @@ export default class TableSubHolding extends Component {
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
value={Number(handleForecastDBPL(tableMeta, `${Number(this.props.periode) + 1}`, 20)).toFixed(1)}
// value={Number(handleForecastDBPL(tableMeta, `${Number(this.props.periode) + 1}`, 20)).toFixed(1)}
value={Number(tableMeta.rowData[20], tableMeta, 20).toFixed(1)}
/>
/>
}
}
/>
/>
...
@@ -4459,7 +4460,8 @@ export default class TableSubHolding extends Component {
...
@@ -4459,7 +4460,8 @@ export default class TableSubHolding extends Component {
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
value={Number(handleForecastDBPL(tableMeta, `${Number(this.props.periode) + 2}`, 21)).toFixed(1)}
// value={Number(handleForecastDBPL(tableMeta, `${Number(this.props.periode) + 2}`, 21)).toFixed(1)}
value={Number(tableMeta.rowData[21], tableMeta, 21).toFixed(1)}
/>
/>
}
}
/>
/>
...
@@ -14434,7 +14436,7 @@ export default class TableSubHolding extends Component {
...
@@ -14434,7 +14436,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 70, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 70, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -14457,7 +14459,7 @@ export default class TableSubHolding extends Component {
...
@@ -14457,7 +14459,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 70, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 70, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -14480,7 +14482,7 @@ export default class TableSubHolding extends Component {
...
@@ -14480,7 +14482,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 70, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 70, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -14503,7 +14505,7 @@ export default class TableSubHolding extends Component {
...
@@ -14503,7 +14505,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 70, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 70, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
suffix={`%`}
suffix={`%`}
...
@@ -14529,7 +14531,7 @@ export default class TableSubHolding extends Component {
...
@@ -14529,7 +14531,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -14552,7 +14554,7 @@ export default class TableSubHolding extends Component {
...
@@ -14552,7 +14554,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
suffix={'%'}
suffix={'%'}
...
@@ -14576,7 +14578,7 @@ export default class TableSubHolding extends Component {
...
@@ -14576,7 +14578,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -14624,7 +14626,7 @@ export default class TableSubHolding extends Component {
...
@@ -14624,7 +14626,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -14669,7 +14671,7 @@ export default class TableSubHolding extends Component {
...
@@ -14669,7 +14671,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -14870,7 +14872,7 @@ export default class TableSubHolding extends Component {
...
@@ -14870,7 +14872,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
decimalScale={1}
decimalScale={1}
...
@@ -14894,7 +14896,7 @@ export default class TableSubHolding extends Component {
...
@@ -14894,7 +14896,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
decimalScale={1}
decimalScale={1}
...
@@ -14918,7 +14920,7 @@ export default class TableSubHolding extends Component {
...
@@ -14918,7 +14920,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
suffix={'%'}
suffix={'%'}
...
@@ -14942,7 +14944,7 @@ export default class TableSubHolding extends Component {
...
@@ -14942,7 +14944,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -14965,7 +14967,7 @@ export default class TableSubHolding extends Component {
...
@@ -14965,7 +14967,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
suffix={'%'}
suffix={'%'}
...
@@ -15028,7 +15030,7 @@ export default class TableSubHolding extends Component {
...
@@ -15028,7 +15030,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -15051,7 +15053,7 @@ export default class TableSubHolding extends Component {
...
@@ -15051,7 +15053,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -15074,7 +15076,7 @@ export default class TableSubHolding extends Component {
...
@@ -15074,7 +15076,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
suffix={'%'}
suffix={'%'}
...
@@ -15098,7 +15100,7 @@ export default class TableSubHolding extends Component {
...
@@ -15098,7 +15100,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -15121,7 +15123,7 @@ export default class TableSubHolding extends Component {
...
@@ -15121,7 +15123,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
suffix={'%'}
suffix={'%'}
placeholder=""
placeholder=""
...
@@ -15184,7 +15186,7 @@ export default class TableSubHolding extends Component {
...
@@ -15184,7 +15186,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -15207,7 +15209,7 @@ export default class TableSubHolding extends Component {
...
@@ -15207,7 +15209,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -15230,7 +15232,7 @@ export default class TableSubHolding extends Component {
...
@@ -15230,7 +15232,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
suffix={'%'}
suffix={'%'}
...
@@ -15254,7 +15256,7 @@ export default class TableSubHolding extends Component {
...
@@ -15254,7 +15256,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -15277,7 +15279,7 @@ export default class TableSubHolding extends Component {
...
@@ -15277,7 +15279,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
suffix={'%'}
suffix={'%'}
...
@@ -15352,7 +15354,7 @@ export default class TableSubHolding extends Component {
...
@@ -15352,7 +15354,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -15375,7 +15377,7 @@ export default class TableSubHolding extends Component {
...
@@ -15375,7 +15377,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -15398,7 +15400,7 @@ export default class TableSubHolding extends Component {
...
@@ -15398,7 +15400,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
suffix={'%'}
suffix={'%'}
...
@@ -15422,7 +15424,7 @@ export default class TableSubHolding extends Component {
...
@@ -15422,7 +15424,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -15449,7 +15451,7 @@ export default class TableSubHolding extends Component {
...
@@ -15449,7 +15451,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -15472,7 +15474,7 @@ export default class TableSubHolding extends Component {
...
@@ -15472,7 +15474,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -15495,7 +15497,7 @@ export default class TableSubHolding extends Component {
...
@@ -15495,7 +15497,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
suffix={'%'}
suffix={'%'}
...
@@ -15519,7 +15521,7 @@ export default class TableSubHolding extends Component {
...
@@ -15519,7 +15521,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
suffix={'%'}
suffix={'%'}
...
@@ -15569,7 +15571,7 @@ export default class TableSubHolding extends Component {
...
@@ -15569,7 +15571,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -15614,7 +15616,7 @@ export default class TableSubHolding extends Component {
...
@@ -15614,7 +15616,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -15862,7 +15864,7 @@ export default class TableSubHolding extends Component {
...
@@ -15862,7 +15864,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -15885,7 +15887,7 @@ export default class TableSubHolding extends Component {
...
@@ -15885,7 +15887,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -15908,7 +15910,7 @@ export default class TableSubHolding extends Component {
...
@@ -15908,7 +15910,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -15931,7 +15933,7 @@ export default class TableSubHolding extends Component {
...
@@ -15931,7 +15933,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -16020,7 +16022,7 @@ export default class TableSubHolding extends Component {
...
@@ -16020,7 +16022,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 75, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 75, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -16043,7 +16045,7 @@ export default class TableSubHolding extends Component {
...
@@ -16043,7 +16045,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -16066,7 +16068,7 @@ export default class TableSubHolding extends Component {
...
@@ -16066,7 +16068,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -16089,7 +16091,7 @@ export default class TableSubHolding extends Component {
...
@@ -16089,7 +16091,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -16114,7 +16116,7 @@ export default class TableSubHolding extends Component {
...
@@ -16114,7 +16116,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -16137,7 +16139,7 @@ export default class TableSubHolding extends Component {
...
@@ -16137,7 +16139,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -16160,7 +16162,7 @@ export default class TableSubHolding extends Component {
...
@@ -16160,7 +16162,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -16238,7 +16240,7 @@ export default class TableSubHolding extends Component {
...
@@ -16238,7 +16240,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
...
@@ -16283,7 +16285,7 @@ export default class TableSubHolding extends Component {
...
@@ -16283,7 +16285,7 @@ export default class TableSubHolding extends Component {
control={
control={
<NumberFormat
<NumberFormat
thousandSeparator={true}
thousandSeparator={true}
style={{ fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
style={{
color: this.props.approved ? 'black' : '#5198es',
fontSize: 12, textAlign: 'right', borderColor: 'transparent', margin: 0, width: 96, backgroundColor: 'transparent' }}
type="text"
type="text"
placeholder=""
placeholder=""
disabled={true}
disabled={true}
src/container/SummaryTriputra/SummaryOfTriputra.js
View file @
3954b743
...
@@ -1211,7 +1211,7 @@ export default class SummaryOfTriputra extends Component {
...
@@ -1211,7 +1211,7 @@ export default class SummaryOfTriputra extends Component {
item
.
revenue_eight
,
item
.
revenue_eight
,
item
.
revenue_nine
,
item
.
revenue_nine
,
item
.
revenue_ten
,
item
.
revenue_ten
,
item
.
revenue_
twelve
,
item
.
revenue_
eleven
,
item
.
ebitda_one
,
item
.
ebitda_one
,
item
.
ebitda_two
,
item
.
ebitda_two
,
item
.
ebitda_three
,
item
.
ebitda_three
,
...
@@ -1222,7 +1222,7 @@ export default class SummaryOfTriputra extends Component {
...
@@ -1222,7 +1222,7 @@ export default class SummaryOfTriputra extends Component {
item
.
ebitda_eight
,
item
.
ebitda_eight
,
item
.
ebitda_nine
,
item
.
ebitda_nine
,
item
.
ebitda_ten
,
item
.
ebitda_ten
,
item
.
ebitda_
twelve
,
item
.
ebitda_
eleven
,
item
.
tpat_one
,
item
.
tpat_one
,
item
.
tpat_two
,
item
.
tpat_two
,
item
.
tpat_three
,
item
.
tpat_three
,
...
@@ -1233,7 +1233,7 @@ export default class SummaryOfTriputra extends Component {
...
@@ -1233,7 +1233,7 @@ export default class SummaryOfTriputra extends Component {
item
.
tpat_eight
,
item
.
tpat_eight
,
item
.
tpat_nine
,
item
.
tpat_nine
,
item
.
tpat_ten
,
item
.
tpat_ten
,
item
.
tpat_
twelve
,
item
.
tpat_
eleven
,
item
.
npat_one
,
item
.
npat_one
,
item
.
npat_two
,
item
.
npat_two
,
item
.
npat_three
,
item
.
npat_three
,
...
@@ -1244,7 +1244,7 @@ export default class SummaryOfTriputra extends Component {
...
@@ -1244,7 +1244,7 @@ export default class SummaryOfTriputra extends Component {
item
.
npat_eight
,
item
.
npat_eight
,
item
.
npat_nine
,
item
.
npat_nine
,
item
.
npat_ten
,
item
.
npat_ten
,
item
.
npat_
twelve
,
item
.
npat_
eleven
,
item
.
total_asset_one
,
item
.
total_asset_one
,
item
.
total_asset_two
,
item
.
total_asset_two
,
item
.
total_asset_three
,
item
.
total_asset_three
,
...
@@ -1255,7 +1255,7 @@ export default class SummaryOfTriputra extends Component {
...
@@ -1255,7 +1255,7 @@ export default class SummaryOfTriputra extends Component {
item
.
total_asset_eight
,
item
.
total_asset_eight
,
item
.
total_asset_nine
,
item
.
total_asset_nine
,
item
.
total_asset_ten
,
item
.
total_asset_ten
,
item
.
total_asset_
twelve
,
item
.
total_asset_
eleven
,
item
.
total_equity_one
,
item
.
total_equity_one
,
item
.
total_equity_two
,
item
.
total_equity_two
,
item
.
total_equity_three
,
item
.
total_equity_three
,
...
@@ -1266,7 +1266,7 @@ export default class SummaryOfTriputra extends Component {
...
@@ -1266,7 +1266,7 @@ export default class SummaryOfTriputra extends Component {
item
.
total_equity_eight
,
item
.
total_equity_eight
,
item
.
total_equity_nine
,
item
.
total_equity_nine
,
item
.
total_equity_ten
,
item
.
total_equity_ten
,
item
.
total_equity_
twelve
,
item
.
total_equity_
eleven
,
item
.
order
,
item
.
order
,
])
])
}
}
...
@@ -1294,7 +1294,7 @@ export default class SummaryOfTriputra extends Component {
...
@@ -1294,7 +1294,7 @@ export default class SummaryOfTriputra extends Component {
item
.
revenue_eight
,
item
.
revenue_eight
,
item
.
revenue_nine
,
item
.
revenue_nine
,
item
.
revenue_ten
,
item
.
revenue_ten
,
item
.
revenue_
twelve
,
item
.
revenue_
eleven
,
item
.
ebitda_one
,
item
.
ebitda_one
,
item
.
ebitda_two
,
item
.
ebitda_two
,
item
.
ebitda_three
,
item
.
ebitda_three
,
...
@@ -1305,7 +1305,7 @@ export default class SummaryOfTriputra extends Component {
...
@@ -1305,7 +1305,7 @@ export default class SummaryOfTriputra extends Component {
item
.
ebitda_eight
,
item
.
ebitda_eight
,
item
.
ebitda_nine
,
item
.
ebitda_nine
,
item
.
ebitda_ten
,
item
.
ebitda_ten
,
item
.
ebitda_
twelve
,
item
.
ebitda_
eleven
,
item
.
tpat_one
,
item
.
tpat_one
,
item
.
tpat_two
,
item
.
tpat_two
,
item
.
tpat_three
,
item
.
tpat_three
,
...
@@ -1316,7 +1316,7 @@ export default class SummaryOfTriputra extends Component {
...
@@ -1316,7 +1316,7 @@ export default class SummaryOfTriputra extends Component {
item
.
tpat_eight
,
item
.
tpat_eight
,
item
.
tpat_nine
,
item
.
tpat_nine
,
item
.
tpat_ten
,
item
.
tpat_ten
,
item
.
tpat_
twelve
,
item
.
tpat_
eleven
,
item
.
npat_one
,
item
.
npat_one
,
item
.
npat_two
,
item
.
npat_two
,
item
.
npat_three
,
item
.
npat_three
,
...
@@ -1327,7 +1327,7 @@ export default class SummaryOfTriputra extends Component {
...
@@ -1327,7 +1327,7 @@ export default class SummaryOfTriputra extends Component {
item
.
npat_eight
,
item
.
npat_eight
,
item
.
npat_nine
,
item
.
npat_nine
,
item
.
npat_ten
,
item
.
npat_ten
,
item
.
npat_
twelve
,
item
.
npat_
eleven
,
item
.
total_asset_one
,
item
.
total_asset_one
,
item
.
total_asset_two
,
item
.
total_asset_two
,
item
.
total_asset_three
,
item
.
total_asset_three
,
...
@@ -1338,7 +1338,7 @@ export default class SummaryOfTriputra extends Component {
...
@@ -1338,7 +1338,7 @@ export default class SummaryOfTriputra extends Component {
item
.
total_asset_eight
,
item
.
total_asset_eight
,
item
.
total_asset_nine
,
item
.
total_asset_nine
,
item
.
total_asset_ten
,
item
.
total_asset_ten
,
item
.
total_asset_
twelve
,
item
.
total_asset_
eleven
,
item
.
total_equity_one
,
item
.
total_equity_one
,
item
.
total_equity_two
,
item
.
total_equity_two
,
item
.
total_equity_three
,
item
.
total_equity_three
,
...
@@ -1349,7 +1349,7 @@ export default class SummaryOfTriputra extends Component {
...
@@ -1349,7 +1349,7 @@ export default class SummaryOfTriputra extends Component {
item
.
total_equity_eight
,
item
.
total_equity_eight
,
item
.
total_equity_nine
,
item
.
total_equity_nine
,
item
.
total_equity_ten
,
item
.
total_equity_ten
,
item
.
total_equity_
twelve
,
item
.
total_equity_
eleven
,
item
.
order
,
item
.
order
,
])
])
if
(
item
.
children
!==
null
)
{
if
(
item
.
children
!==
null
)
{
...
...
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