ปรับปรุง คนที่ได้สิทธิพิเศษ ให้ดูรายชื่อได้ทั้งเนติ

This commit is contained in:
nakorn
2021-10-16 21:51:16 +07:00
parent ac0e022966
commit df7d36b06b
28 changed files with 2660 additions and 30 deletions

View File

@@ -25,7 +25,7 @@ function eva_create_evaluation_detail_firstdoc_FeedDataToForm(data) {
status_chief_a = data.status_chief_a;
role_code = data.role_code;
if (role_code === "1") {
if (role_code === "1" || role_code === "99") {
show_tool = false;
}
@@ -33,7 +33,6 @@ function eva_create_evaluation_detail_firstdoc_FeedDataToForm(data) {
eva_evaluation_operating_agreement_InitialForm();
CheckPermission();
console.log(data);
}
function eva_create_evaluation_detail_firstdoc_GetFromForm() {