From 6d0a2ace7d3d7bd3a9a36df4909d3849765cdce4 Mon Sep 17 00:00:00 2001 From: nakorn Date: Sun, 7 Nov 2021 12:05:09 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=E0=B8=AB=E0=B8=99=E0=B9=89=E0=B8=B2=E0=B8=88=E0=B8=AD=20?= =?UTF-8?q?=E0=B9=82=E0=B8=84=E0=B8=A7=E0=B8=95=E0=B9=89=E0=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eva_adjust_postponement_quota_d.cshtml | 42 ++++++++----------- ...ust_postponement_detail_quota_02_inline.js | 2 +- 2 files changed, 19 insertions(+), 25 deletions(-) diff --git a/Views/eva_adjust_postponement_quotaView/eva_adjust_postponement_quota_d.cshtml b/Views/eva_adjust_postponement_quotaView/eva_adjust_postponement_quota_d.cshtml index 5fe908c..e913d2d 100644 --- a/Views/eva_adjust_postponement_quotaView/eva_adjust_postponement_quota_d.cshtml +++ b/Views/eva_adjust_postponement_quotaView/eva_adjust_postponement_quota_d.cshtml @@ -83,54 +83,48 @@
-
+
-
- - -
- -
- - -
-
-
-
- - -
-
+
-
-
- - -
-

+
+ + + + + + + + + + + + +
+
รายชื่อบุคลลากร
- +
diff --git a/wwwroot/js/eva_adjust_postponement_detail_quota_02/eva_adjust_postponement_detail_quota_02_inline.js b/wwwroot/js/eva_adjust_postponement_detail_quota_02/eva_adjust_postponement_detail_quota_02_inline.js index a4d9d94..334a86b 100644 --- a/wwwroot/js/eva_adjust_postponement_detail_quota_02/eva_adjust_postponement_detail_quota_02_inline.js +++ b/wwwroot/js/eva_adjust_postponement_detail_quota_02/eva_adjust_postponement_detail_quota_02_inline.js @@ -43,7 +43,7 @@ function eva_adjust_postponement_detail_quota_02_FeedDataToForm(data, i, blankIt $("#eva_adjust_postponement_detail_quota_02_emp_fullname_" + i).text(data.emp_fullname); $("#eva_adjust_postponement_detail_quota_02_emp_position_" + i).text(data.emp_position); $("#eva_adjust_postponement_detail_quota_02_emp_level_" + i).text(data.emp_level); - $("#eva_adjust_postponement_detail_quota_02_total_score_" + i).text(data.total_score); + $("#eva_adjust_postponement_detail_quota_02_total_score_" + i).text(formatNumber2(data.total_score,3)); $("#eva_adjust_postponement_detail_quota_02_eva_result_" + i).text(data.eva_result); if (data.new_sarary > data.themax) {