DPPJ
This commit is contained in:
@@ -111,7 +111,7 @@ function submitRequestFinalLog() {
|
|||||||
//cek dpjp
|
//cek dpjp
|
||||||
if(!inputDppj)
|
if(!inputDppj)
|
||||||
{
|
{
|
||||||
enqueueSnackbar('DPPJ', { variant: 'warning' });
|
enqueueSnackbar('DPJP', { variant: 'warning' });
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
setSubmitLoading(true);
|
setSubmitLoading(true);
|
||||||
@@ -442,7 +442,7 @@ function submitRequestFinalLog() {
|
|||||||
<Typography variant='subtitle2' sx={style2} gutterBottom>{requestLog?.specialities_id ? requestLog?.specialities_id : '-'}</Typography>
|
<Typography variant='subtitle2' sx={style2} gutterBottom>{requestLog?.specialities_id ? requestLog?.specialities_id : '-'}</Typography>
|
||||||
</Stack>
|
</Stack>
|
||||||
<Stack direction='row' spacing={2} sx={marginBottom1}>
|
<Stack direction='row' spacing={2} sx={marginBottom1}>
|
||||||
<Typography variant='subtitle2' sx={style1} gutterBottom>DPPJ</Typography>
|
<Typography variant='subtitle2' sx={style1} gutterBottom>DPJP</Typography>
|
||||||
<Typography variant='subtitle2' sx={style2} gutterBottom>{requestLog?.dppj ? requestLog?.dppj : '-'}</Typography>
|
<Typography variant='subtitle2' sx={style2} gutterBottom>{requestLog?.dppj ? requestLog?.dppj : '-'}</Typography>
|
||||||
</Stack>
|
</Stack>
|
||||||
<Stack direction='row' spacing={2} sx={marginBottom1}>
|
<Stack direction='row' spacing={2} sx={marginBottom1}>
|
||||||
@@ -569,12 +569,12 @@ function submitRequestFinalLog() {
|
|||||||
|
|
||||||
<Stack direction="row" spacing={2}>
|
<Stack direction="row" spacing={2}>
|
||||||
<Stack spacing={2} sx={{ width: '100%' }}>
|
<Stack spacing={2} sx={{ width: '100%' }}>
|
||||||
<Typography variant='subtitle1'>DPPJ </Typography>
|
<Typography variant='subtitle1'>DPJP </Typography>
|
||||||
<TextField
|
<TextField
|
||||||
id='dppj'
|
id='dppj'
|
||||||
variant='outlined'
|
variant='outlined'
|
||||||
value={inputDppj}
|
value={inputDppj}
|
||||||
placeholder="DPPJ"
|
placeholder="DPJP"
|
||||||
onChange={(event) => {
|
onChange={(event) => {
|
||||||
setInputDppj(event.target.value);
|
setInputDppj(event.target.value);
|
||||||
}}
|
}}
|
||||||
|
|||||||
@@ -162,7 +162,7 @@ export default function Detail() {
|
|||||||
<Typography variant='subtitle2' sx={style2} gutterBottom>{requestLog?.specialities_id ? requestLog?.specialities_id : '-'}</Typography>
|
<Typography variant='subtitle2' sx={style2} gutterBottom>{requestLog?.specialities_id ? requestLog?.specialities_id : '-'}</Typography>
|
||||||
</Stack>
|
</Stack>
|
||||||
<Stack direction='row' spacing={2} sx={marginBottom1}>
|
<Stack direction='row' spacing={2} sx={marginBottom1}>
|
||||||
<Typography variant='subtitle2' sx={style1} gutterBottom>DPPJ</Typography>
|
<Typography variant='subtitle2' sx={style1} gutterBottom>DPJP</Typography>
|
||||||
<Typography variant='subtitle2' sx={style2} gutterBottom>{requestLog?.dppj ? requestLog?.dppj : '-'}</Typography>
|
<Typography variant='subtitle2' sx={style2} gutterBottom>{requestLog?.dppj ? requestLog?.dppj : '-'}</Typography>
|
||||||
</Stack>
|
</Stack>
|
||||||
</Card>
|
</Card>
|
||||||
|
|||||||
@@ -512,7 +512,7 @@ export default function DetailRequestFinalLog() {
|
|||||||
<Typography variant='subtitle2' sx={style2} gutterBottom>{requestLog?.specialities_id ? requestLog?.specialities_id : '-'}</Typography>
|
<Typography variant='subtitle2' sx={style2} gutterBottom>{requestLog?.specialities_id ? requestLog?.specialities_id : '-'}</Typography>
|
||||||
</Stack>
|
</Stack>
|
||||||
<Stack direction='row' spacing={2} sx={marginBottom1}>
|
<Stack direction='row' spacing={2} sx={marginBottom1}>
|
||||||
<Typography variant='subtitle2' sx={style1} gutterBottom>DPPJ</Typography>
|
<Typography variant='subtitle2' sx={style1} gutterBottom>DPJP</Typography>
|
||||||
<Typography variant='subtitle2' sx={style2} gutterBottom>{requestLog?.dppj ? requestLog?.dppj : '-'}</Typography>
|
<Typography variant='subtitle2' sx={style2} gutterBottom>{requestLog?.dppj ? requestLog?.dppj : '-'}</Typography>
|
||||||
</Stack>
|
</Stack>
|
||||||
<Stack direction='row' spacing={2} sx={marginBottom1}>
|
<Stack direction='row' spacing={2} sx={marginBottom1}>
|
||||||
@@ -639,7 +639,7 @@ export default function DetailRequestFinalLog() {
|
|||||||
|
|
||||||
<Stack direction="row" spacing={2}>
|
<Stack direction="row" spacing={2}>
|
||||||
<Stack spacing={2} sx={{ width: '100%' }}>
|
<Stack spacing={2} sx={{ width: '100%' }}>
|
||||||
<Typography variant='subtitle1'>DPPJ </Typography>
|
<Typography variant='subtitle1'>DPJP </Typography>
|
||||||
<TextField
|
<TextField
|
||||||
id='dppj'
|
id='dppj'
|
||||||
variant='outlined'
|
variant='outlined'
|
||||||
@@ -1307,7 +1307,7 @@ export default function DetailRequestFinalLog() {
|
|||||||
!(requestLog?.files?.length > 0)
|
!(requestLog?.files?.length > 0)
|
||||||
) {
|
) {
|
||||||
alert(
|
alert(
|
||||||
'Lengkapi Tanggal Keluar, Service Code, Specialities, DPPJ, isi benefit, dan upload files terlebih dahulu, lalu simpan'
|
'Lengkapi Tanggal Keluar, Service Code, Specialities, DPJP, isi benefit, dan upload files terlebih dahulu, lalu simpan'
|
||||||
);
|
);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user