From 4724b13a2d81e18f1f5777867ae8724e43709647 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Sun, 27 Apr 2025 10:54:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=A2=E6=9C=8D-=E7=9B=AE=E7=9A=84?= =?UTF-8?q?=E5=9C=B0=E6=8E=A5=E5=9B=A2:=20=E6=98=8E=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/CustomerServices.js | 5 +++-- src/views/DestinationGroupList.jsx | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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 },