sag
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user