รวม code แก้ Change Request จากทีม
This commit is contained in:
@@ -27,6 +27,13 @@ function cal_level(){
|
||||
var item_level_score;
|
||||
|
||||
function eva_create_evaluation_detail_process_FeedDataToForm(data) {
|
||||
|
||||
//console.log(data);
|
||||
|
||||
$("#date_from").val(formatDate(data.start_date));
|
||||
$("#date_to").val(formatDate(data.end_date));
|
||||
|
||||
|
||||
$("#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_evaluation_round").text(data.evaluation_round);
|
||||
@@ -45,6 +52,8 @@ $("#eva_create_evaluation_detail_process_search_employee_fullname").val(data.sea
|
||||
|
||||
$("#remark_hrm_work_record").val(data.remark_hrm_work_record);
|
||||
|
||||
searchVacation();
|
||||
|
||||
//console.log(data);
|
||||
item_level_score = data.item_level_score;
|
||||
|
||||
|
||||
@@ -28,6 +28,9 @@ var item_level_score;
|
||||
|
||||
function eva_create_evaluation_detail_process_FeedDataToForm(data) {
|
||||
|
||||
$("#date_from").val(formatDate(data.start_date));
|
||||
$("#date_to").val(formatDate(data.end_date));
|
||||
|
||||
$("#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_evaluation_round").text(data.evaluation_round);
|
||||
@@ -46,6 +49,8 @@ $("#eva_create_evaluation_detail_process_search_employee_fullname").val(data.sea
|
||||
|
||||
$("#remark_hrm_work_record").val(data.remark_hrm_work_record);
|
||||
|
||||
searchVacation();
|
||||
|
||||
item_level_score = data.item_level_score;
|
||||
|
||||
$("#w1").text(data.create_evaluation_score1.toFixed(2)+"%");
|
||||
|
||||
Reference in New Issue
Block a user