|
|
@ -7,6 +7,7 @@ import {
|
|
|
|
import { usingStorage } from '@/hooks/usingStorage'
|
|
|
|
import { usingStorage } from '@/hooks/usingStorage'
|
|
|
|
import useReservationStore from '@/stores/Reservation'
|
|
|
|
import useReservationStore from '@/stores/Reservation'
|
|
|
|
import { useTranslation } from 'react-i18next'
|
|
|
|
import { useTranslation } from 'react-i18next'
|
|
|
|
|
|
|
|
import {ImageUploader} from '@/components/ImageUploader'
|
|
|
|
|
|
|
|
|
|
|
|
const { Title, Paragraph } = Typography
|
|
|
|
const { Title, Paragraph } = Typography
|
|
|
|
const { TextArea } = Input
|
|
|
|
const { TextArea } = Input
|
|
|
@ -161,7 +162,7 @@ function Detail() {
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</Modal>
|
|
|
|
</Modal>
|
|
|
|
<Space direction='vertical' className='w-full'>
|
|
|
|
<Space direction='vertical' className='w-full'>
|
|
|
|
<Flex horizontal align="flex-start" gap="middle"><Button type="text" icon={<ArrowLeftOutlined />} onClick={() => navigate(-1)} /><Title level={4}> {t('group:RefNo')}: {reservationDetail.referenceNumber}; {t('group:ArrivalDate')}: {reservationDetail.arrivalDate};</Title></Flex>
|
|
|
|
<Flex horizontal="true" align="flex-start" gap="middle"><Button type="text" icon={<ArrowLeftOutlined />} onClick={() => navigate(-1)} /><Title level={4}> {t('group:RefNo')}: {reservationDetail.referenceNumber}; {t('group:ArrivalDate')}: {reservationDetail.arrivalDate};</Title></Flex>
|
|
|
|
<Row gutter={{ md: 24 }}>
|
|
|
|
<Row gutter={{ md: 24 }}>
|
|
|
|
<Col span={12} className='w-full'>
|
|
|
|
<Col span={12} className='w-full'>
|
|
|
|
<iframe id='msdoc-iframe-reservation' title='msdoc-iframe-reservation'
|
|
|
|
<iframe id='msdoc-iframe-reservation' title='msdoc-iframe-reservation'
|
|
|
|