fix skit2
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user