Update dan Bugs Fix

This commit is contained in:
Pusdatin BPKD Jkt
2022-09-08 15:44:36 +07:00
parent d2b925ff83
commit d1b21c5b17
12 changed files with 52 additions and 8 deletions
@@ -28,6 +28,7 @@
<tr>
<thead>
<th width="50">No</th>
<th>Kode</th>
<th>Nama</th>
<th>Deskripsi</th>
<th width="150px" class="text-center">Action</th>
@@ -78,6 +79,7 @@
"paging": true, // Table pagination
"columns": [
{ "data": null},
{ "data": "kode", "className":"text-center" },
{ "data": "name", "className":"text-left" },
{ "data": "description", "className":"text-left" },
{ "data": null, "className":"text-center" },
@@ -89,7 +91,7 @@
let checked = aData["is_lock_upload"] == 1 ? "checked":"";
$("td:eq(0)", nRow).html(index);
$("td:eq(3)", nRow).html(`
$("td:eq(4)", nRow).html(`
<form class="form-delete" action="{{ URL::to("/admin/MstJenisBelanja") }}/`+ aData["id"] +`" method="POST">
@csrf
@method('DELETE')