รวม code จากทุกคน ที่แก้ไข op ล่าสุด

This commit is contained in:
Nakorn Rientrakrunchai
2020-04-05 22:57:02 +07:00
parent 6135a2ec09
commit 9ffe9c30d3
46 changed files with 2636 additions and 529 deletions

View File

@@ -149,6 +149,12 @@ var eva_evaluation_behaviorTableV;
var eva_evaluation_behavior_setupTable = function (result) {
tmp = '"';
var sum_b = 0;
$.each(result, function( k, v ) {
sum_b += v.weight;
});
$("#sum_b").text(sum_b);
eva_evaluation_behaviorTableV = $('#eva_evaluation_behaviorTable').DataTable({
"processing": true,
"serverSide": false,