Commit 684bfae6 authored by d.arizona's avatar d.arizona

update

parent 3e4f7d88
......@@ -534,10 +534,10 @@ export default class BudgetTahunan extends Component {
// // console.log(this.state.btnApprove)
this.historyApproval()
this.getLatestPeriodSubmit()
// if (type != undefined) {
if (type != undefined) {
this.getCashFlow(type)
this.getPL(type)
// }
}
// this.getFR(type)
api.create().checkApprover().then(response => {
// // console.log(this.state.btncreate);
......@@ -1066,12 +1066,12 @@ export default class BudgetTahunan extends Component {
// if (this.state.submissionID != null) {
// this.createCashFlow()
// }
// if (type != undefined) {
// if (type == 'BS' || type == 'FAM' || type == 'PL') {
if (type != undefined) {
if (type == 'BS' || type == 'FAM' || type == 'PL') {
console.log('tarik sis')
this.createCashFlow()
// }
// }
}
}
})
}
......@@ -1563,12 +1563,12 @@ export default class BudgetTahunan extends Component {
// if (this.state.submissionID != null) {
// this.createDBPL()
// }
// if (type != undefined) {
// if (type == 'PL') {
if (type != undefined) {
if (type == 'PL') {
console.log('tarik sis')
this.createDBPL()
// }
// }
}
}
})
}
......
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