|
|
|
@@ -308,7 +308,6 @@ function SearchBox({ table }: CommonProps) { |
|
|
|
<Grid item xs={3} lg={2}> |
|
|
|
<Stack> |
|
|
|
<Typography>ステータス</Typography> |
|
|
|
{/* <RHFTextField name={SearchParam.STATUS} onBlur={handleBlur} /> */} |
|
|
|
<RHFSelect |
|
|
|
name={SearchParam.STATUS} |
|
|
|
options={statusNameOptions} |
|
|
|
@@ -327,7 +326,7 @@ function SearchBox({ table }: CommonProps) { |
|
|
|
</Stack> |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|
<Grid container spacing={2} mt={1}> |
|
|
|
<Grid container spacing={2} mt={-1}> |
|
|
|
<Grid item xs={3} lg={2}> |
|
|
|
<Stack> |
|
|
|
<Typography>運営会社</Typography> |
|
|
|
@@ -379,15 +378,13 @@ function SearchBox({ table }: CommonProps) { |
|
|
|
</IconButton> |
|
|
|
)} |
|
|
|
</Grid> |
|
|
|
{/* <Grid item xs></Grid> */} |
|
|
|
<Grid item xs={3}> |
|
|
|
<Typography>はがき一括</Typography> |
|
|
|
<Button |
|
|
|
variant="contained" |
|
|
|
disabled={!downloadLetterUrl} |
|
|
|
href={downloadLetterUrl} |
|
|
|
> |
|
|
|
ダウンロード |
|
|
|
<>はがき一括 ダウンロード</> |
|
|
|
</Button> |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|
|