รวม code แก้บัก

This commit is contained in:
Nakorn Rientrakrunchai
2020-04-23 12:26:27 +07:00
parent a2a54c459d
commit f353f73d17
8 changed files with 40 additions and 22 deletions

View File

@@ -131,7 +131,7 @@ function Oneva_evaluation_behavior_process_scoreChange(){
$("#eva_create_evaluation_detail_summary1_total_summary_competency_chief").text((total_behavior * 20).toFixed(2));
$("#eva_create_evaluation_detail_summary1_Final_summary_competency_chief").text((total_behavior * 20).toFixed(2));
$("#eva_create_evaluation_detail_summary1_competency_chief").text((total_behavior_score * w2 /10).toFixed(2));
$("#eva_create_evaluation_detail_summary1_competency_chief").text(((total_behavior*20)*w2/100).toFixed(2));
calculationAllItem();
}