lapfix
This commit is contained in:
@@ -276,6 +276,7 @@
|
||||
|
||||
$.ajax({
|
||||
method: 'put',
|
||||
async:false,
|
||||
url: api + '/api/DenominasiUpdate/' + kodcaw,
|
||||
data: {
|
||||
"bd1" : bundle1,
|
||||
@@ -494,20 +495,20 @@
|
||||
|
||||
function simpanfunc()
|
||||
{
|
||||
console.log('simpan');
|
||||
//Swal.fire({
|
||||
// title: 'Adakah anda pasti untuk mengemaskini denominasi?',
|
||||
// text: "Sila pastikan denominasi anda betul!",
|
||||
// icon: 'warning',
|
||||
// showCancelButton: true,
|
||||
// confirmButtonColor: '#3085d6',
|
||||
// cancelButtonColor: '#d33',
|
||||
// confirmButtonText: 'Simpan'
|
||||
// }).then((result) => {
|
||||
|
||||
Swal.fire({
|
||||
title: 'Adakah anda pasti untuk mengemaskini denominasi?',
|
||||
text: "Sila pastikan denominasi anda betul!",
|
||||
icon: 'warning',
|
||||
showCancelButton: true,
|
||||
confirmButtonColor: '#3085d6',
|
||||
cancelButtonColor: '#d33',
|
||||
confirmButtonText: 'Simpan'
|
||||
}).then((result) => {
|
||||
|
||||
console.log(result);
|
||||
return false;
|
||||
});
|
||||
// console.log(result);
|
||||
// return false;
|
||||
// });
|
||||
|
||||
|
||||
let amaundeno = $('#amaunkeseluruhan').val().replace(/[^0-9.-]+/g,"");
|
||||
|
||||
@@ -345,8 +345,6 @@
|
||||
// this.checked = true;
|
||||
$(this).prop('checked', true);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user