diff --git a/src/stores/CustomerServices.js b/src/stores/CustomerServices.js index 48d922f..ad4ab8d 100644 --- a/src/stores/CustomerServices.js +++ b/src/stores/CustomerServices.js @@ -161,7 +161,7 @@ class CustomerServices { ] } ]; - + } else{ const splitTotalList1 = groupBy(json.result1, row => row.EOI_ObjSN === -1 ? '0' : '1'); @@ -615,7 +615,7 @@ class CustomerServices { ] } ]; - } + } }); } }) @@ -638,6 +638,7 @@ class CustomerServices { .append('OldDate2', this.endDateString) .append('DepList', this.selectedTeam) .append('Country', this.selectedCountry) + .append('OrderStatus', this.selectedOrderStatus) .build(); req.fetchJSON(fetchUrl) .then(json => { diff --git a/src/views/DestinationGroupList.jsx b/src/views/DestinationGroupList.jsx index 0e27fad..9d26c39 100644 --- a/src/views/DestinationGroupList.jsx +++ b/src/views/DestinationGroupList.jsx @@ -33,7 +33,7 @@ const DestinationGroupList = () => { countryArea: { key: 'china', label: '国内' }, ...customerServicesStore.searchValues, }, - shows: ['departureDateType', 'DepartmentList', 'dates'], + shows: ['departureDateType', 'DepartmentList', 'dates', 'orderStatus'], fieldProps: { DepartmentList: { show_all: true }, orderStatus: { show_all: true },