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
+5 -5
View File
@@ -166,7 +166,7 @@
<tr>
<th>Bil</th>
<th>No Rujukan</th>
<th>Tarikh Gadai</th>
<th>Tarikh Pembiayaan</th>
<th>Tarikh Matang</th>
<th>Pembiayaan</th>
<th>Margin</th>
@@ -210,7 +210,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>
@@ -492,7 +492,7 @@
Swal.fire({
icon: 'error',
title: 'Amaran',
text: 'Gadaian Belum Scan Barcode'
text: 'Pembiayaan Belum Scan Barcode'
});
}
}
@@ -811,7 +811,7 @@
}else{
$.ajax({
method:'get',
url: api_url + '/api/polis/get/',
url: api_url + '/api/polis/get',
data:{ "norujukan" : histid,"kodcaw" : kodcaw},
success:function(data)
{
@@ -829,7 +829,7 @@
'<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');