tebus separuh

This commit is contained in:
afiq
2021-02-28 11:05:42 +08:00
parent f10749b1c4
commit b674864086
12 changed files with 78 additions and 41 deletions
+2 -10
View File
@@ -811,8 +811,8 @@
}
});
if(bakiakhir < pinjaman)
{
if(bakiakhir < pinjaman){
$("#terima_gadai").prop('disabled', false);
Swal.fire({
icon: 'error',
title: 'Amaran!',
@@ -941,7 +941,6 @@
$(func).submit();
return true;
});
}
else if(data.kelulusan == 'batal')
{
@@ -955,12 +954,7 @@
});
}
}
});
} else if (result.dismiss === Swal.DismissReason.cancel){
swalWithBootstrapButtons.fire(
'Batal',
@@ -1093,8 +1087,6 @@
return true;
}
}
}
}
</script>