แก้ไข OP 3 ข้อสุดท้าย

This commit is contained in:
Nakorn Rientrakrunchai
2020-08-21 21:43:41 +07:00
parent 72ac6d9cc9
commit 3d72f494eb
8 changed files with 26 additions and 17 deletions

View File

@@ -122,10 +122,11 @@ function Oneva_evaluation_behavior_process_scoreChange(){
total_behavior += parseFloat(total);
total_behavior_weight += parseFloat(weight);
total_behavior_score += parseFloat(score);
console.log(score);
});
$("#h_eva_evaluation_behavior_process_weight").text(total_behavior_weight.toFixed(2));
$("#h_eva_evaluation_behavior_process_score").text(total_behavior_score.toFixed(2));
$("#h_eva_evaluation_behavior_process_score").text(total_behavior.toFixed(2));
var w2 = parseFloat($("#w2").text());