fix sedikit2

This commit is contained in:
MUHD HAFIFIE
2021-07-14 16:43:49 +08:00
parent c8c93c38ad
commit 68b2cd63cc
8 changed files with 161 additions and 30 deletions
+5 -1
View File
@@ -311,6 +311,7 @@
allowOutsideClick: false
})
let teller = $(e).closest('tr').children('td:eq(1)').text();
let nm = $(e).closest('tr').children('td:eq(4)').text();
let ber = $(e).closest('tr').children('td:eq(5)').text();
let marg = $(e).closest('tr').children('td:eq(6)').text();
@@ -322,6 +323,8 @@
let siri = $(e).data('siri');
let namakhazanah = "{{ Auth::user()->name }}";
teller = String(teller);
$.ajax({
method:'put',
url: "{{ route('khazanah.updatekelulusan') }}",
@@ -331,7 +334,8 @@
"pelulus" : pelulus,
"siri" : siri,
'komen' : komen,
'namakhazanah' : namakhazanah
'namakhazanah' : namakhazanah,
'teller' : teller
},
success:function(data){
Swal.fire({