fix apa yang patut
This commit is contained in:
@@ -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');
|
||||
|
||||
@@ -168,13 +168,17 @@
|
||||
var api_url = "<?php echo $api_url ?>";
|
||||
|
||||
|
||||
var table_gadaian_semasa = $('#table-gadaian-semasa').DataTable({
|
||||
"ordering": false
|
||||
var table_gadaian_semasa = $('#table-gadaian-semasa').DataTable({
|
||||
"ordering": true
|
||||
});
|
||||
var table_gadaian_belum_serah = $('#table-gadaian-belum-serah').DataTable({
|
||||
"ordering": false
|
||||
"ordering": true
|
||||
});
|
||||
|
||||
$(document).ready(function(){
|
||||
$('#norujukan_barcode').focus();
|
||||
})
|
||||
|
||||
//modal
|
||||
$('#marhunModal').on('show.bs.modal', function(event) {
|
||||
var button = $(event.relatedTarget); // button yg trigger
|
||||
|
||||
Reference in New Issue
Block a user