issues fix bugs production

This commit is contained in:
hafifierahman
2022-12-05 11:16:03 +08:00
parent 6959b9637f
commit 1a0a7572bf
9 changed files with 159 additions and 16 deletions
+11 -8
View File
@@ -8,13 +8,17 @@
@if($countproses > 0)
<script>
Swal.fire({
title: 'Memuatkan...',
allowEscapeKey: false,
title: 'Tunggu Pengesahan Daripada Khazanah.',
icon: 'info',
width: 600,
padding: '3em',
background: '#fffff',
showCancelButton: false,
showConfirmButton: false,
allowOutsideClick: false,
didOpen: () => {
Swal.showLoading()
}
});
allowEscapeKey: false,
allowEnterKey: false
})
</script>
@endif
@@ -31,7 +35,7 @@
<li class="breadcrumb-item"><a href="{{ route('home') }}">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Aliran Tunai</li>
</ol>
</nav>
</nav>
<div class="row justify-content-center">
@@ -561,7 +565,6 @@
function cetakserahankeseluruhan()
{
console.log('ets');
let urlroute = '{{ route("laporan.serahanteller") }}';
window.open(urlroute, '_blank');