ggwp
This commit is contained in:
@@ -802,8 +802,7 @@
|
||||
Swal.fire({
|
||||
icon: 'success',
|
||||
title: 'Berjaya!',
|
||||
text: 'You clicked the button!',
|
||||
footer: '<a href>Why do I have this issue?</a>'
|
||||
text: 'Penebusan Berjaya',
|
||||
|
||||
}).then(function() {
|
||||
window.open(urlroute, '_blank');
|
||||
@@ -864,8 +863,8 @@
|
||||
urlroute = urlroute.replace(':id', norujukan);
|
||||
|
||||
Swal.fire(
|
||||
'Good job!',
|
||||
'You clicked the button!',
|
||||
'Berjaya!',
|
||||
'Bayaran Ansuran Berjaya',
|
||||
'success'
|
||||
).then(function() {
|
||||
window.open(urlroute, '_blank');
|
||||
@@ -962,8 +961,8 @@
|
||||
},
|
||||
success:function(success_data){
|
||||
Swal.fire(
|
||||
'Good job!',
|
||||
'You clicked the button!',
|
||||
'Berjaya!',
|
||||
'Bayaran Ansuran Berjaya',
|
||||
'success'
|
||||
).then(function() {
|
||||
window.location.replace("{{ url('customer_info') }}");
|
||||
@@ -1161,8 +1160,8 @@
|
||||
|
||||
console.log(success_data);
|
||||
Swal.fire(
|
||||
'Good job!',
|
||||
'You clicked the button!',
|
||||
'Berjaya!',
|
||||
'Tebus Separuh Berjaya',
|
||||
'success'
|
||||
) .then(function() {
|
||||
window.open(urlroute, '_blank');
|
||||
@@ -1213,7 +1212,7 @@
|
||||
});
|
||||
|
||||
swalWithBootstrapButtons.fire({
|
||||
title: 'Dapatkan Pengesahan Daripada Khazanah?',
|
||||
title: 'Dapatkan Pengesahan Khazanah',
|
||||
text: "Tetapan margin melebihi 70% untuk Khazanah!",
|
||||
icon: 'info',
|
||||
showCancelButton: true,
|
||||
@@ -1277,7 +1276,7 @@
|
||||
clearInterval(timerInterval);
|
||||
Swal.fire({
|
||||
icon: 'success',
|
||||
title: 'Anda Berjaya Menerima Pengesahan'
|
||||
title: 'Telah Disahkan'
|
||||
}).then(function(){
|
||||
|
||||
tambahpinjamanfunc();
|
||||
@@ -1293,8 +1292,8 @@
|
||||
}, 3000);
|
||||
} else if (result.dismiss === Swal.DismissReason.cancel) {
|
||||
swalWithBootstrapButtons.fire(
|
||||
'Cancelled',
|
||||
'Your imaginary file is safe :)',
|
||||
'Gagal',
|
||||
'Gagal mendapatkan kelulusan khazanah',
|
||||
'error'
|
||||
)
|
||||
}
|
||||
@@ -1313,7 +1312,7 @@
|
||||
});
|
||||
|
||||
swalWithBootstrapButtons.fire({
|
||||
title: 'Dapatkan Pengesahan Daripada Operasi?',
|
||||
title: 'Dapatkan Pengesahan Operasi',
|
||||
text: "Tetapan margin melebihi 75% untuk Operasi!",
|
||||
icon: 'info',
|
||||
showCancelButton: true,
|
||||
@@ -1376,7 +1375,7 @@
|
||||
clearInterval(timerInterval);
|
||||
Swal.fire({
|
||||
icon: 'success',
|
||||
title: 'Anda Berjaya Menerima Pengesahan'
|
||||
title: 'Telah Disahkan'
|
||||
}).then(function(){
|
||||
$(func).attr("onSubmit","return true;");
|
||||
$(func).submit();
|
||||
@@ -1392,8 +1391,8 @@
|
||||
}, 3000);
|
||||
}else if (result.dismiss === Swal.DismissReason.cancel){
|
||||
swalWithBootstrapButtons.fire(
|
||||
'Cancelled',
|
||||
'Your imaginary file is safe :)',
|
||||
'Gagal',
|
||||
'Gagal mendapatkan kelulusan operasi',
|
||||
'error'
|
||||
)
|
||||
}
|
||||
@@ -1495,8 +1494,8 @@
|
||||
urlroute = urlroute.replace(':id', norujukan);
|
||||
|
||||
Swal.fire(
|
||||
'Good job!',
|
||||
'You clicked the button!',
|
||||
'Berjaya!',
|
||||
'Tambah Pinjaman Berjaya!',
|
||||
'success'
|
||||
).then(function() {
|
||||
window.open(urlroute, '_blank');
|
||||
@@ -1545,7 +1544,7 @@
|
||||
allowEnterKey: false,
|
||||
confirmButtonText: '<i class="fa fa-thumbs-up"></i> Baik Boss!',
|
||||
icon: 'success',
|
||||
title: 'Maklumat anda Berjaya Direkodkan!'
|
||||
title: 'Maklumat Anda Berjaya Direkodkan!'
|
||||
});
|
||||
|
||||
console.log(data.nowakil);
|
||||
|
||||
Reference in New Issue
Block a user