รวม code แก้ไข OP 3138, 3141, 2736, 2654

This commit is contained in:
Nakorn Rientrakrunchai
2020-08-11 16:13:02 +07:00
parent ecf60f7b5b
commit c980d4cc38
282 changed files with 21778 additions and 190 deletions

View File

@@ -53,9 +53,9 @@ searchVacation();
item_level_score = data.item_level_score;
$("#w1").text(data.create_evaluation_score1.toFixed(2)+"%");
$("#w2").text(data.create_evaluation_score2.toFixed(2)+"%");
$("#w3").text((data.create_evaluation_score1+data.create_evaluation_score2).toFixed(2)+"%");
$("#w1").text(data.create_evaluation_score1.toFixed(2));
$("#w2").text(data.create_evaluation_score2.toFixed(2));
$("#w3").text((data.create_evaluation_score1+data.create_evaluation_score2).toFixed(2));
}