fix: perbaikkan export hasil penilai jamianan dan index permohonan
This commit is contained in:
@@ -95,12 +95,12 @@
|
||||
return [
|
||||
$this->rowNumber,
|
||||
$permohonan->nomor_registrasi,
|
||||
$permohonan->tanggal_permohonan,
|
||||
$permohonan->debiture->branch->name,
|
||||
$permohonan->creator->name,
|
||||
$permohonan->debiture->cif,
|
||||
$permohonan->debiture->name,
|
||||
$permohonan->jenisPenilaian->name,
|
||||
$permohonan->tanggal_permohonan ?? '',
|
||||
$permohonan->debiture->branch->name ?? '',
|
||||
$permohonan->creator->name ?? '',
|
||||
$permohonan->debiture->cif ?? '',
|
||||
$permohonan->debiture->name ?? '',
|
||||
$permohonan->jenisPenilaian->name ?? '',
|
||||
$permohonan->tujuanPenilaian->name,
|
||||
$permohonan->jenisFasilitasKredit->name,
|
||||
$permohonan->documents->pluck('jenisJaminan.name')->unique()->implode(', '),
|
||||
|
||||
@@ -145,7 +145,7 @@
|
||||
nomor_registrasi: {
|
||||
title: 'Nomor Registrasi',
|
||||
},
|
||||
mig_mst_lpj_nomor_jaminan: {
|
||||
nomor_lpj: {
|
||||
title: 'Nomor LPJ Lama',
|
||||
},
|
||||
tanggal_permohonan: {
|
||||
|
||||
Reference in New Issue
Block a user