add feature search name and middleware changes to fix the resit for khazanah
This commit is contained in:
@@ -338,8 +338,15 @@
|
||||
|
||||
function triggersubmit()
|
||||
{
|
||||
Swal.fire({
|
||||
title: 'Memuatkan...',
|
||||
allowEscapeKey : false,
|
||||
allowOutsideClick: false,
|
||||
didOpen: function () {
|
||||
Swal.showLoading();
|
||||
}
|
||||
});
|
||||
$("#terima_transaksi").prop('disabled', true);
|
||||
|
||||
$('#form-pendahuluan').trigger('submit');
|
||||
}
|
||||
|
||||
@@ -358,6 +365,16 @@
|
||||
'no' : nom,
|
||||
'kodlaluan' : teller
|
||||
},
|
||||
beforeSend: function(){
|
||||
Swal.fire({
|
||||
title: 'Memuatkan...',
|
||||
allowEscapeKey : false,
|
||||
allowOutsideClick: false,
|
||||
didOpen: function () {
|
||||
Swal.showLoading();
|
||||
}
|
||||
});
|
||||
},
|
||||
success:function(data){
|
||||
window.location.href = "{{ route('khazanah.serahan') }}";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user