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
929fde5a
Commit
929fde5a
authored
Mar 17, 2021
by
rifkaki
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://103.44.149.204/d.arizona/tia-dev
into rifka
parents
a33da690
5d3c5a08
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
92 additions
and
85 deletions
+92
-85
OutlookPA.js
src/container/OutlookPA.js
+1
-1
ProfitLossOLPA.js
src/container/OutlookPA/ProfitLossOLPA.js
+91
-84
No files found.
src/container/OutlookPA.js
View file @
929fde5a
...
@@ -571,7 +571,7 @@ export default class OutlookPA extends Component {
...
@@ -571,7 +571,7 @@ export default class OutlookPA extends Component {
this
.
setState
({
loading
:
true
})
this
.
setState
({
loading
:
true
})
// console.log(JSON.stringify(data));
// console.log(JSON.stringify(data));
api
.
create
(
'UPLOAD'
).
createReportOLPA
(
data
).
then
(
response
=>
{
api
.
create
(
'UPLOAD'
).
createReportOLPA
(
data
).
then
(
response
=>
{
//
console.log(response);
console
.
log
(
response
);
if
(
response
.
data
)
{
if
(
response
.
data
)
{
if
(
response
.
data
.
status
===
"success"
)
{
if
(
response
.
data
.
status
===
"success"
)
{
this
.
getOutlookPAID
()
this
.
getOutlookPAID
()
...
...
src/container/OutlookPA/ProfitLossOLPA.js
View file @
929fde5a
...
@@ -176,21 +176,21 @@ export default class ProfitLossOLPA extends Component {
...
@@ -176,21 +176,21 @@ export default class ProfitLossOLPA extends Component {
item
.
description
,
item
.
description
,
item
.
profit_loss
.
notes
===
""
?
null
:
item
.
profit_loss
.
notes
,
item
.
profit_loss
.
notes
===
""
?
null
:
item
.
profit_loss
.
notes
,
item
.
profit_loss
.
total_actual_before
===
null
?
"0.0"
:
item
.
profit_loss
.
total_actual_before
===
""
?
"0"
:
item
.
profit_loss
.
total_actual_before
,
item
.
profit_loss
.
total_actual_before
===
null
?
"0.0"
:
item
.
profit_loss
.
total_actual_before
===
""
?
"0"
:
item
.
profit_loss
.
total_actual_before
,
item
.
profit_loss
.
january
,
Number
(
item
.
profit_loss
.
january
).
toFixed
(
1
)
,
item
.
profit_loss
.
february
,
Number
(
item
.
profit_loss
.
february
).
toFixed
(
1
)
,
item
.
profit_loss
.
march
,
Number
(
item
.
profit_loss
.
march
).
toFixed
(
1
)
,
item
.
profit_loss
.
april
,
Number
(
item
.
profit_loss
.
april
).
toFixed
(
1
)
,
item
.
profit_loss
.
may
,
Number
(
item
.
profit_loss
.
may
).
toFixed
(
1
)
,
item
.
profit_loss
.
june
,
Number
(
item
.
profit_loss
.
june
).
toFixed
(
1
)
,
item
.
profit_loss
.
july
,
Number
(
item
.
profit_loss
.
july
).
toFixed
(
1
)
,
item
.
profit_loss
.
august
,
Number
(
item
.
profit_loss
.
august
).
toFixed
(
1
)
,
item
.
profit_loss
.
september
,
Number
(
item
.
profit_loss
.
september
).
toFixed
(
1
)
,
item
.
profit_loss
.
october
,
Number
(
item
.
profit_loss
.
october
).
toFixed
(
1
)
,
item
.
profit_loss
.
november
,
Number
(
item
.
profit_loss
.
november
).
toFixed
(
1
)
,
item
.
profit_loss
.
december
,
Number
(
item
.
profit_loss
.
december
).
toFixed
(
1
)
,
item
.
profit_loss
.
total_current_year
,
item
.
profit_loss
.
total_current_year
,
item
.
profit_loss
.
ytd_oct
===
undefined
?
"0.0"
:
item
.
profit_loss
.
ytd_oct
,
item
.
profit_loss
.
ytd_oct
ober
,
item
.
profit_loss
.
nov_dec
===
undefined
?
"0.0"
:
item
.
profit_loss
.
nov_dec
,
item
.
profit_loss
.
nov_dec
,
item
.
order
item
.
order
])
])
}
}
...
@@ -212,21 +212,21 @@ export default class ProfitLossOLPA extends Component {
...
@@ -212,21 +212,21 @@ export default class ProfitLossOLPA extends Component {
item
.
description
,
item
.
description
,
item
.
profit_loss
.
notes
===
""
?
null
:
item
.
profit_loss
.
notes
,
item
.
profit_loss
.
notes
===
""
?
null
:
item
.
profit_loss
.
notes
,
item
.
profit_loss
.
total_actual_before
===
null
?
"0.0"
:
item
.
profit_loss
.
total_actual_before
===
""
?
"0"
:
item
.
profit_loss
.
total_actual_before
,
item
.
profit_loss
.
total_actual_before
===
null
?
"0.0"
:
item
.
profit_loss
.
total_actual_before
===
""
?
"0"
:
item
.
profit_loss
.
total_actual_before
,
item
.
profit_loss
.
january
,
Number
(
item
.
profit_loss
.
january
).
toFixed
(
1
)
,
item
.
profit_loss
.
february
,
Number
(
item
.
profit_loss
.
february
).
toFixed
(
1
)
,
item
.
profit_loss
.
march
,
Number
(
item
.
profit_loss
.
march
).
toFixed
(
1
)
,
item
.
profit_loss
.
april
,
Number
(
item
.
profit_loss
.
april
).
toFixed
(
1
)
,
item
.
profit_loss
.
may
,
Number
(
item
.
profit_loss
.
may
).
toFixed
(
1
)
,
item
.
profit_loss
.
june
,
Number
(
item
.
profit_loss
.
june
).
toFixed
(
1
)
,
item
.
profit_loss
.
july
,
Number
(
item
.
profit_loss
.
july
).
toFixed
(
1
)
,
item
.
profit_loss
.
august
,
Number
(
item
.
profit_loss
.
august
).
toFixed
(
1
)
,
item
.
profit_loss
.
september
,
Number
(
item
.
profit_loss
.
september
).
toFixed
(
1
)
,
item
.
profit_loss
.
october
,
Number
(
item
.
profit_loss
.
october
).
toFixed
(
1
)
,
item
.
profit_loss
.
november
,
Number
(
item
.
profit_loss
.
november
).
toFixed
(
1
)
,
item
.
profit_loss
.
december
,
Number
(
item
.
profit_loss
.
december
).
toFixed
(
1
)
,
item
.
profit_loss
.
total_current_year
,
item
.
profit_loss
.
total_current_year
,
item
.
profit_loss
.
ytd_oct
===
undefined
?
"0.0"
:
item
.
profit_loss
.
ytd_oct
,
item
.
profit_loss
.
ytd_oct
ober
,
item
.
profit_loss
.
nov_dec
===
undefined
?
"0.0"
:
item
.
profit_loss
.
nov_dec
,
item
.
profit_loss
.
nov_dec
,
item
.
order
item
.
order
])
])
if
(
item
.
children
!==
null
)
{
if
(
item
.
children
!==
null
)
{
...
@@ -290,7 +290,9 @@ export default class ProfitLossOLPA extends Component {
...
@@ -290,7 +290,9 @@ export default class ProfitLossOLPA extends Component {
october
:
String
(
Number
(
i
[
17
]).
toFixed
(
1
)),
october
:
String
(
Number
(
i
[
17
]).
toFixed
(
1
)),
november
:
String
(
Number
(
i
[
18
]).
toFixed
(
1
)),
november
:
String
(
Number
(
i
[
18
]).
toFixed
(
1
)),
december
:
String
(
Number
(
i
[
19
]).
toFixed
(
1
)),
december
:
String
(
Number
(
i
[
19
]).
toFixed
(
1
)),
total_current_year
:
String
(
Number
(
i
[
20
]).
toFixed
(
1
))
total_current_year
:
String
(
Number
(
i
[
20
]).
toFixed
(
1
)),
ytd_october
:
String
(
Number
(
i
[
21
]).
toFixed
(
1
)),
nov_dec
:
String
(
Number
(
i
[
22
]).
toFixed
(
1
)),
})
})
})
})
let
payload
=
{
let
payload
=
{
...
@@ -325,7 +327,7 @@ export default class ProfitLossOLPA extends Component {
...
@@ -325,7 +327,7 @@ export default class ProfitLossOLPA extends Component {
fileHandler
=
(
event
)
=>
{
fileHandler
=
(
event
)
=>
{
let
fileObj
=
event
let
fileObj
=
event
ExcelRenderer
(
fileObj
,
(
err
,
resp
)
=>
{
ExcelRenderer
(
fileObj
,
(
err
,
resp
)
=>
{
//
console.log(resp)
console
.
log
(
resp
)
if
(
err
)
{
if
(
err
)
{
console
.
log
(
err
);
console
.
log
(
err
);
}
}
...
@@ -353,7 +355,9 @@ export default class ProfitLossOLPA extends Component {
...
@@ -353,7 +355,9 @@ export default class ProfitLossOLPA extends Component {
october
:
i
[
13
]
===
undefined
?
"0"
:
reg
.
test
(
String
(
i
[
13
]))
===
false
?
"0"
:
String
(
i
[
13
]).
trim
(),
october
:
i
[
13
]
===
undefined
?
"0"
:
reg
.
test
(
String
(
i
[
13
]))
===
false
?
"0"
:
String
(
i
[
13
]).
trim
(),
november
:
i
[
14
]
===
undefined
?
"0"
:
reg
.
test
(
String
(
i
[
14
]))
===
false
?
"0"
:
String
(
i
[
14
]).
trim
(),
november
:
i
[
14
]
===
undefined
?
"0"
:
reg
.
test
(
String
(
i
[
14
]))
===
false
?
"0"
:
String
(
i
[
14
]).
trim
(),
december
:
i
[
15
]
===
undefined
?
"0"
:
reg
.
test
(
String
(
i
[
15
]))
===
false
?
"0"
:
String
(
i
[
15
]).
trim
(),
december
:
i
[
15
]
===
undefined
?
"0"
:
reg
.
test
(
String
(
i
[
15
]))
===
false
?
"0"
:
String
(
i
[
15
]).
trim
(),
total_current_year
:
i
[
16
]
===
undefined
?
"0"
:
reg
.
test
(
String
(
i
[
16
]))
===
false
?
"0"
:
String
(
i
[
16
]).
trim
()
total_current_year
:
i
[
16
]
===
undefined
?
"0"
:
reg
.
test
(
String
(
i
[
16
]))
===
false
?
"0"
:
String
(
i
[
16
]).
trim
(),
ytd_october
:
i
[
17
]
===
undefined
?
"0"
:
reg
.
test
(
String
(
i
[
17
]))
===
false
?
"0"
:
String
(
i
[
17
]).
trim
(),
nov_dec
:
i
[
18
]
===
undefined
?
"0"
:
reg
.
test
(
String
(
i
[
18
]))
===
false
?
"0"
:
String
(
i
[
18
]).
trim
()
})
})
}
}
})
})
...
@@ -399,13 +403,15 @@ export default class ProfitLossOLPA extends Component {
...
@@ -399,13 +403,15 @@ export default class ProfitLossOLPA extends Component {
item
.
november
,
item
.
november
,
item
.
december
,
item
.
december
,
item
.
total_current_year
,
item
.
total_current_year
,
item
.
ytd_october
,
item
.
nov_dec
,
item
.
orders
,
item
.
orders
,
item
.
error
item
.
error
]
]
})
})
this
.
setState
({
dataTable
,
dataLoaded
:
true
,
loading
:
false
,
buttonError
:
false
,
editable
:
true
},
()
=>
{
this
.
setState
({
dataTable
,
dataLoaded
:
true
,
loading
:
false
,
buttonError
:
false
,
editable
:
true
},
()
=>
{
this
.
state
.
dataTable
.
map
(
item
=>
{
this
.
state
.
dataTable
.
map
(
item
=>
{
if
(
item
[
2
1
].
length
>
0
)
{
if
(
item
[
2
3
].
length
>
0
)
{
console
.
log
(
'masuk'
)
console
.
log
(
'masuk'
)
this
.
setState
({
buttonError
:
true
,
errorPreview
:
true
,
editable
:
true
})
this
.
setState
({
buttonError
:
true
,
errorPreview
:
true
,
editable
:
true
})
}
}
...
@@ -436,7 +442,9 @@ export default class ProfitLossOLPA extends Component {
...
@@ -436,7 +442,9 @@ export default class ProfitLossOLPA extends Component {
october
:
String
(
Number
(
i
[
17
]).
toFixed
(
1
)),
october
:
String
(
Number
(
i
[
17
]).
toFixed
(
1
)),
november
:
String
(
Number
(
i
[
18
]).
toFixed
(
1
)),
november
:
String
(
Number
(
i
[
18
]).
toFixed
(
1
)),
december
:
String
(
Number
(
i
[
19
]).
toFixed
(
1
)),
december
:
String
(
Number
(
i
[
19
]).
toFixed
(
1
)),
total_current_year
:
String
(
Number
(
i
[
20
]).
toFixed
(
1
))
total_current_year
:
String
(
Number
(
i
[
20
]).
toFixed
(
1
)),
ytd_october
:
String
(
Number
(
i
[
21
]).
toFixed
(
1
)),
nov_dec
:
String
(
Number
(
i
[
22
]).
toFixed
(
1
))
})
})
})
})
let
body
=
{
let
body
=
{
...
@@ -535,33 +543,32 @@ export default class ProfitLossOLPA extends Component {
...
@@ -535,33 +543,32 @@ export default class ProfitLossOLPA extends Component {
let
val
=
String
(
value
).
split
(
","
).
join
(
""
)
let
val
=
String
(
value
).
split
(
","
).
join
(
""
)
dataTable2
[
tableMeta
.
rowIndex
][
tableMeta
.
columnIndex
]
=
Number
(
val
)
dataTable2
[
tableMeta
.
rowIndex
][
tableMeta
.
columnIndex
]
=
Number
(
val
)
}
}
const
handleTotal
=
(
tableMeta
)
=>
{
const
handleNotes
=
(
value
,
tableMeta
)
=>
{
// console.log(value)
let
a
=
dataTable2
[
tableMeta
.
rowIndex
][
tableMeta
.
columnIndex
]
=
value
// console.log(dataTable2[tableMeta.rowIndex]);
}
const
handleTotalYTD
=
(
tableMeta
)
=>
{
let
total
=
0
let
total
=
0
dataTable2
[
tableMeta
.
rowIndex
].
map
((
item
,
index
)
=>
{
dataTable2
[
tableMeta
.
rowIndex
].
map
((
item
,
index
)
=>
{
if
(
index
>=
7
&&
index
<=
18
)
{
if
(
index
>=
8
&&
index
<=
17
)
{
let
valItem
=
item
==
undefined
||
item
==
""
?
0
:
item
let
valItem
=
item
==
undefined
||
item
==
""
?
0
:
item
total
+=
Number
(
valItem
)
total
+=
Number
(
valItem
)
}
}
})
})
let
indexParent
=
dataTable2
.
findIndex
((
val
)
=>
val
[
1
]
==
tableMeta
.
rowData
[
2
])
if
(
String
(
tableMeta
.
rowData
[
5
]).
toLocaleLowerCase
()
==
"sales price"
)
{
let
value
=
Number
(
dataTable2
[
tableMeta
.
rowIndex
-
2
][
19
])
/
Number
(
dataTable2
[
tableMeta
.
rowIndex
-
1
][
19
])
dataTable2
[
tableMeta
.
rowIndex
][
19
]
=
R
.
equals
(
value
,
NaN
)
?
"0.0"
:
value
return
R
.
equals
(
value
,
NaN
)
?
"0.0"
:
value
}
else
if
(
indexParent
!==
-
1
&&
String
(
dataTable2
[
indexParent
][
5
]).
toLocaleUpperCase
()
==
"GROSS PROFIT MARGIN (% OF REVENUE)"
)
{
return
handleFormula
(
0
,
tableMeta
,
0
)
}
else
{
dataTable2
[
tableMeta
.
rowIndex
][
19
]
=
total
dataTable2
[
tableMeta
.
rowIndex
][
21
]
=
total
return
total
return
total
}
// console.log(total);
// console.log(total);
}
}
const
handleNotes
=
(
value
,
tableMeta
)
=>
{
// console.log(value)
const
handleTotal
=
(
tableMeta
)
=>
{
let
a
=
dataTable2
[
tableMeta
.
rowIndex
][
tableMeta
.
columnIndex
]
=
value
let
total
=
Number
(
dataTable2
[
tableMeta
.
rowIndex
][
18
])
+
Number
(
dataTable2
[
tableMeta
.
rowIndex
][
19
])
// console.log(dataTable2[tableMeta.rowIndex]);
dataTable2
[
tableMeta
.
rowIndex
][
22
]
=
total
return
total
// console.log(total);
}
}
const
handleValue
=
(
value
,
data
)
=>
{
const
handleValue
=
(
value
,
data
)
=>
{
...
@@ -1324,6 +1331,7 @@ export default class ProfitLossOLPA extends Component {
...
@@ -1324,6 +1331,7 @@ export default class ProfitLossOLPA extends Component {
style
=
{{
color
:
"#5198ea"
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
"#5198ea"
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
this
.
props
.
isApprover
?
true
:
((
this
.
props
.
lastStatus
==
'SUBMIT'
||
this
.
props
.
lastStatus
==
'REVISION'
)
&&
this
.
props
.
prevRevision
===
false
&&
(
this
.
props
.
status
===
'revision'
||
this
.
props
.
status
===
'not-yet'
||
this
.
props
.
status
===
'draft'
||
this
.
props
.
status
===
'submitted'
)
?
false
:
true
)}
disabled
=
{
this
.
props
.
isApprover
?
true
:
((
this
.
props
.
lastStatus
==
'SUBMIT'
||
this
.
props
.
lastStatus
==
'REVISION'
)
&&
this
.
props
.
prevRevision
===
false
&&
(
this
.
props
.
status
===
'revision'
||
this
.
props
.
status
===
'not-yet'
||
this
.
props
.
status
===
'draft'
||
this
.
props
.
status
===
'submitted'
)
?
false
:
true
)}
value
=
{
Number
(
value
).
toFixed
(
1
)}
value
=
{
Number
(
value
).
toFixed
(
1
)}
onBlur
=
{(
event
)
=>
{
onBlur
=
{(
event
)
=>
{
...
@@ -1468,6 +1476,7 @@ export default class ProfitLossOLPA extends Component {
...
@@ -1468,6 +1476,7 @@ export default class ProfitLossOLPA extends Component {
style
=
{{
color
:
"#5198ea"
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
style
=
{{
color
:
"#5198ea"
,
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
type
=
"text"
type
=
"text"
placeholder
=
""
placeholder
=
""
decimalScale
=
{
1
}
disabled
=
{
this
.
props
.
isApprover
?
true
:
((
this
.
props
.
lastStatus
==
'SUBMIT'
||
this
.
props
.
lastStatus
==
'REVISION'
)
&&
this
.
props
.
prevRevision
===
false
&&
(
this
.
props
.
status
===
'revision'
||
this
.
props
.
status
===
'not-yet'
||
this
.
props
.
status
===
'draft'
||
this
.
props
.
status
===
'submitted'
)
?
false
:
true
)}
disabled
=
{
this
.
props
.
isApprover
?
true
:
((
this
.
props
.
lastStatus
==
'SUBMIT'
||
this
.
props
.
lastStatus
==
'REVISION'
)
&&
this
.
props
.
prevRevision
===
false
&&
(
this
.
props
.
status
===
'revision'
||
this
.
props
.
status
===
'not-yet'
||
this
.
props
.
status
===
'draft'
||
this
.
props
.
status
===
'submitted'
)
?
false
:
true
)}
value
=
{
Number
(
value
).
toFixed
(
1
)}
value
=
{
Number
(
value
).
toFixed
(
1
)}
onBlur
=
{(
event
)
=>
{
onBlur
=
{(
event
)
=>
{
...
@@ -1646,23 +1655,17 @@ export default class ProfitLossOLPA extends Component {
...
@@ -1646,23 +1655,17 @@ export default class ProfitLossOLPA extends Component {
value
=
{
Number
(
value
).
toFixed
(
1
)}
value
=
{
Number
(
value
).
toFixed
(
1
)}
/
>
/
>
:
:
<
div
style
=
{{
flex
:
1
}}
>
<
span
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
}}
>
<
FormControlLabel
<
NumberFormat
style
=
{{
margin
:
0
}}
thousandSeparator
=
{
true
}
value
=
{
value
}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
control
=
{
type
=
"text"
<
NumberFormat
placeholder
=
""
thousandSeparator
=
{
true
}
disabled
=
{
true
}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
decimalScale
=
{
1
}
type
=
"text"
value
=
{
Number
(
handleTotalYTD
(
tableMeta
)).
toFixed
(
1
)}
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
value
).
toFixed
(
1
)}
decimalScale
=
{
1
}
/
>
}
/
>
/
>
<
/
div
>
<
/
span
>
}
}
<
/div
>
<
/div
>
)
)
...
@@ -1692,23 +1695,17 @@ export default class ProfitLossOLPA extends Component {
...
@@ -1692,23 +1695,17 @@ export default class ProfitLossOLPA extends Component {
value
=
{
Number
(
value
).
toFixed
(
1
)}
value
=
{
Number
(
value
).
toFixed
(
1
)}
/
>
/
>
:
:
<
div
style
=
{{
flex
:
1
}}
>
<
span
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
}}
>
<
FormControlLabel
<
NumberFormat
style
=
{{
margin
:
0
}}
thousandSeparator
=
{
true
}
value
=
{
value
}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
control
=
{
type
=
"text"
<
NumberFormat
placeholder
=
""
thousandSeparator
=
{
true
}
disabled
=
{
true
}
style
=
{{
fontSize
:
12
,
textAlign
:
'right'
,
borderColor
:
'transparent'
,
margin
:
0
,
width
:
96
,
backgroundColor
:
'transparent'
}}
decimalScale
=
{
1
}
type
=
"text"
value
=
{
Number
(
handleTotal
(
tableMeta
)).
toFixed
(
1
)}
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
value
).
toFixed
(
1
)}
decimalScale
=
{
1
}
/
>
}
/
>
/
>
<
/
div
>
<
/
span
>
}
}
<
/div
>
<
/div
>
)
)
...
@@ -1729,6 +1726,16 @@ export default class ProfitLossOLPA extends Component {
...
@@ -1729,6 +1726,16 @@ export default class ProfitLossOLPA extends Component {
options
:
{
options
:
{
display
:
false
display
:
false
}
}
},
{
name
:
""
,
options
:
{
display
:
false
}
},
{
name
:
""
,
options
:
{
display
:
false
}
}
}
]
]
...
@@ -1857,7 +1864,7 @@ export default class ProfitLossOLPA extends Component {
...
@@ -1857,7 +1864,7 @@ export default class ProfitLossOLPA extends Component {
<
Typography
style
=
{{
fontSize
:
'11px'
,
color
:
'#4b4b4b'
,
marginTop
:
20
}}
>
Last
Updated
by
:
{
this
.
state
.
updateBy
}
<
/Typography
>
<
Typography
style
=
{{
fontSize
:
'11px'
,
color
:
'#4b4b4b'
,
marginTop
:
20
}}
>
Last
Updated
by
:
{
this
.
state
.
updateBy
}
<
/Typography
>
<
/div
>
<
/div
>
<
div
className
=
"grid grid-2x"
style
=
{{
marginTop
:
20
}}
>
<
div
className
=
"grid grid-2x"
style
=
{{
marginTop
:
20
}}
>
<
div
className
=
"col-1"
style
=
{{
paddingLeft
:
0
}}
>
<
div
className
=
"col-1"
>
<
button
<
button
type
=
"button"
type
=
"button"
onClick
=
{()
=>
this
.
setState
({
loading
:
true
},
()
=>
{
onClick
=
{()
=>
this
.
setState
({
loading
:
true
},
()
=>
{
...
...
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