|
|
|
@ -14,7 +14,6 @@ import { utils, writeFileXLSX } from "xlsx";
|
|
|
|
|
const DestinationGroupCount = () => {
|
|
|
|
|
|
|
|
|
|
const {customerServicesStore} = useContext(stores_Context);
|
|
|
|
|
const agentList = customerServicesStore.agentList;
|
|
|
|
|
const destinationGroupCount = customerServicesStore.destinationGroupCount;
|
|
|
|
|
const destinationGroupCountColumns = customerServicesStore.destinationGroupCountColumns;
|
|
|
|
|
const {startDate, endDate, dateType, inProgress} = customerServicesStore;
|
|
|
|
@ -27,14 +26,6 @@ const DestinationGroupCount = () => {
|
|
|
|
|
customerServicesStore.fetchDestinationGroupCount();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
const renderAgentItem = (agent) => {
|
|
|
|
|
return (
|
|
|
|
|
<Select.Option key={agent.CAV_VEI_SN} value={agent.CAV_VEI_SN}>
|
|
|
|
|
{agent.VEI2_CompanyBN}
|
|
|
|
|
</Select.Option>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
|
<>
|
|
|
|
|
<Space direction="vertical" style={{ width: '100%' }}>
|
|
|
|
|