forked from ddrilling/asb_cloud_front
Исправлено время НПВ в секциях композитной скважины
This commit is contained in:
parent
355b2dfe26
commit
9f924f2c7d
@ -7,7 +7,7 @@ import { IdWellContext } from '@asb/context'
|
|||||||
import { CompanyView } from '@components/views'
|
import { CompanyView } from '@components/views'
|
||||||
import LoaderPortal from '@components/LoaderPortal'
|
import LoaderPortal from '@components/LoaderPortal'
|
||||||
import { invokeWebApiWrapperAsync } from '@components/factory'
|
import { invokeWebApiWrapperAsync } from '@components/factory'
|
||||||
import { makeTextColumn, makeNumericColumnPlanFact, makeNumericColumn, makeNumericRender } from '@components/Table'
|
import { makeTextColumn, makeNumericColumnPlanFact, makeNumericColumn } from '@components/Table'
|
||||||
import { WellCompositeService } from '@api'
|
import { WellCompositeService } from '@api'
|
||||||
import { hasPermission } from '@utils/permissions'
|
import { hasPermission } from '@utils/permissions'
|
||||||
import {
|
import {
|
||||||
@ -25,7 +25,7 @@ const filtersMinMax = [
|
|||||||
{ text: 'max', value: 'max' },
|
{ text: 'max', value: 'max' },
|
||||||
]
|
]
|
||||||
|
|
||||||
const sortBySectionId = (a, b) => a.sectionId - b.sectionId
|
const sortBySectionId = (a, b) => a?.sectionId - b?.sectionId
|
||||||
|
|
||||||
const filtersSectionsType = []
|
const filtersSectionsType = []
|
||||||
const DAY_IN_MS = 1000 * 60 * 60 * 24
|
const DAY_IN_MS = 1000 * 60 * 60 * 24
|
||||||
@ -93,8 +93,7 @@ export const WellCompositeSections = memo(({ statsWells, selectedSections }) =>
|
|||||||
'sectionBhaUpSpeedFact',
|
'sectionBhaUpSpeedFact',
|
||||||
'sectionCasingDownSpeedPlan',
|
'sectionCasingDownSpeedPlan',
|
||||||
'sectionCasingDownSpeedFact',
|
'sectionCasingDownSpeedFact',
|
||||||
'nonProductiveTimePlan',
|
'nonProductiveHours',
|
||||||
'nonProductiveTimeFact',
|
|
||||||
])
|
])
|
||||||
|
|
||||||
return rows
|
return rows
|
||||||
|
Loading…
Reference in New Issue
Block a user