release
赵鹏 2 years ago
parent ae8411c566
commit c28f5bceec

@ -90,7 +90,7 @@ function Index() {
<Select
defaultValue="Status"
style={{
width: 240,
width: 220,
}}
onChange={ value => {onOrderTypeChange(value);}}
options={[
@ -131,7 +131,7 @@ function Index() {
<Button
type="primary"
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
</Button>
</Col>

Loading…
Cancel
Save