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
e3327301
Commit
e3327301
authored
Feb 12, 2024
by
Riri Novita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(handleCalculate) : undefined value
parent
4eede6e4
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
101 additions
and
98 deletions
+101
-98
LOVMR.js
src/container/MonthlyReport/LOVMR.js
+1
-1
ListOfCreditFacilitiesMR.js
src/container/MonthlyReport/ListOfCreditFacilitiesMR.js
+100
-97
No files found.
src/container/MonthlyReport/LOVMR.js
View file @
e3327301
...
...
@@ -356,7 +356,7 @@ export default class LOV extends Component {
isi
.
map
((
i
,
index
)
=>
{
if
(
i
.
length
>
0
)
{
let
tgl
=
String
(
i
[
6
]).
split
(
'-'
)
console
.
log
(
tgl
);
//
console.log(tgl);
payload
.
push
({
"item_report_id"
:
i
[
1
],
"company_name"
:
this
.
props
.
company
.
company_name
,
...
...
src/container/MonthlyReport/ListOfCreditFacilitiesMR.js
View file @
e3327301
This diff is collapsed.
Click to expand it.
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