issues fix bugs production
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user