Commit 9f1c7dae authored by Deni Rinaldi's avatar Deni Rinaldi

Merge branch 'deni-' into 'master'

sh average

See merge request !668
parents cdd1bb19 515ae731
......@@ -493,6 +493,7 @@ export default class TableSubHolding extends Component {
total += Number(dataTable2[35][8 + index])
// console.log(index);
}
total = total/month
}
let hasil = Number(value) / total
// console.log(hasil, value, total);
......
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