clickup #6zzwc2 ทำ sum รวม พฤติกรรมการปฏิบัติงาน
This commit is contained in:
@@ -354,6 +354,13 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody></tbody>
|
<tbody></tbody>
|
||||||
|
<tfoot>
|
||||||
|
<tr>
|
||||||
|
<th></th>
|
||||||
|
<th>รวมน้ำหนัก</th>
|
||||||
|
<th><span id="sum_weight_eva_evaluation_behavior"></span></th>
|
||||||
|
</tr>
|
||||||
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
</section>
|
</section>
|
||||||
<p style="display:none;" id="sum_b"></p>
|
<p style="display:none;" id="sum_b"></p>
|
||||||
|
|||||||
@@ -162,6 +162,7 @@ var eva_evaluation_behavior_setupTable = function (result) {
|
|||||||
sum_b += v.weight;
|
sum_b += v.weight;
|
||||||
});
|
});
|
||||||
$("#sum_b").text(sum_b);
|
$("#sum_b").text(sum_b);
|
||||||
|
$("#sum_weight_eva_evaluation_behavior").text(sum_b);
|
||||||
|
|
||||||
eva_evaluation_behaviorTableV = $('#eva_evaluation_behaviorTable').DataTable({
|
eva_evaluation_behaviorTableV = $('#eva_evaluation_behaviorTable').DataTable({
|
||||||
"processing": true,
|
"processing": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user