ปรับปรุงและแก้ปัญหาหน้าจอ
This commit is contained in:
@@ -211,8 +211,12 @@
|
||||
$("#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();
|
||||
$("#eva_create_evaluation_detail_employee_id").select2({
|
||||
dropdownParent: $('#eva_create_evaluation_detailModel')
|
||||
});
|
||||
$("#eva_create_evaluation_detail_chief").select2({
|
||||
dropdownParent: $('#eva_create_evaluation_detailModel')
|
||||
});
|
||||
});
|
||||
|
||||
function go_next(){
|
||||
|
||||
Reference in New Issue
Block a user