|
|
|
@ -33,13 +33,13 @@ const DestinationGroupList = () => {
|
|
|
|
|
countryArea: { key: 'china', label: '国内' },
|
|
|
|
|
...customerServicesStore.searchValues,
|
|
|
|
|
},
|
|
|
|
|
shows: ['DateType', 'DepartmentList', 'dates'],
|
|
|
|
|
shows: ['departureDateType', 'DepartmentList', 'dates'],
|
|
|
|
|
fieldProps: {
|
|
|
|
|
DepartmentList: { show_all: true },
|
|
|
|
|
orderStatus: { show_all: true },
|
|
|
|
|
countryArea: { show_all: false },
|
|
|
|
|
dates: { hide_vs: true },
|
|
|
|
|
DateType: { disabledKeys: ['applyDate'] },
|
|
|
|
|
departureDateType: { disabledKeys: ['applyDate'] },
|
|
|
|
|
},
|
|
|
|
|
}}
|
|
|
|
|
onSubmit={(_err, obj, form) => {
|
|
|
|
|