Commit dde4cc6d authored by Deni Rinaldi's avatar Deni Rinaldi

aproved

parent 35fa4c81
......@@ -177,7 +177,7 @@ export default class BudgetTahunan extends Component {
item.number,
item.report_name,
item.revision,
this.state.lastStatus === 'APPROVE' ? 'CLOSED' : this.state.isSubmit === false ? "CLOSED" : item.current_status,
this.state.lastStatus === 'APPROVED' ? 'CLOSED' : this.state.isSubmit === false ? "CLOSED" : item.current_status,
item.report_id,
Number(item.revision) > 0 ? (item.current_status == "not-yet" ? false : item.is_can_upload) : item.is_can_upload,
item.revision
......
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