|
|
@ -90,7 +90,7 @@ function Index() {
|
|
|
|
<Select
|
|
|
|
<Select
|
|
|
|
defaultValue="Status"
|
|
|
|
defaultValue="Status"
|
|
|
|
style={{
|
|
|
|
style={{
|
|
|
|
width: 240,
|
|
|
|
width: 220,
|
|
|
|
}}
|
|
|
|
}}
|
|
|
|
onChange={ value => {onOrderTypeChange(value);}}
|
|
|
|
onChange={ value => {onOrderTypeChange(value);}}
|
|
|
|
options={[
|
|
|
|
options={[
|
|
|
@ -131,7 +131,7 @@ function Index() {
|
|
|
|
<Button
|
|
|
|
<Button
|
|
|
|
type="primary"
|
|
|
|
type="primary"
|
|
|
|
loading={invoiceStore.loading}
|
|
|
|
loading={invoiceStore.loading}
|
|
|
|
onClick={() => invoiceStore.fetchInvoiceList(authStore.login.travelAgencyId, groupNo, search_date_start.format(config.DATE_FORMAT), search_date_end.format(config.DATE_FORMAT),OrderType)}>
|
|
|
|
onClick={() => invoiceStore.fetchInvoiceList(authStore.login.travelAgencyId, groupNo, search_date_start==null?null:search_date_start.format(config.DATE_FORMAT), search_date_end==null?null:search_date_end.format(config.DATE_FORMAT),OrderType)}>
|
|
|
|
Search
|
|
|
|
Search
|
|
|
|
</Button>
|
|
|
|
</Button>
|
|
|
|
</Col>
|
|
|
|
</Col>
|
|
|
|