From be8e354bdbf4c07302c2ab53be615908e10a8a35 Mon Sep 17 00:00:00 2001 From: Chika Date: Wed, 1 Sep 2021 11:33:27 +0300 Subject: [PATCH] move payments table to new tab --- .../Calculation/Sections/sectionsList.ts | 32 +++++++++++++------ 1 file changed, 22 insertions(+), 10 deletions(-) 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',