Update request uat 24-03-03

This commit is contained in:
amirhassan
2024-03-14 08:53:06 +08:00
parent 9a6cdba39a
commit f9369ea14c
8 changed files with 195 additions and 205 deletions
@@ -45,9 +45,8 @@
<th>Nama</th>
<th>Marhun</th>
<th>Nota</th>
<th>Batu Permata</th>
<th>Berat Permata</th>
<th>Berat</th>
<th>Berat Bersih</th>
<th>Karat</th>
<th>Harga</th>
<th>N.Marhun</th>
@@ -111,6 +110,7 @@
var counter = 1;
tablecustomers.clear().draw();
$.each(data,function(index,customers){
var valTagPermata = customers['tag_permata'] == 1 ? '(PMT) ' : '';
tablecustomers.row.add([
counter,
@@ -118,8 +118,7 @@
customers['nokp'],
customers['nama'],
customers['marhun'],
customers['nota'],
customers['batu_permata'],
valTagPermata + customers['nota'],
customers['berat_batu_permata'],
customers['berat'],
customers['karat'],