baiki coloumn name dan laporan

This commit is contained in:
unknown
2024-09-18 11:28:58 +08:00
parent 2691bb27fe
commit 60edbb1dac
88 changed files with 1318 additions and 1178 deletions
+6 -6
View File
@@ -160,7 +160,7 @@
<tr>
<th>Bil</th>
<th>No Rujukan</th>
<th>Tarikh Gadai</th>
<th>Tarikh Pembiayaan</th>
<th>Tarikh Matang</th>
<th>Baki Harga Jualan</th>
<th>Baki Pembiayaan</th>
@@ -188,7 +188,7 @@
<tr>
<th>Bil</th>
<th>No Rujukan</th>
<th>Tarikh Gadai</th>
<th>Tarikh Pembiayaan</th>
<th>Tarikh Matang</th>
<th>Baki Harga Jualan</th>
<th>Baki Pembiayaan</th>
@@ -234,7 +234,7 @@
</table>
<div class="text-center">
<button class="btn btn-primary" onclick="histfunc()">Rekod Gadaian</button>
<button class="btn btn-primary" onclick="histfunc()">Rekod Pembiayaan</button>
<button class="btn btn-primary" onclick="saghilangfunc()">Surat Akuan Hilang</button>
</div>
@@ -540,7 +540,7 @@
Swal.fire({
icon: 'error',
title: 'Amaran',
text: 'Gadaian Belum Scan Barcode'
text: 'Pembiayaan Belum Scan Barcode'
});
}
}
@@ -953,7 +953,7 @@ $.each(data,function(index,gadai_detail){
}else{
$.ajax({
method:'get',
url: api_url + '/api/polis/get/',
url: api_url + '/api/polis/get',
data:{ "norujukan" : histid,"kodcaw" : kodcaw},
success:function(data)
{
@@ -970,7 +970,7 @@ $.each(data,function(index,gadai_detail){
'<button type="button" role="button" tabindex="0" class="btn btn-primary mr-1" onclick="swal.close()">' + 'Okay' + '</button>' +
'<button type="button" role="button" tabindex="0" class="btn btn-primary" data-histid="' + histid + '" onclick="ulangcetakagh(this)" data-koddaerah="' + data[0].koddaerah + '" data-kodnegeri="' + data[0].kodnegeri + '">' + 'Ulang Cetak' + '</button>',
icon: 'error',
title: 'Surat Akuan Gadaian Hilang telah dikeluarkan!'
title: 'Surat Akuan Gadai Hilang telah dikeluarkan!'
});
}else{
$('#AGHModal').modal('show');