This commit is contained in:
Afiq Zakwan Hamdan
2021-07-09 00:56:33 +08:00
parent dfab5fafa0
commit 95d244ff79
13 changed files with 271 additions and 119 deletions
-15
View File
@@ -553,11 +553,6 @@
'nota' : nota
},
success:function(data){
Swal.fire({
icon: 'success',
title: 'Berjaya!',
text: 'Ubah Marhun Berjaya'
});
getMarhun(norujukedit);
$('#editMarhunModal').modal('hide');
}
@@ -647,11 +642,6 @@
'nilai_marhun' : nilai_marhun
},
success:function(data){
Swal.fire({
icon: 'success',
title: 'Berjaya!',
text: 'Tambah Marhun Berjaya'
});
$('#nota').val('').trigger("change");
$('#marhun').val(0);
$('#karat').val(0);
@@ -748,11 +738,6 @@
'nilai_marhun' : nilai_marhun
},
success:function(data){
Swal.fire({
icon: 'success',
title: 'Berjaya!',
text: 'Tambah Marhun Berjaya'
});
$('#nota').val('').trigger("change");
$('#marhun').val(0);
$('#karat').val(0);