ปรับปรุง วันลาใน UI

This commit is contained in:
LAPTOP-KB8JC2K2\acer
2021-08-27 16:18:19 +07:00
parent 440454b7dd
commit d0d9b50238
2 changed files with 4 additions and 4 deletions

View File

@@ -32,8 +32,8 @@ function eva_create_evaluation_detail_process_FeedDataToForm(data) {
//console.log(data); //console.log(data);
$("#date_from").val(formatDate(data.start_date)); $("#date_from").val(formatDate(data.leave_start_date));
$("#date_to").val(formatDate(data.end_date)); $("#date_to").val(formatDate(data.leave_end_date));
$("#eva_create_evaluation_detail_process_id").val(data.id); $("#eva_create_evaluation_detail_process_id").val(data.id);

View File

@@ -30,8 +30,8 @@ function eva_create_evaluation_detail_process_FeedDataToForm(data) {
//console.log(data); //console.log(data);
$("#date_from").val(formatDate(data.start_date)); $("#date_from").val(formatDate(data.leave_start_date));
$("#date_to").val(formatDate(data.end_date)); $("#date_to").val(formatDate(data.leave_end_date));
$("#eva_create_evaluation_detail_process_id").val(data.id); $("#eva_create_evaluation_detail_process_id").val(data.id);
$("#eva_create_evaluation_detail_process_employee_id").val(data.employee_id); $("#eva_create_evaluation_detail_process_employee_id").val(data.employee_id);