fix: perbaikkan export hasil penilai jamianan dan index permohonan

This commit is contained in:
majid
2025-05-05 13:43:35 +07:00
parent d2b4e380b5
commit 2cb68b6d94
2 changed files with 7 additions and 7 deletions

View File

@@ -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(', '),

View File

@@ -145,7 +145,7 @@
nomor_registrasi: {
title: 'Nomor Registrasi',
},
mig_mst_lpj_nomor_jaminan: {
nomor_lpj: {
title: 'Nomor LPJ Lama',
},
tanggal_permohonan: {