ปรับปรุงรายงานให้ดูง่ายขึ้น
This commit is contained in:
@@ -63,6 +63,9 @@
|
||||
$(document).ready(function () {
|
||||
rep_family_InitialForm();
|
||||
SetupValidationRemark("s_rep_family");
|
||||
$("#s_rep_family_employee_id").select2();
|
||||
$("#s_rep_family_position_id").select2();
|
||||
$("#s_rep_family_org_id").select2();
|
||||
});
|
||||
</script>
|
||||
}
|
||||
|
||||
@@ -59,6 +59,8 @@
|
||||
$(document).ready(function () {
|
||||
rep_leave_summary_InitialForm();
|
||||
SetupValidationRemark("s_rep_leave_summary");
|
||||
$("#s_rep_leave_summary_org_id").select2();
|
||||
$("#s_rep_leave_summary_employee_id").select2();
|
||||
});
|
||||
</script>
|
||||
}
|
||||
|
||||
@@ -67,6 +67,8 @@
|
||||
$(document).ready(function () {
|
||||
rep_leave_total_InitialForm();
|
||||
SetupValidationRemark("s_rep_leave_total");
|
||||
$("#s_rep_leave_total_employee_id").select2();
|
||||
$("#s_rep_leave_total_org_id").select2();
|
||||
});
|
||||
</script>
|
||||
}
|
||||
|
||||
@@ -59,6 +59,9 @@
|
||||
$(document).ready(function () {
|
||||
rep_position_salary_InitialForm();
|
||||
SetupValidationRemark("s_rep_position_salary");
|
||||
$("#s_rep_position_salary_employee_id").select2();
|
||||
$("#s_rep_position_salary_position_id").select2();
|
||||
$("#s_rep_position_salary_org_id").select2();
|
||||
});
|
||||
</script>
|
||||
}
|
||||
|
||||
@@ -63,6 +63,8 @@
|
||||
$(document).ready(function () {
|
||||
rep_samana_InitialForm();
|
||||
SetupValidationRemark("s_rep_samana");
|
||||
$("#s_rep_samana_employee_id").select2();
|
||||
$("#s_rep_samana_org_id").select2();
|
||||
});
|
||||
</script>
|
||||
}
|
||||
|
||||
@@ -63,6 +63,10 @@
|
||||
$(document).ready(function () {
|
||||
rep_study_history_InitialForm();
|
||||
SetupValidationRemark("s_rep_study_history");
|
||||
$("#s_rep_study_history_employee_id").select2();
|
||||
$("#s_rep_study_history_org_id").select2();
|
||||
$("#s_rep_study_history_position_id").select2();
|
||||
$("#s_rep_study_history_study_level_id").select2();
|
||||
});
|
||||
</script>
|
||||
}
|
||||
|
||||
@@ -64,6 +64,8 @@
|
||||
$(document).ready(function () {
|
||||
rep_working_type_InitialForm();
|
||||
SetupValidationRemark("s_rep_working_type");
|
||||
$("#s_rep_working_type_employee_id").select2();
|
||||
$("#s_rep_working_type_org_id").select2();
|
||||
});
|
||||
</script>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user