แก้บักระบบ โดยต้น นคร
This commit is contained in:
@@ -132,7 +132,7 @@ function Oneva_evaluation_achievement_process2_scoreChange(){
|
||||
total_achievement_weight += parseFloat(weight);
|
||||
total_achievement_score += parseFloat(score);
|
||||
total_achievement_score_old += parseFloat(score_old);
|
||||
console.log(score_old);
|
||||
//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));
|
||||
@@ -142,7 +142,7 @@ function Oneva_evaluation_achievement_process2_scoreChange(){
|
||||
|
||||
$("#eva_create_evaluation_detail_summary2_total_summary_supervisor").text((total_achievement*20).toFixed(2));
|
||||
$("#eva_create_evaluation_detail_summary2_Final_summary_supervisor").text((total_achievement*20).toFixed(2));
|
||||
$("#eva_create_evaluation_detail_summary2_achievement_supervisor").text((total_achievement_score*w1/10).toFixed(2));
|
||||
$("#eva_create_evaluation_detail_summary2_achievement_supervisor").text(((total_achievement*20)*w1/100).toFixed(2));
|
||||
|
||||
calculationAllItem();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user