diff --git a/Views/eva_create_evaluationView/eva_create_evaluation_d_summary.cshtml b/Views/eva_create_evaluationView/eva_create_evaluation_d_summary.cshtml
index 0fac168..b87e7c2 100644
--- a/Views/eva_create_evaluationView/eva_create_evaluation_d_summary.cshtml
+++ b/Views/eva_create_evaluationView/eva_create_evaluation_d_summary.cshtml
@@ -71,6 +71,17 @@
+
@@ -101,8 +112,11 @@
|
|
+ |
|
|
+ |
+ |
diff --git a/wwwroot/js/eva_adjust_postponement_normal/eva_adjust_postponement_normal.js b/wwwroot/js/eva_adjust_postponement_normal/eva_adjust_postponement_normal.js
index db8e323..97acf44 100644
--- a/wwwroot/js/eva_adjust_postponement_normal/eva_adjust_postponement_normal.js
+++ b/wwwroot/js/eva_adjust_postponement_normal/eva_adjust_postponement_normal.js
@@ -23,7 +23,7 @@ DropDownClearFormAndFeedWithData($("#s_eva_adjust_postponement_normal_org_id"),
function eva_adjust_postponement_normal_FeedDataToForm(data) {
-console.log(data);
+//console.log(data);
$("#eva_adjust_postponement_normal_id").val(data.id);
$("#eva_adjust_postponement_normal_fiscal_year").val(data.fiscal_year);
@@ -34,7 +34,7 @@ $("#eva_adjust_postponement_normal_limit").val(data.limit);
$("#eva_adjust_postponement_normal_limit_frame").val(data.limit_frame);
$("#eva_adjust_postponement_normal_limit_quota").val(data.limit_quota);
$("#eva_adjust_postponement_normal_percentage").val(data.percentage);
-DropDownClearFormAndFeedWithData($("#eva_adjust_postponement_normal_managed_by"), data, "id", "fullname", "item_managed_by", data.managed_by);
+DropDownClearFormAndFeedWithData($("#eva_adjust_postponement_normal_managed_by"), data, "id", "fullname", "item_managed_by", getCookie("emp_id"));
//DropDownClearFormAndFeedWithData($("#eva_adjust_postponement_normal_org_id"), data, "id", "external_name", "item_org_id", data.org_id);
}
diff --git a/wwwroot/js/eva_adjust_postponement_normal/eva_adjust_postponement_normal_d.js b/wwwroot/js/eva_adjust_postponement_normal/eva_adjust_postponement_normal_d.js
index d4dca8c..02d6761 100644
--- a/wwwroot/js/eva_adjust_postponement_normal/eva_adjust_postponement_normal_d.js
+++ b/wwwroot/js/eva_adjust_postponement_normal/eva_adjust_postponement_normal_d.js
@@ -13,7 +13,7 @@ $("#eva_adjust_postponement_normal_limit").val(data.limit);
$("#eva_adjust_postponement_normal_limit_frame").val(data.limit_frame);
$("#eva_adjust_postponement_normal_limit_quota").val(data.limit_quota);
$("#eva_adjust_postponement_normal_percentage").val(data.percentage);
-DropDownClearFormAndFeedWithData($("#eva_adjust_postponement_normal_managed_by"), data, "id", "fullname", "item_managed_by", data.managed_by);
+DropDownClearFormAndFeedWithData($("#eva_adjust_postponement_normal_managed_by"), data, "id", "fullname", "item_managed_by", getCookie("emp_id"));
//DropDownClearFormAndFeedWithData($("#eva_adjust_postponement_normal_org_id"), data, "id", "external_name", "item_org_id", data.org_id);
}
diff --git a/wwwroot/js/eva_adjust_postponement_quota/eva_adjust_postponement_quota.js b/wwwroot/js/eva_adjust_postponement_quota/eva_adjust_postponement_quota.js
index 6a12215..afc20a6 100644
--- a/wwwroot/js/eva_adjust_postponement_quota/eva_adjust_postponement_quota.js
+++ b/wwwroot/js/eva_adjust_postponement_quota/eva_adjust_postponement_quota.js
@@ -27,7 +27,7 @@ $("#eva_adjust_postponement_quota_theRound").val(data.theRound);
$("#eva_adjust_postponement_quota_limit_quota").val(data.limit_quota);
$("#eva_adjust_postponement_quota_limit_frame_quota").val(data.limit_frame_quota);
$("#eva_adjust_postponement_quota_command_no").val(data.command_no);
-DropDownClearFormAndFeedWithData($("#eva_adjust_postponement_quota_managed_by"), data, "id", "fullname", "item_managed_by", data.managed_by);
+DropDownClearFormAndFeedWithData($("#eva_adjust_postponement_quota_managed_by"), data, "id", "fullname", "item_managed_by", getCookie("emp_id"));
}
diff --git a/wwwroot/js/eva_adjust_postponement_quota/eva_adjust_postponement_quota_d.js b/wwwroot/js/eva_adjust_postponement_quota/eva_adjust_postponement_quota_d.js
index 94a8472..941d79a 100644
--- a/wwwroot/js/eva_adjust_postponement_quota/eva_adjust_postponement_quota_d.js
+++ b/wwwroot/js/eva_adjust_postponement_quota/eva_adjust_postponement_quota_d.js
@@ -12,7 +12,7 @@ $("#eva_adjust_postponement_quota_limit_quota").val(data.limit_quota);
$("#eva_adjust_postponement_quota_limit_frame_quota").val(data.limit_frame_quota);
$("#eva_adjust_postponement_quota_command_no").val(data.command_no);
$("#eva_adjust_postponement_quota_limit").val(data.limit);
-DropDownClearFormAndFeedWithData($("#eva_adjust_postponement_quota_managed_by"), data, "id", "fullname", "item_managed_by", data.managed_by);
+DropDownClearFormAndFeedWithData($("#eva_adjust_postponement_quota_managed_by"), data, "id", "fullname", "item_managed_by", getCookie("emp_id"));
console.log($("#eva_adjust_postponement_quota_limit").val());
}
diff --git a/wwwroot/js/eva_create_evaluation_detail/eva_create_evaluation_detail_summary.js b/wwwroot/js/eva_create_evaluation_detail/eva_create_evaluation_detail_summary.js
index 05524b5..ceca1d0 100644
--- a/wwwroot/js/eva_create_evaluation_detail/eva_create_evaluation_detail_summary.js
+++ b/wwwroot/js/eva_create_evaluation_detail/eva_create_evaluation_detail_summary.js
@@ -151,6 +151,7 @@ function eva_create_evaluation_detail_GoDelete(a) {
var eva_create_evaluation_detailTableV;
var eva_create_evaluation_detail_setupTable = function (result) {
+ console.log(result);
tmp = '"';
eva_create_evaluation_detailTableV = $('#eva_create_evaluation_detailTable').DataTable({
"processing": true,
@@ -159,9 +160,12 @@ var eva_create_evaluation_detail_setupTable = function (result) {
"select": false,
"columns": [
{ "data": "employee_id_external_linkage_external_name" },
- { "data": "chief_external_linkage_external_name" },
+ { "data": "chief_external_linkage_external_name" },
+{ "data": "status_self" },
{ "data": "status_chief" },
-{ "data": "status_supervisor" }
+{ "data": "status_supervisor" },
+{ "data": "status_supervisor1A" },
+{ "data": "status_supervisor2A" }
],
"columnDefs": [
],