addded notification

This commit is contained in:
hafifierahman
2024-11-04 01:18:29 +08:00
parent 8ec68e8913
commit f3020b33c5
11 changed files with 204 additions and 136 deletions
+19
View File
@@ -434,6 +434,17 @@ async function openuptambahdanserah(e)
}
else
{
$.ajax({
method: "GET",
url: "{{ route('event.tellercash') }}",
success:function(data){
console.log('successfull trigger');
},
error: function(xhRequest, ajaxOptions, thrownError){
console.log(xhRequest,thrownError);
}
})
$.ajax({
method:"POST",
url: api_url + '/api/requestTeller/' + kodcaw,
@@ -589,6 +600,14 @@ function tambahdanserahanfunc(e)
if(id == "serahanmodal")
{
$.ajax({
method: "GET",
url: "{{ route('event.tellercash') }}",
success:function(data){
console.log('successfull trigger');
}
})
$.ajax({
method:"POST",
url: api_url + '/api/requestTeller/' + kodcaw,