Merge branch 'feature/laboratorium-result' into staging
This commit is contained in:
@@ -43,7 +43,7 @@ export default function DetailMonitoringList() {
|
||||
id : '',
|
||||
claim_id : '',
|
||||
claim_code : '',
|
||||
date : '',
|
||||
date : null,
|
||||
location : '',
|
||||
examination : '',
|
||||
lab_result_file : [],
|
||||
@@ -119,11 +119,11 @@ export default function DetailMonitoringList() {
|
||||
</Typography>
|
||||
</Grid>
|
||||
<Grid item xs={12} sx={{display: 'flex', gap: 1}}>
|
||||
<RHFDatepicker
|
||||
// label=''
|
||||
<RHFDatePickerV2
|
||||
label=''
|
||||
name="date"
|
||||
// dateFormat='dd-mm-yyyy'
|
||||
// fullWidth
|
||||
dateFormat='dd-MMMM-yyyy'
|
||||
fullWidth
|
||||
/>
|
||||
</Grid>
|
||||
</Grid>
|
||||
|
||||
@@ -61,7 +61,7 @@ export default function DetailLabResultList() {
|
||||
{/* back button */}
|
||||
<Grid item xs={12}>
|
||||
<Box sx={{ display: 'flex', alignItems: 'center' }}>
|
||||
<IconButton size='large' color='inherit' onClick={() => navigate(`/case_management/daily_monitoring/${member_id}/claims`)} >
|
||||
<IconButton size='large' color='inherit' onClick={() => navigate(`/case_management/laboratorium_result/${member_id}/claims`)} >
|
||||
<ArrowBackIosNew/>
|
||||
</IconButton>
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ export type DetailLabResultListType = {
|
||||
id : string|null,
|
||||
claim_id : string|null,
|
||||
claim_code : string,
|
||||
date : string,
|
||||
date : string|null,
|
||||
location : string,
|
||||
examination : string,
|
||||
lab_result_file : LabResultFileStrType[],
|
||||
|
||||
Reference in New Issue
Block a user