Update request uat 24-03-03
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user