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 {
olahDataCashFlow(dataTable2) {
console.log(dataTable2)
let listCF = []
dataTable2.map((item,index) => {
dataTable2.map((item, index) => {
listCF.push(
{
"item_report_id": item[1],
......@@ -377,7 +377,7 @@ export default class CashFlow extends Component {
let payload = {
"submission_id": this.props.submissionID,
"company_id": this.props.company.company_id,
"periode": this.props.periode.periode,
"periode": this.props.periode,
"report_id": 6,
"status": "submitted",
"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