move payments table to new tab

This commit is contained in:
Chika 2021-09-01 11:33:27 +03:00
parent 1d93a63bc7
commit be8e354bdb

View File

@ -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',