loading waiting for approval when refresh
This commit is contained in:
committed by
Hafifie PKB
parent
a641b38cc5
commit
8a3598fa24
@@ -9,6 +9,7 @@
|
||||
@section('content')
|
||||
@include('modal.historytebus')
|
||||
@include('modal.wakil')
|
||||
@include('errors.alert', ['errorapproval' => $getApprovalError ?? null])
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-12 col-lg-12">
|
||||
@@ -264,7 +265,7 @@
|
||||
<button class="btn btn-primary" onclick="ubahfunc(this)" id="button-edit-gadaian">Ubah</button>
|
||||
<button class="btn btn-primary" onclick="hapusfunc()">Hapus</button>
|
||||
<button class="btn btn-primary" onclick="histfunc()">Rekod Pembiayaan</button>
|
||||
{{-- <button class="btn btn-primary" onclick="removeansuran(this)" id="button-remove-ansuran">Hapus Ansuran</button> --}}
|
||||
<button class="btn btn-primary" onclick="removeansuran(this)" id="button-remove-ansuran">Hapus Ansuran</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -2905,6 +2906,7 @@
|
||||
title: 'Telah Disahkan',
|
||||
text: `Komen : ${data.komen}`
|
||||
}).then(function(){
|
||||
console.log("delete ansuran",tarikh,kodcaw,norujukan,tg_id);
|
||||
deleteFuncAnsuran(tarikh,kodcaw,norujukan,tg_id);
|
||||
return true;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user