From fee4ee938b2db63e0ebd7959d42cddfe91f05e9d Mon Sep 17 00:00:00 2001 From: goodm2ice Date: Tue, 1 Mar 2022 11:58:51 +0500 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D1=91=D0=BD=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BC=D0=BF=D0=BE=D0=BD=D0=B5=D0=BD=D1=82=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D0=B2=D1=8B=D0=B1=D0=BE=D1=80=D0=B0=20=D0=B4?= =?UTF-8?q?=D0=B0=D1=82=20=D0=BF=D1=80=D0=B8=20=D1=84=D0=BE=D1=80=D0=BC?= =?UTF-8?q?=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B8=20=D1=80=D0=B0?= =?UTF-8?q?=D0=BF=D0=BE=D1=80=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Report/index.jsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/pages/Report/index.jsx b/src/pages/Report/index.jsx index e275123..3fb7917 100644 --- a/src/pages/Report/index.jsx +++ b/src/pages/Report/index.jsx @@ -1,12 +1,13 @@ import 'moment/locale/ru' import moment from 'moment' import { useState, useEffect, memo } from 'react' -import { DatePicker, Radio, Button, Select, notification } from 'antd' +import { Radio, Button, Select, notification } from 'antd' import { ReportService } from '@api' import { Subscribe } from '@services/signalr' -import LoaderPortal from '@components/LoaderPortal' +import { LoaderPortal } from '@components/LoaderPortal' import { invokeWebApiWrapperAsync } from '@components/factory' +import { DateRangeWrapper } from 'components/Table/DateRangeWrapper' import { Reports } from './Reports' import { ReportCreationNotify } from './ReportCreationNotify' @@ -133,11 +134,9 @@ export const Report = memo(({ idWell }) => {
Диапазон дат отчета
-