|
|
|
@@ -1559,6 +1559,9 @@ const BusCustomFormWizard = (props) => { |
|
|
|
<Typography display="inline" variant="h6" component="span" sx={{ color: 'primary.primary' }}> |
|
|
|
<FormattedMessage id="pleaseUploadDoc"/> |
|
|
|
</Typography> |
|
|
|
<Typography component="span" variant="subtitle1" sx={{ color: 'primary.primary', display: 'block' }}> |
|
|
|
<FormattedMessage id="acceptRegisterUploadFileFormats" /> |
|
|
|
</Typography> |
|
|
|
{/* <Typography display="inline" variant="h6" component="span" sx={{ fontSize: 12,color: 'primary.primary'}}>如: 香港身份證; 護照; 中國內地身份證等</Typography> */} |
|
|
|
<Stack mt={1} direction="row" justifyContent="flex-start" alignItems="center" spacing={2}> |
|
|
|
<ThemeProvider theme={PNSPS_LONG_BUTTON_THEME}> |
|
|
|
@@ -1584,7 +1587,7 @@ const BusCustomFormWizard = (props) => { |
|
|
|
<FormattedMessage id="uploadFile" /> |
|
|
|
</Button> |
|
|
|
<input |
|
|
|
accept="image/png, .jpg, .bmp, .pdf" |
|
|
|
accept=".pdf,.jpg,.jpeg,.png,.bmp,application/pdf,image/jpeg,image/png,image/bmp" |
|
|
|
//className={classes.input} |
|
|
|
id="contained-button-file" |
|
|
|
multiple |
|
|
|
|