ปรับปรุงหลายอย่าง

This commit is contained in:
nakorn
2022-03-19 11:32:56 +07:00
parent 61f067f150
commit c6d107e179
11 changed files with 2588 additions and 10 deletions

View File

@@ -88,6 +88,10 @@ function eva_create_evaluation_detail_status_PutUpdate(a) {
else if (a === "nextB") {
data.status_chief_a = "Y";
}
else if (a === "backC") {
data.status_supervisor_a = "N";
data.status_chief_a = "";
}
else if (a === "nextC") {
data.status_supervisor_a = "Y";
}