ปรับปรุง UI และ Flow ของงาน เพิ่มเติม

This commit is contained in:
Nakorn Rientrakrunchai
2021-02-13 12:31:34 +07:00
parent fc5cd13a6e
commit 2159daa300
15 changed files with 898 additions and 31 deletions

View File

@@ -25,6 +25,13 @@ function eva_create_evaluation_detail_firstdoc_FeedDataToForm(data) {
status_chief_a = data.status_chief_a;
role_code = data.role_code;
if (role_code === "1") {
show_tool = false;
}
eva_evaluation_operating_agreement_InitiateDataTable();
eva_evaluation_operating_agreement_InitialForm();
CheckPermission();
console.log(data);
}