Commit f9a3ad42 authored by fahrur huzain's avatar fahrur huzain

issue CAT

parent deb5fb05
......@@ -842,11 +842,11 @@ export default class CorporateAnnualTarget extends Component {
"status": "submitted",
"cat": data
}
console.log(totalWeight)
console.log(fixNumber(totalWeight))
// this.setState({dataTable: dataTampung})
if (handleKosongKPIMAXYTD) {
this.setState({ alert: true, messageAlert: 'KPI / Weight / KPI Type / Max Ach / Formula YTD / Cannot be Empty', tipeAlert: 'warning', loading: false, editable: true })
} else if (totalWeight < 100 && totalWeight > 0) {
} else if (fixNumber(totalWeight) < 100 && fixNumber(totalWeight) > 0) {
this.setState({ alert: true, messageAlert: 'Total weight less than 100%', tipeAlert: 'warning', loading: false, editable: true })
} else {
console.log(JSON.stringify(payload))
......
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