diff --git a/src/client/Containers/Calculation/Sections/sectionsList.ts b/src/client/Containers/Calculation/Sections/sectionsList.ts index 0f923ad..6283dad 100644 --- a/src/client/Containers/Calculation/Sections/sectionsList.ts +++ b/src/client/Containers/Calculation/Sections/sectionsList.ts @@ -95,15 +95,7 @@ const sections: ISection[] = [ 'tbxLeasingPeriod', ], }, - { - title: 'Параметры графика платежей', - elements: [ - 'radioGraphType', - 'selectSeasonType', - 'tbxParmentsDecreasePercent', - 'selectHighSeasonStart', - ], - }, + { // title: 'Параметры расчета', elements: [ @@ -113,6 +105,26 @@ const sections: ISection[] = [ }, ], }, + ], + }, + { + title: 'Платежи', + groups: [ + { + blocks: [ + { + // title: 'Параметры графика платежей', + elements: ['radioGraphType'], + }, + { + elements: [ + 'selectSeasonType', + 'tbxParmentsDecreasePercent', + 'selectHighSeasonStart', + ], + }, + ], + }, { style: { columnsNumber: 1 }, blocks: [ @@ -137,7 +149,7 @@ const sections: ISection[] = [ ], }, { - title: ' ', + title: ' ', elements: [ 'labelLeaseObjectRisk', 'labelDepreciationGroup',