Merge branch 'staging' into feature/senior-officer

This commit is contained in:
majid
2024-12-04 13:19:21 +07:00
29 changed files with 876 additions and 222 deletions

View File

@@ -40,6 +40,7 @@
'registrasi_at',
'jenis_penilaian_id',
'region_id',
'sla'
];
protected static function boot()
@@ -153,4 +154,9 @@
{
return $this->hasMany(PermohonanHistory::class, 'permohonan_id', 'id')->orderBy('created_at', 'desc');
}
public function dokumenjaminan()
{
return $this->hasMany(DokumenJaminan::class);
}
}

View File

@@ -29,8 +29,6 @@
protected $casts = [
'tanggal_proposal_penawaran' => 'date',
'sla_resume' => 'date',
'sla_final' => 'date',
'biaya_final' => 'decimal:2',
'status' => 'boolean',
'authorized_status' => 'boolean',