Commit 86d08524 authored by d.arizona's avatar d.arizona

update ro pl & mr cf

parent 67f70ffb
...@@ -336,7 +336,7 @@ export default class CashFlow extends Component { ...@@ -336,7 +336,7 @@ export default class CashFlow extends Component {
olahDataCashFlow(dataTable2) { olahDataCashFlow(dataTable2) {
console.log(dataTable2) console.log(dataTable2)
let listCF = [] let listCF = []
dataTable2.map((item,index) => { dataTable2.map((item, index) => {
listCF.push( listCF.push(
{ {
"item_report_id": item[1], "item_report_id": item[1],
...@@ -377,7 +377,7 @@ export default class CashFlow extends Component { ...@@ -377,7 +377,7 @@ export default class CashFlow extends Component {
let payload = { let payload = {
"submission_id": this.props.submissionID, "submission_id": this.props.submissionID,
"company_id": this.props.company.company_id, "company_id": this.props.company.company_id,
"periode": this.props.periode.periode, "periode": this.props.periode,
"report_id": 6, "report_id": 6,
"status": "submitted", "status": "submitted",
"cash_flow": dbcf "cash_flow": dbcf
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment