fix apa yang patut

This commit is contained in:
MUHD HAFIFIE
2021-04-16 23:46:17 +08:00
parent 97a9247f25
commit 4682514c5f
6 changed files with 70 additions and 11 deletions
@@ -195,6 +195,19 @@
<script>
var api_url = "<?php echo $api_url ?>";
//modal
var tablegadaianmasuk = $('#table-gadaian-semasa').DataTable({
// "scrollX": true
});
var pengesahanmarhun = $('#table-gadaian-belum-serah').DataTable({
// "scrollX": true
});
$(document).ready(function(){
$('#norujukan_barcode').focus();
})
$('#marhunModal').on('show.bs.modal', function(event) {
var button = $(event.relatedTarget); // button yg trigger
var arraymarhun = button.data('marhun');