แก้ไขหลายอย่าง

This commit is contained in:
Nakorn Rientrakrunchai
2020-03-12 13:03:09 +07:00
parent 740b2d54b8
commit 7171806d1c
90 changed files with 14414 additions and 7 deletions

View File

@@ -131,6 +131,11 @@
eva_create_evaluation_InitiateDataTable();
eva_create_evaluation_InitialForm();
SetupValidationRemark("eva_create_evaluation");
$("#eva_create_evaluation_employee_id").select2();
$("#eva_create_evaluation_supervisor1_id").select2();
$("#eva_create_evaluation_supervisor2_id").select2();
$("#eva_create_evaluation_detail_employee_id").select2();
$("#eva_create_evaluation_detail_chief").select2();
});
</script>
}

View File

@@ -203,6 +203,11 @@
eva_create_evaluation_SetCreateForm();
}
SetupValidationRemark("eva_create_evaluation");
$("#eva_create_evaluation_employee_id").select2();
$("#eva_create_evaluation_supervisor1_id").select2();
$("#eva_create_evaluation_supervisor2_id").select2();
$("#eva_create_evaluation_detail_employee_id").select2();
$("#eva_create_evaluation_detail_chief").select2();
});
function go_next(){