fix penebusan

This commit is contained in:
MUHD HAFIFIE
2021-04-05 16:32:15 +08:00
parent 5a4496b741
commit ef758359cb
4 changed files with 42 additions and 1 deletions
+1 -1
View File
@@ -889,7 +889,7 @@
}else if (result.dismiss === Swal.DismissReason.cancel){
swalWithBootstrapButtons.fire(
'Batal',
'Tidak Berjaya Mendaptkan Pengesahan Khazanah',
'Tidak Berjaya Mendapatkan Pengesahan Khazanah',
'error'
)
}
+15
View File
@@ -1450,6 +1450,21 @@
jenisbayarantebus = "tawarruq";
}
//Buat Harga Baru Emas Semasa
$.ajax({
method: "get",
url: "{{ route('tukaran.hargaemas') }}",
data: {
'norujukan' : norujukan
},
success:function(data){
console.log(data);
}
});
return;
var nopelanggan = "{{ $gadai['nopelanggan'] }}";
var jenistebus = $('#sltjenistebus').find(":selected").val();
var jbg = "{{ $gadai['tempoh'] }}";