fix komen pusher
This commit is contained in:
@@ -13,11 +13,10 @@ class NotifikasiAnggota implements ShouldBroadcast
|
|||||||
|
|
||||||
public $nokp;
|
public $nokp;
|
||||||
public $status; // DILULUSKAN atau DITOLAK
|
public $status; // DILULUSKAN atau DITOLAK
|
||||||
public $siri;
|
|
||||||
public $komen;
|
public $komen;
|
||||||
public $tagoperasi;
|
public $tagoperasi;
|
||||||
|
|
||||||
public function __construct($nokp, $status, $siri, $komen, $tagoperasi = null)
|
public function __construct($nokp, $status, $komen, $tagoperasi = null)
|
||||||
{
|
{
|
||||||
$this->nokp = $nokp;
|
$this->nokp = $nokp;
|
||||||
$this->status = strtoupper($status); // pastikan huruf besar DILULUSKAN/DITOLAK
|
$this->status = strtoupper($status); // pastikan huruf besar DILULUSKAN/DITOLAK
|
||||||
|
|||||||
@@ -3421,6 +3421,7 @@
|
|||||||
Swal.fire({
|
Swal.fire({
|
||||||
icon: 'success',
|
icon: 'success',
|
||||||
title: 'Diluluskan oleh Operasi',
|
title: 'Diluluskan oleh Operasi',
|
||||||
|
text: `Komen: No Anggota ${data.komen}`,
|
||||||
confirmButtonText: 'OK'
|
confirmButtonText: 'OK'
|
||||||
}).then(() => location.reload());
|
}).then(() => location.reload());
|
||||||
} else if (data.status === 'DITOLAK') {
|
} else if (data.status === 'DITOLAK') {
|
||||||
|
|||||||
Reference in New Issue
Block a user