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
60cbf0df
Commit
60cbf0df
authored
Dec 06, 2020
by
Deni Rinaldi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
isu total FAM
parent
23a1605f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
FixedAssetsMovement.js
src/container/BudgetTahunan/FixedAssetsMovement.js
+10
-10
No files found.
src/container/BudgetTahunan/FixedAssetsMovement.js
View file @
60cbf0df
...
...
@@ -2256,11 +2256,11 @@ export default class FixedAssetsMovement extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style={{
color: "#5198ea",
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"
placeholder
=
""
disabled
=
{
true
}
value={Number(
value
).toFixed(1)}
value
=
{
Number
(
handleTotal
(
tableMeta
)
).
toFixed
(
1
)}
/
>
}
/
>
...
...
@@ -2290,16 +2290,16 @@ export default class FixedAssetsMovement extends Component {
control
=
{
<
NumberFormat
thousandSeparator
=
{
true
}
style={{
color: "#5198ea",
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"
placeholder
=
""
disabled={t
his.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)}
onBlur={(event) => {
// updateValue(event.target.value)
handleChange(event.target.value, tableMeta)
// // console.log(dataTable2)
}}
disabled
=
{
t
rue
}
value
=
{
Number
(
handleTotal
(
tableMeta
)
).
toFixed
(
1
)}
//
onBlur={(event) => {
//
// updateValue(event.target.value)
//
handleChange(event.target.value, tableMeta)
//
// // console.log(dataTable2)
//
}}
/
>
}
/
>
...
...
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