|
|
@@ -676,13 +676,13 @@ const CustomFormWizard = (props) => { |
|
|
|
<InputLabel htmlFor="username-signup"> |
|
|
|
<Typography variant="pnspsFormHeader"> |
|
|
|
用戶登入名稱 |
|
|
|
{/* <span style={{ color: '#f10000' }}>*</span> |
|
|
|
<Button |
|
|
|
variant="contained" |
|
|
|
onClick={handleCheckUsername} |
|
|
|
sx={{ ml: 2, height: "40px" }}> |
|
|
|
<Typography variant="h6">檢查是否重覆</Typography> |
|
|
|
</Button> */} |
|
|
|
<span style={{ color: '#f10000' }}>*</span> |
|
|
|
{/*<Button*/} |
|
|
|
{/* variant="contained"*/} |
|
|
|
{/* onClick={handleCheckUsername}*/} |
|
|
|
{/* sx={{ ml: 2, height: "40px" }}>*/} |
|
|
|
{/* <Typography variant="h6">檢查是否重覆</Typography>*/} |
|
|
|
{/*</Button> **/} |
|
|
|
</Typography> |
|
|
|
</InputLabel> |
|
|
|
<OutlinedInput |
|
|
@@ -1461,7 +1461,7 @@ const CustomFormWizard = (props) => { |
|
|
|
/> |
|
|
|
</Button> |
|
|
|
</ThemeProvider> |
|
|
|
<Typography display="inline" variant="subtitle1" sx={{ color: 'primary.primary' }}>如: 香港身份證; 護照; 中國內地身份證等</Typography> |
|
|
|
{/*<Typography xs={12} sm={9} md={3} display="inline" variant="subtitle1" sx={{ color: 'primary.primary' }}>如: 香港身份證; 護照; 中國內地身份證等</Typography>*/} |
|
|
|
</Stack> |
|
|
|
{fileList != null ? |
|
|
|
<UploadFileTable key="uploadTable" recordList={fileListData} setUpdateRows={setUpdateRows} /> : null} |
|
|
|