diff --git a/Views/eva_create_evaluation_detail_processView/eva_create_evaluation_detail_process_d2.cshtml b/Views/eva_create_evaluation_detail_processView/eva_create_evaluation_detail_process_d2.cshtml
index 2665acf..f8d6e6a 100644
--- a/Views/eva_create_evaluation_detail_processView/eva_create_evaluation_detail_process_d2.cshtml
+++ b/Views/eva_create_evaluation_detail_processView/eva_create_evaluation_detail_process_d2.cshtml
@@ -191,7 +191,7 @@
-
+ ผลสัมฤทธิ์ของงาน (น้ำหนัก
%)
@@ -246,7 +246,7 @@
- พฤติกรรมการปฏิบัติงาน (สมรรถนะ)
+ พฤติกรรมการปฏิบัติงาน (สมรรถนะ) (น้ำหนัก
%)
diff --git a/wwwroot/js/eva_create_evaluation_detail_agreement/eva_create_evaluation_detail_agreement_d.js b/wwwroot/js/eva_create_evaluation_detail_agreement/eva_create_evaluation_detail_agreement_d.js
index f676ba4..6932214 100644
--- a/wwwroot/js/eva_create_evaluation_detail_agreement/eva_create_evaluation_detail_agreement_d.js
+++ b/wwwroot/js/eva_create_evaluation_detail_agreement/eva_create_evaluation_detail_agreement_d.js
@@ -4,23 +4,26 @@ var eva_create_evaluation_detail_agreement_API = "/api/eva_create_evaluation_det
//================= Form Data Customizaiton =========================================
function eva_create_evaluation_detail_agreement_FeedDataToForm(data) {
-$("#eva_create_evaluation_detail_agreement_id").val(data.id);
-$("#eva_create_evaluation_detail_agreement_evaluation_round").text(data.evaluation_round);
-$("#eva_create_evaluation_detail_agreement_employee_code").text(data.employee_code);
-$("#eva_create_evaluation_detail_agreement_employee_fullname").text(data.employee_fullname);
-$("#eva_create_evaluation_detail_agreement_employee_position").text(data.employee_position);
-$("#eva_create_evaluation_detail_agreement_employee_position_type").text(data.employee_position_type);
-$("#eva_create_evaluation_detail_agreement_employee_position_level").text(data.employee_position_level);
-$("#eva_create_evaluation_detail_agreement_employee_org").text(data.employee_org);
-$("#eva_create_evaluation_detail_agreement_chief_fullname").text(data.chief_fullname);
-$("#eva_create_evaluation_detail_agreement_chief_position").text(data.chief_position);
-$("#eva_create_evaluation_detail_agreement_create_evaluation_id").val(data.create_evaluation_id);
+ $("#eva_create_evaluation_detail_agreement_id").val(data.id);
+ $("#eva_create_evaluation_detail_agreement_evaluation_round").text(data.evaluation_round);
+ $("#eva_create_evaluation_detail_agreement_employee_code").text(data.employee_code);
+ $("#eva_create_evaluation_detail_agreement_employee_fullname").text(data.employee_fullname);
+ $("#eva_create_evaluation_detail_agreement_employee_position").text(data.employee_position);
+ $("#eva_create_evaluation_detail_agreement_employee_position_type").text(data.employee_position_type);
+ $("#eva_create_evaluation_detail_agreement_employee_position_level").text(data.employee_position_level);
+ $("#eva_create_evaluation_detail_agreement_employee_org").text(data.employee_org);
+ $("#eva_create_evaluation_detail_agreement_chief_fullname").text(data.chief_fullname);
+ $("#eva_create_evaluation_detail_agreement_chief_position").text(data.chief_position);
+ $("#eva_create_evaluation_detail_agreement_create_evaluation_id").val(data.create_evaluation_id);
-$("#remark_hrm_work_record").text(data.remark_hrm_work_record);
+ $("#eva_create_evaluation_detail_agreement_score1").text(data.score1);
+ $("#eva_create_evaluation_detail_agreement_score2").text(data.score2);
+
+ $("#remark_hrm_work_record").text(data.remark_hrm_work_record);
status_self = data.status_self;
CheckPermission();
-
+ console.log(data);
}
function eva_create_evaluation_detail_agreement_GetFromForm() {
diff --git a/wwwroot/js/eva_create_evaluation_detail_process/eva_create_evaluation_detail_process_d.js b/wwwroot/js/eva_create_evaluation_detail_process/eva_create_evaluation_detail_process_d.js
index 6c3434f..0653baf 100644
--- a/wwwroot/js/eva_create_evaluation_detail_process/eva_create_evaluation_detail_process_d.js
+++ b/wwwroot/js/eva_create_evaluation_detail_process/eva_create_evaluation_detail_process_d.js
@@ -61,6 +61,9 @@ $("#w1").text(data.create_evaluation_score1.toFixed(2));
$("#w2").text(data.create_evaluation_score2.toFixed(2));
$("#w3").text((data.create_evaluation_score1+data.create_evaluation_score2).toFixed(2));
+ $("#eva_create_evaluation_detail_process_score1").text(data.create_evaluation_score1);
+ $("#eva_create_evaluation_detail_process_score2").text(data.create_evaluation_score2);
+
}
function eva_create_evaluation_detail_process_GetFromForm() {
diff --git a/wwwroot/js/eva_create_evaluation_detail_process/eva_create_evaluation_detail_process_d2.js b/wwwroot/js/eva_create_evaluation_detail_process/eva_create_evaluation_detail_process_d2.js
index d190c99..3ca4eaa 100644
--- a/wwwroot/js/eva_create_evaluation_detail_process/eva_create_evaluation_detail_process_d2.js
+++ b/wwwroot/js/eva_create_evaluation_detail_process/eva_create_evaluation_detail_process_d2.js
@@ -59,6 +59,9 @@ $("#w1").text(data.create_evaluation_score1.toFixed(2));
$("#w2").text(data.create_evaluation_score2.toFixed(2));
$("#w3").text((data.create_evaluation_score1+data.create_evaluation_score2).toFixed(2));
+ $("#eva_create_evaluation_detail_process_score1").text(data.create_evaluation_score1);
+ $("#eva_create_evaluation_detail_process_score2").text(data.create_evaluation_score2);
+
}
function eva_create_evaluation_detail_process_GetFromForm() {