Commit 87682f62 authored by Riri Novita's avatar Riri Novita

puyeng CAT RO

parent ecdaaf3e
......@@ -678,8 +678,7 @@ export default class CorporateAnnualTargetRO extends Component {
item.formula,
item.level,
item.item_report,
item.weight, // for simulasi
// console.log(String(item.weight).substr(0, String(item.weight)))
item.type_report_id === 1 ? Number(String(item.weight).substr(0, String(item.weight).length - 2)) : item.weight, // for simulasi
// Number(String(item.weight).substr(0, String(item.weight).length - 1)), // asli
item.uom,
item.kpi == "" || item.kpi == null ? null : { value: item.kpi },
......
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