ปรับปรุงและแก้ปัญหาหน้าจอ

This commit is contained in:
Nakorn Rientrakrunchai
2021-03-09 11:18:51 +07:00
parent 858d905f60
commit fcc5146085
3 changed files with 10 additions and 6 deletions

View File

@@ -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(){