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
9afbb74f
Commit
9afbb74f
authored
Jan 10, 2024
by
Riri Novita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
parent
04cb795b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
LOCFMR.js
src/container/MonthlyReport/LOCFMR.js
+6
-8
No files found.
src/container/MonthlyReport/LOCFMR.js
View file @
9afbb74f
...
...
@@ -149,7 +149,7 @@ export default class LOCF extends Component {
if
(
this
.
props
.
dataTablelocf
!==
prevProps
.
dataTablelocf
)
{
let
array
=
this
.
props
.
dataTablelocf
let
datas
=
array
[
array
.
length
-
1
]
this
.
setState
({
dataTable
:
this
.
props
.
dataTablelocf
,
diff
:
datas
[
47
],
loanTotal
:
datas
[
48
],
perBS
:
datas
[
49
]
})
this
.
setState
({
dataTable
:
this
.
props
.
dataTablelocf
,
diff
:
this
.
props
.
defaultCurrency
.
id
==
1
?
fixNumber
(
Number
(
datas
[
47
]),
1
)
:
datas
[
47
],
loanTotal
:
datas
[
48
],
perBS
:
this
.
props
.
defaultCurrency
.
id
==
1
?
fixNumber
(
Number
(
datas
[
49
]),
1
)
:
datas
[
49
]
})
}
if
(
this
.
props
.
loadingChild
!==
prevProps
.
loadingChild
)
{
this
.
setState
({
loading
:
this
.
props
.
loadingChild
})
...
...
@@ -353,7 +353,7 @@ export default class LOCF extends Component {
// let sortingTable = dataTable.sort((a, b) => a[6].value - b[6].value)
// console.log(sortingTable);
let
lastArray
=
dataTable
[
res
.
length
-
1
]
this
.
setState
({
dataTable
,
diff
:
lastArray
[
47
],
loanTotal
:
lastArray
[
48
],
perBS
:
lastArray
[
49
],
loading
:
false
,
visibleLOCFMR
:
true
},
()
=>
{
this
.
setState
({
dataTable
,
diff
:
this
.
props
.
defaultCurrency
.
id
==
1
?
fixNumber
(
Number
(
lastArray
[
47
]),
1
)
:
lastArray
[
47
],
loanTotal
:
lastArray
[
48
],
perBS
:
this
.
props
.
defaultCurrency
.
id
==
1
?
fixNumber
(
Number
(
lastArray
[
49
]),
1
)
:
lastArray
[
49
],
loading
:
false
,
visibleLOCFMR
:
true
},
()
=>
{
this
.
props
.
sendToParent
(
dataTable
,
lastArray
,
'LOCF'
)
})
}
...
...
@@ -565,10 +565,8 @@ export default class LOCF extends Component {
console
.
log
(
dataTable
);
let
lastArray
=
dataTable
[
dataTable
.
length
-
1
]
console
.
log
(
lastArray
);
this
.
setState
({
dataTable
,
diff
:
lastArray
[
47
],
loanTotal
:
lastArray
[
48
],
perBS
:
lastArray
[
49
],
dataLoaded
:
true
,
loading
:
false
,
buttonError
:
false
,
dataDelete
:
[]
},
()
=>
{
console
.
log
(
this
.
state
.
visibleLOCFMR
);
this
.
props
.
sendToParent
(
dataTable
,
lastArray
,
'LOCF'
,
'upload'
,
this
.
state
.
visibleLOCFMR
)
this
.
setState
({
dataTable
,
diff
:
this
.
props
.
defaultCurrency
.
id
==
1
?
fixNumber
(
Number
(
lastArray
[
47
]),
1
)
:
lastArray
[
47
],
loanTotal
:
lastArray
[
48
],
perBS
:
this
.
props
.
defaultCurrency
.
id
==
1
?
fixNumber
(
Number
(
lastArray
[
49
]),
1
)
:
lastArray
[
49
],
dataLoaded
:
true
,
loading
:
false
,
buttonError
:
false
,
dataDelete
:
[]
},
()
=>
{
this
.
props
.
sendToParent
(
dataTable
,
lastArray
,
'LOCF'
,
'upload'
,
this
.
state
.
visibleLOCFMR
)
})
}
else
{
this
.
setState
({
alert
:
true
,
messageAlert
:
response
.
data
.
message
,
typeAlert
:
'warning'
,
loading
:
false
},
()
=>
{
...
...
@@ -970,7 +968,7 @@ export default class LOCF extends Component {
}
const
handleValueDropDown
=
(
value
,
type
,
tableMeta
)
=>
{
let
data
=
type
==
'bankName'
?
this
.
state
.
bankNameList
.
options
:
type
==
'typeOfCreditList'
?
this
.
state
.
typeOfCreditList
.
options
:
this
.
state
.
businessBankList
.
options
let
data
=
type
==
'bankName'
?
this
.
state
.
bankNameList
.
options
:
type
==
'typeOfCreditList'
?
this
.
state
.
typeOfCreditList
.
options
:
this
.
state
.
businessBankList
.
options
let
index
=
0
if
(
type
==
'bankName'
&&
dataTable2
[
tableMeta
.
rowIndex
][
tableMeta
.
columnIndex
]
!=
null
&&
dataTable2
[
tableMeta
.
rowIndex
][
tableMeta
.
columnIndex
]
!=
""
)
{
indexNyasar
=
true
...
...
@@ -3619,7 +3617,7 @@ export default class LOCF extends Component {
<
Typography
style
=
{{
fontSize
:
'12px'
,
color
:
'#4b4b4b'
}}
>
Diff
<
/Typography
>
<
/div
>
<
div
style
=
{{
borderStyle
:
'solid'
,
borderWidth
:
'0px 1px 1px 1px'
,
padding
:
5
,
minWidth
:
200
,
display
:
'flex'
,
justifyContent
:
'flex-end'
}}
>
<
Typography
style
=
{{
fontSize
:
'14px'
,
color
:
Number
(
this
.
state
.
diff
)
>
0
?
'red'
:
'#4b4b4b'
}}
><
NumberFormat
value
=
{
this
.
state
.
diff
}
displayType
=
{
'text'
}
thousandSeparator
=
{
true
}
prefix
=
{
''
}
/></
Typography
>
<
Typography
style
=
{{
fontSize
:
'14px'
,
color
:
Number
(
this
.
state
.
diff
)
>
'0.0'
||
Number
(
this
.
state
.
diff
)
<
'0.0'
?
'red'
:
'#4b4b4b'
}}
><
NumberFormat
value
=
{
this
.
state
.
diff
==
0
?
"0.0"
:
this
.
state
.
diff
}
displayType
=
{
'text'
}
thousandSeparator
=
{
true
}
prefix
=
{
''
}
/></
Typography
>
<
/div
>
<
/div
>
<
/div
>
...
...
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