From b3dba45550657fcd0e8017c808c88cae213ea297 Mon Sep 17 00:00:00 2001 From: Pairat Sangprasert Date: Sun, 28 Mar 2021 16:38:40 +0700 Subject: [PATCH] =?UTF-8?q?clickup=20#6zzwc2=20=E0=B8=97=E0=B8=B3=20sum=20?= =?UTF-8?q?=E0=B8=A3=E0=B8=A7=E0=B8=A1=20=E0=B8=9E=E0=B8=A4=E0=B8=95?= =?UTF-8?q?=E0=B8=B4=E0=B8=81=E0=B8=A3=E0=B8=A3=E0=B8=A1=E0=B8=81=E0=B8=B2?= =?UTF-8?q?=E0=B8=A3=E0=B8=9B=E0=B8=8F=E0=B8=B4=E0=B8=9A=E0=B8=B1=E0=B8=95?= =?UTF-8?q?=E0=B8=B4=E0=B8=87=E0=B8=B2=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eva_create_evaluation_detail_agreement_d.cshtml | 7 +++++++ .../js/eva_evaluation_behavior/eva_evaluation_behavior.js | 1 + 2 files changed, 8 insertions(+) diff --git a/Views/eva_create_evaluation_detail_agreementView/eva_create_evaluation_detail_agreement_d.cshtml b/Views/eva_create_evaluation_detail_agreementView/eva_create_evaluation_detail_agreement_d.cshtml index a7de766..d75552d 100644 --- a/Views/eva_create_evaluation_detail_agreementView/eva_create_evaluation_detail_agreement_d.cshtml +++ b/Views/eva_create_evaluation_detail_agreementView/eva_create_evaluation_detail_agreement_d.cshtml @@ -354,6 +354,13 @@ + + + + รวมน้ำหนัก + + + diff --git a/wwwroot/js/eva_evaluation_behavior/eva_evaluation_behavior.js b/wwwroot/js/eva_evaluation_behavior/eva_evaluation_behavior.js index 8f6cbf0..fc74146 100644 --- a/wwwroot/js/eva_evaluation_behavior/eva_evaluation_behavior.js +++ b/wwwroot/js/eva_evaluation_behavior/eva_evaluation_behavior.js @@ -162,6 +162,7 @@ var eva_evaluation_behavior_setupTable = function (result) { sum_b += v.weight; }); $("#sum_b").text(sum_b); + $("#sum_weight_eva_evaluation_behavior").text(sum_b); eva_evaluation_behaviorTableV = $('#eva_evaluation_behaviorTable').DataTable({ "processing": true,