fix skit2

This commit is contained in:
hafifierahman
2021-09-27 22:14:29 +08:00
parent f7d2430246
commit 2e41e124e4
4 changed files with 28 additions and 12 deletions
+10 -2
View File
@@ -304,13 +304,21 @@
const { value: komenkelulusan } = await Swal.fire({
title: 'Masukkan Komen!',
input: 'text',
inputPlaceholder: 'Komen',
// input: 'checkbox',
// inputPlaceholder: 'Komen',
input: 'radio',
inputOptions: {
'#ff0000': 'Red',
'#00ff00': 'Green',
'#0000ff': 'Blue'
},
confirmButtonText: 'Hantar',
showCancelButton:false,
allowOutsideClick: false
})
return false;
let teller = $(e).closest('tr').children('td:eq(1)').text();
let nm = $(e).closest('tr').children('td:eq(4)').text();
let ber = $(e).closest('tr').children('td:eq(5)').text();