fix sedikit2
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user