แก้ไข 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

@@ -159,8 +159,8 @@ function Oneva_evaluation_achievement_process2_scoreChange(){
//console.log(score_old);
});
$("#h_eva_evaluation_achievement_process2_weight").text(total_achievement_weight.toFixed(2));
$("#h_eva_evaluation_achievement_process2_score2").text(total_achievement_score.toFixed(2));
$("#h_eva_evaluation_achievement_process2_score").text(total_achievement_score_old.toFixed(2));
$("#h_eva_evaluation_achievement_process2_score2").text(total_achievement.toFixed(2));
$("#h_eva_evaluation_achievement_process2_score").text(total_achievement_old.toFixed(2));
var w1 = parseFloat($("#w1").text());