|
|
@@ -204,19 +204,20 @@ const ApplicationDetailCard = ({ formData, }) => { |
|
|
|
<Grid container alignItems={"center"}> |
|
|
|
<Grid item xs={12} md={12} lg={12} |
|
|
|
sx={{ display: 'flex', alignItems: 'center' }}> |
|
|
|
<Typography variant="h5">繳費及返稿最後限期:</Typography> |
|
|
|
<Typography variant="h5" display="inline"><Typography variant="h5" style={{color:'red'}} display="inline">繳費及</Typography>返稿最後限期:</Typography> |
|
|
|
</Grid> |
|
|
|
<Grid item xs={12} md={12} lg={12} sx={{ mb: 4, display: 'flex', alignItems: 'center' }}> |
|
|
|
<Typography variant="h5">{DateUtils.dateStr_Cht(data.returnBeforeDate)} 下午 2:00前</Typography> |
|
|
|
<Typography variant="h5"> {DateUtils.dateStr_Cht(data.returnBeforeDate)} 下午 2:00前</Typography> |
|
|
|
</Grid> |
|
|
|
<Grid item xs={12} md={3} lg={3} |
|
|
|
sx={{ mb: 1, display: 'flex', alignItems: 'center' }}> |
|
|
|
<Typography variant="h5">應繳費用:</Typography> |
|
|
|
</Grid> |
|
|
|
<Grid item xs={12} md={9} lg={9} sx={{ mb: 1, display: 'flex', alignItems: 'center' }}> |
|
|
|
<Typography variant="h5" style={{ color: "blue", fontWeight: "bold", }}>{FormatUtils.currencyFormat(data.fee)}</Typography> |
|
|
|
<Typography variant="h2" style={{ color: "#0049B8", fontWeight: "bold", }}>{FormatUtils.currencyFormat(data.fee)}</Typography> |
|
|
|
</Grid> |
|
|
|
<Grid item xs={12} md={12} lg={12} sx={{ mb: 4, display: 'flex', alignItems: 'center' }}> |
|
|
|
<Grid item xs={0} md={3} lg={3} sx={{ mb: 4, display: 'flex', alignItems: 'center' }}></Grid> |
|
|
|
<Grid item xs={12} md={9} lg={9} sx={{ mb: 4, display: 'flex', alignItems: 'center' }}> |
|
|
|
{ |
|
|
|
formik.values.groupType == "A" |
|
|
|
? |
|
|
|