|
|
|
@ -188,10 +188,10 @@ function Newest() {
|
|
|
|
|
<Space direction="vertical" style={{ width: '100%' }}>
|
|
|
|
|
<Title level={3}>Newest Reservations</Title>
|
|
|
|
|
<Row gutter={{ md: 24 }}>
|
|
|
|
|
<Col span={4}>
|
|
|
|
|
<Col span={6}>
|
|
|
|
|
<Input placeholder="Reference number" onChange={(e) => {onNumberChange(e.target.value)}} />
|
|
|
|
|
</Col>
|
|
|
|
|
<Col span={6}>
|
|
|
|
|
<Col span={18}>
|
|
|
|
|
<Space direction="horizontal">
|
|
|
|
|
Arrival Date
|
|
|
|
|
<DatePicker.RangePicker
|
|
|
|
@ -202,11 +202,9 @@ function Newest() {
|
|
|
|
|
placeholder={['From', 'Thru']}
|
|
|
|
|
onChange={(date, dateRange) => { onDateRangeChange(dateRange)}}
|
|
|
|
|
/>
|
|
|
|
|
<Button type='primary' onClick={() => onSearchClick()} loading={dataLoading}>Search</Button>
|
|
|
|
|
</Space>
|
|
|
|
|
</Col>
|
|
|
|
|
<Col span={14}>
|
|
|
|
|
<Button type='primary' onClick={() => onSearchClick()} loading={dataLoading}>Search</Button>
|
|
|
|
|
</Col>
|
|
|
|
|
</Row>
|
|
|
|
|
<Row>
|
|
|
|
|
<Col span={24}>
|
|
|
|
|