move payments table to new tab
This commit is contained in:
parent
1d93a63bc7
commit
be8e354bdb
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user