fix skit2 tambah lelongan

This commit is contained in:
hafifierahman
2021-03-01 14:41:41 +08:00
parent 1fa1fd3144
commit da466fd828
7 changed files with 47 additions and 29 deletions
+4 -4
View File
@@ -825,7 +825,7 @@
text: 'Penebusan Berjaya',
}).then(function() {
window.open(urlroute, '_blank');
window.location.replace("{{ url()->previous() }}");
window.location.replace("{{ route('customer_info') }}");
})
}
});
@@ -878,7 +878,7 @@
'success'
).then(function() {
window.open(urlroute, '_blank');
window.location.replace("{{ url()->previous() }}");
window.location.replace("{{ route('customer_info') }}");
})
}
});
@@ -1158,7 +1158,7 @@
'success'
) .then(function() {
window.open(urlroute, '_blank');
window.location.replace("{{ url()->previous() }}");
window.location.replace("{{ route('customer_info') }}");
})
},error: function (request, status, error) {
console.log(request.responseText);
@@ -1515,7 +1515,7 @@
'success'
).then(function() {
window.open(urlroute, '_blank');
window.location.replace("{{ url()->previous() }}");
window.location.replace("{{ route('customer_info') }}");
})
},error: function (request, status, error) {
console.log(request.responseText);