แก้บักระบบ โดยต้น นคร

This commit is contained in:
Nakorn Rientrakrunchai
2020-04-06 16:40:05 +07:00
parent 39c11f277a
commit b3c7cd12d8
11 changed files with 82 additions and 29 deletions

View File

@@ -137,7 +137,7 @@ function Oneva_evaluation_behavior_process2_scoreChange(){
$("#eva_create_evaluation_detail_summary2_total_summary_competency_supervisor").text((total_behavior*20).toFixed(2));
$("#eva_create_evaluation_detail_summary2_Final_summary_competency_supervisor").text((total_behavior*20).toFixed(2));
$("#eva_create_evaluation_detail_summary2_competency_supervisor").text((total_behavior_score*w2/10).toFixed(2));
$("#eva_create_evaluation_detail_summary2_competency_supervisor").text(((total_behavior*20)*w2/100).toFixed(2));
calculationAllItem();
}