แก้ไข Change OP 2558

This commit is contained in:
Nakorn Rientrakrunchai
2020-07-22 17:59:02 +07:00
parent f9a4d7e0b7
commit fef57e2655
3 changed files with 21 additions and 2 deletions

View File

@@ -190,8 +190,9 @@ function setPageByRoleAndStatus(role_code, status_self, status_chief, status_sup
$("#eva_create_evaluation_detail_review01_supervisor1_remark").attr("disabled", true);
}
}else{
alert('คุณไม่มีสิทธิเข้าถึงหน้าจอนี้!');
window_close();
console.log(role_code);
//alert('คุณไม่มีสิทธิเข้าถึงหน้าจอนี้!');
//window_close();
}
}