ปรับปรุง คนที่ได้สิทธิพิเศษ ให้ดูรายชื่อได้ทั้งเนติ
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user