fix: 客服-目的地接团: 明细

main
Lei OT 2 months ago
parent f532f138ff
commit 4724b13a2d

@ -161,7 +161,7 @@ class CustomerServices {
] ]
} }
]; ];
} }
else{ else{
const splitTotalList1 = groupBy(json.result1, row => row.EOI_ObjSN === -1 ? '0' : '1'); 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('OldDate2', this.endDateString)
.append('DepList', this.selectedTeam) .append('DepList', this.selectedTeam)
.append('Country', this.selectedCountry) .append('Country', this.selectedCountry)
.append('OrderStatus', this.selectedOrderStatus)
.build(); .build();
req.fetchJSON(fetchUrl) req.fetchJSON(fetchUrl)
.then(json => { .then(json => {

@ -33,7 +33,7 @@ const DestinationGroupList = () => {
countryArea: { key: 'china', label: '国内' }, countryArea: { key: 'china', label: '国内' },
...customerServicesStore.searchValues, ...customerServicesStore.searchValues,
}, },
shows: ['departureDateType', 'DepartmentList', 'dates'], shows: ['departureDateType', 'DepartmentList', 'dates', 'orderStatus'],
fieldProps: { fieldProps: {
DepartmentList: { show_all: true }, DepartmentList: { show_all: true },
orderStatus: { show_all: true }, orderStatus: { show_all: true },

Loading…
Cancel
Save