|
|
|
@@ -159,20 +159,22 @@ export default function ContractDetail() { |
|
|
|
</Button> |
|
|
|
</Box> |
|
|
|
)} |
|
|
|
<Box> |
|
|
|
<Button |
|
|
|
variant="contained" |
|
|
|
onClick={() => { |
|
|
|
navigateWhenChanged( |
|
|
|
getPath( |
|
|
|
PageID.DASHBOARD_SEASON_TICKET_CONTRACT_PARKING_CERTIFICATE_ORDER |
|
|
|
) |
|
|
|
); |
|
|
|
}} |
|
|
|
> |
|
|
|
駐車証明証申請 |
|
|
|
</Button> |
|
|
|
</Box> |
|
|
|
{seasonTicketContract.can_parking_certificate_apply && ( |
|
|
|
<Box> |
|
|
|
<Button |
|
|
|
variant="contained" |
|
|
|
onClick={() => { |
|
|
|
navigateWhenChanged( |
|
|
|
getPath( |
|
|
|
PageID.DASHBOARD_SEASON_TICKET_CONTRACT_PARKING_CERTIFICATE_ORDER |
|
|
|
) |
|
|
|
); |
|
|
|
}} |
|
|
|
> |
|
|
|
駐車証明証申請 |
|
|
|
</Button> |
|
|
|
</Box> |
|
|
|
)} |
|
|
|
<Box> |
|
|
|
<Button |
|
|
|
variant="contained" |
|
|
|
@@ -201,7 +203,7 @@ export default function ContractDetail() { |
|
|
|
車両情報変更申請 |
|
|
|
</Button> |
|
|
|
</Box> |
|
|
|
{seasonTicketContract.can_apply_change_plan && ( |
|
|
|
{seasonTicketContract.can_change_plan_apply && ( |
|
|
|
<Box> |
|
|
|
<Button |
|
|
|
variant="contained" |
|
|
|
|