update
This commit is contained in:
@@ -172,7 +172,7 @@
|
||||
<div class="col-6">
|
||||
<div class="form-group row">
|
||||
<div class="col-4">
|
||||
JUMLAH UPAH(RM)
|
||||
JUMLAH KEUNTUNGAN(RM)
|
||||
</div>
|
||||
<div class="col-8">
|
||||
<input type="text" id="jumlahupah" class="form-control" readonly/>
|
||||
@@ -1182,6 +1182,7 @@
|
||||
}
|
||||
else if($('#sltjenistebus').find(":selected").val() == 'P')
|
||||
{
|
||||
let pinjamanbaru = $('#pinjamanbaru').val();
|
||||
let jenisbayarantebus = '';
|
||||
if(tarikhgadai < tarikhtawarruq)
|
||||
{
|
||||
@@ -1216,7 +1217,7 @@
|
||||
text: "Tetapan margin melebihi 70% untuk Khazanah!",
|
||||
icon: 'info',
|
||||
showCancelButton: true,
|
||||
confirmButtonText: 'Setuju!',
|
||||
confirmButtonText: 'Hantar',
|
||||
cancelButtonText: 'Batal',
|
||||
reverseButtons: true
|
||||
}).then((result) => {
|
||||
@@ -1301,7 +1302,7 @@
|
||||
event.preventDefault();
|
||||
return false;
|
||||
|
||||
}else if(parseFloat($('#basic-addon2').text()) > 75 && parseFloat($('#basic-addon2').text()) <= 80){
|
||||
}else if((parseFloat($('#basic-addon2').text()) > 75 && parseFloat($('#basic-addon2').text()) <= 80) || pinjamanbaru >= 10000){
|
||||
|
||||
const swalWithBootstrapButtons = Swal.mixin({
|
||||
customClass: {
|
||||
@@ -1316,7 +1317,7 @@
|
||||
text: "Tetapan margin melebihi 75% untuk Operasi!",
|
||||
icon: 'info',
|
||||
showCancelButton: true,
|
||||
confirmButtonText: 'Setuju!',
|
||||
confirmButtonText: 'Hantar',
|
||||
cancelButtonText: 'Batal',
|
||||
reverseButtons: true
|
||||
}).then((result) => {
|
||||
|
||||
Reference in New Issue
Block a user