Commit 4ecaa4e9 authored by Rifka Kurnia Irfiana's avatar Rifka Kurnia Irfiana

pushing

parent 69db5f7c
......@@ -826,7 +826,7 @@ export default class TaxPlanning extends Component {
"formula": rilFormula
}
api.create().countingFormula(body).then(response => {
console.log(response);
// console.log(response);
})
} else {
let body = {
......@@ -838,7 +838,7 @@ export default class TaxPlanning extends Component {
"formula": rilFormula
}
api.create().countingFormula(body).then(response => {
console.log(response)
// console.log(response)
// console.log(tableMeta)
// console.log(tableMeta.rowIndex)
// console.log(rowColumn)
......@@ -896,7 +896,7 @@ export default class TaxPlanning extends Component {
total = Number(total)
}
// console.log(Number(total))
console.log(dataTable2[tableMeta.rowIndex])
// console.log(dataTable2[tableMeta.rowIndex])
let a = dataTable2[tableMeta.rowIndex][tableMeta.columnIndex] = total
return a
}
......
......@@ -45,7 +45,7 @@ export default class CreateManagementDoc extends Component {
fileType: '',
konfirmasi: false,
docId:'',
// sizeUpload: ""
sizeUpload: "1"
}
}
......
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