fix: refactors date range handling to use a formatted, reactive approach
This commit is contained in:
@@ -32,7 +32,7 @@ export function makeSepData(
|
||||
noKartu: data.cardNumber || '',
|
||||
tglSep: data.sepDate,
|
||||
ppkPelayanan: data.fromClinic || '',
|
||||
jnsPelayanan: data.admissionType ? String(data.admissionType) : '1',
|
||||
jnsPelayanan: data.serviceType ? String(data.serviceType) : '2',
|
||||
noMR: data.medicalRecordNumber || '',
|
||||
catatan: data.note || '',
|
||||
diagAwal: data.initialDiagnosis || '',
|
||||
|
||||
Reference in New Issue
Block a user