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
5184d8db
Commit
5184d8db
authored
Mar 08, 2024
by
fahrur huzain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
issue LOV MR
parent
59624d72
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
LOVMR.js
src/container/MonthlyReport/LOVMR.js
+9
-9
No files found.
src/container/MonthlyReport/LOVMR.js
View file @
5184d8db
...
@@ -360,15 +360,15 @@ export default class LOV extends Component {
...
@@ -360,15 +360,15 @@ export default class LOV extends Component {
payload
.
push
({
payload
.
push
({
"item_report_id"
:
i
[
1
],
"item_report_id"
:
i
[
1
],
"company_name"
:
this
.
props
.
company
.
company_name
,
"company_name"
:
this
.
props
.
company
.
company_name
,
"institution_name"
:
i
[
3
],
"institution_name"
:
i
[
3
]
!==
undefined
?
(
i
[
3
])
:
""
,
"type_of_investment"
:
i
[
4
],
"type_of_investment"
:
i
[
4
]
!==
undefined
?
(
i
[
4
])
:
""
,
"remarks"
:
i
[
5
],
"remarks"
:
i
[
5
]
!==
undefined
?
(
i
[
5
])
:
""
,
"placement_date"
:
i
[
6
]
!==
undefined
?
tgl
[
2
]
+
'-'
+
tgl
[
1
]
+
'-'
+
tgl
[
0
]
:
null
,
"placement_date"
:
i
[
6
]
!==
undefined
?
tgl
[
2
]
+
'-'
+
tgl
[
1
]
+
'-'
+
tgl
[
0
]
:
""
,
"tenor"
:
i
[
7
],
"tenor"
:
i
[
7
]
!==
undefined
?
(
i
[
7
])
:
""
,
"expected_return"
:
i
[
8
],
"expected_return"
:
i
[
8
]
!==
undefined
?
(
i
[
8
])
:
""
,
"currency"
:
i
[
9
],
"currency"
:
i
[
9
]
!==
undefined
?
(
i
[
9
])
:
""
,
"investment_amount_ori"
:
i
[
10
]
!==
undefined
?
Number
(
i
[
10
])
:
i
[
10
]
,
"investment_amount_ori"
:
i
[
10
]
!==
undefined
?
Number
(
i
[
10
])
:
""
,
"investment_amount_cur"
:
i
[
11
]
!==
undefined
?
Number
(
i
[
11
])
:
i
[
11
]
,
"investment_amount_cur"
:
i
[
11
]
!==
undefined
?
Number
(
i
[
11
])
:
""
,
"notes"
:
i
[
12
],
"notes"
:
i
[
12
],
})
})
}
}
...
...
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