ปรับปรุง วันลาใน UI
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user