feat: enhance SEP entry form and detail handling with conditional disabling and improved data filtering
This commit is contained in:
@@ -67,8 +67,8 @@ export function useIntegrationSepDetail() {
|
||||
purposeOfVisitName: response.tujuanKunj?.nama || '-',
|
||||
serviceAssessment: response.assestmenPel?.kode || '-',
|
||||
serviceAssessmentName: response.assestmenPel?.nama || '-',
|
||||
trafficAccident: response.nmstatusKecelakaan || '',
|
||||
trafficAccidentCode: response.kdStatusKecelakaan || '',
|
||||
trafficAccident: response.kdStatusKecelakaan || '',
|
||||
trafficAccidentName: response.nmstatusKecelakaan || '',
|
||||
lpNumber: response.kontrol?.noSurat || '-',
|
||||
accidentDate: response.lokasiKejadian?.tglKejadian || '-',
|
||||
accidentNote: response.lokasiKejadian?.ketKejadian || '-',
|
||||
|
||||
Reference in New Issue
Block a user