sections: hide fields

This commit is contained in:
Chika 2020-11-22 23:57:08 +03:00
parent a994c37e7b
commit a47c0a6ec4

View File

@ -506,27 +506,27 @@ const sections: ISection[] = [
{
title: 'Параметры расчета',
elements: [
{
title: 'Комиссия, %',
Component: InputNumber,
props: {
min: '0',
max: '100',
name: 'tbxComissionPerc',
valueName: 'comissionPerc',
},
},
{
title: 'Комиссия, руб.',
Component: InputNumber,
props: {
min: '0',
max: '1000000000',
step: '10000.00',
name: 'tbxComissionRub',
valueName: 'comissionRub',
},
},
// {
// title: 'Комиссия, %',
// Component: InputNumber,
// props: {
// min: '0',
// max: '100',
// name: 'tbxComissionPerc',
// valueName: 'comissionPerc',
// },
// },
// {
// title: 'Комиссия, руб.',
// Component: InputNumber,
// props: {
// min: '0',
// max: '1000000000',
// step: '10000.00',
// name: 'tbxComissionRub',
// valueName: 'comissionRub',
// },
// },
{
title: 'IRR, %',
Component: InputNumber,
@ -836,6 +836,7 @@ const sections: ISection[] = [
title: 'Салон приобретения',
Component: Select,
props: {
showSearch: true,
name: 'selectDealer',
valueName: 'dealer',
},