Last commit

This commit is contained in:
nakorn
2022-08-27 11:22:12 +07:00
parent 804bb7d9f2
commit 8f2e0af11b
10 changed files with 109 additions and 85 deletions

View File

@@ -27,7 +27,7 @@ function eva_create_evaluation_detail_summary2_FeedDataToForm(data, role_code) {
$("#eva_create_evaluation_detail_summary2_score_supervisor").text(data.score_supervisor1A);
$("#eva_create_evaluation_detail_summary2_level_score_supervisor").text(data.level_score_supervisor1A);
}
else if(role_code === "4"){
else if (role_code === "4" || role_code === "5"){
$("#eva_create_evaluation_detail_summary2_total_summary_supervisor").text(data.total_summary_supervisor2A);
$("#eva_create_evaluation_detail_summary2_Final_summary_supervisor").text(data.Final_summary_supervisor2A);
$("#eva_create_evaluation_detail_summary2_total_summary_competency_supervisor").text(data.total_summary_competency_supervisor2A);