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
53dea80a
Commit
53dea80a
authored
Aug 08, 2023
by
Riri Novita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
5a617f7a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
ListOfCreditFacilitiesMR.js
src/container/MonthlyReport/ListOfCreditFacilitiesMR.js
+13
-13
No files found.
src/container/MonthlyReport/ListOfCreditFacilitiesMR.js
View file @
53dea80a
...
@@ -769,19 +769,19 @@ export default class ListOfCreditFacilities extends Component {
...
@@ -769,19 +769,19 @@ export default class ListOfCreditFacilities extends Component {
currency_id
:
this
.
state
.
defaultCurrencyUpload
?.
id
currency_id
:
this
.
state
.
defaultCurrencyUpload
?.
id
}
}
let
dataDelete
=
[]
let
dataDelete
=
[]
// api.create().getIdDeleteFromExcelLOCF(payload).then((response) => {
api
.
create
().
getIdDeleteFromExcelLOCF
(
payload
).
then
((
response
)
=>
{
// console.log(response)
console
.
log
(
response
)
// // if (response.data) {
// if (response.data) {
// // // // // // // console.log(response.data)
// // // // // // console.log(response.data)
// // let idDelete = response.data.data.item_report_id
// let idDelete = response.data.data.item_report_id
// // if (idDelete.length > 0) {
// if (idDelete.length > 0) {
// // idDelete.map((item, index) => {
// idDelete.map((item, index) => {
// // dataDelete.push(item)
// dataDelete.push(item)
// // })
// // this.setState({ dataDelete })
// // }
// // }
// })
// })
// this.setState({ dataDelete })
// }
// }
})
api
.
create
().
checkUploadMonthlyReportLOCF
(
payload
).
then
(
response
=>
{
api
.
create
().
checkUploadMonthlyReportLOCF
(
payload
).
then
(
response
=>
{
// console.log(JSON.stringify(this.state.payload));
// console.log(JSON.stringify(this.state.payload));
...
...
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