Commit 92143b3b authored by rifkaki's avatar rifkaki

ngapus console

parent aee4022a
...@@ -696,9 +696,6 @@ export default class CorporateAnnualTargetMR extends Component { ...@@ -696,9 +696,6 @@ export default class CorporateAnnualTargetMR extends Component {
totalSW = Number(totalScore) * Number(handlePercent) / 1000 totalSW = Number(totalScore) * Number(handlePercent) / 1000
} }
totalSW = Number(totalSW).toFixed(2) totalSW = Number(totalSW).toFixed(2)
console.log(totalScore)
console.log(handlePercent)
console.log(totalSW)
if (item[0] !== 1 && item[0] !== 4) { if (item[0] !== 1 && item[0] !== 4) {
total += Number(totalSW) total += Number(totalSW)
} }
......
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