sections: hide fields
This commit is contained in:
parent
a994c37e7b
commit
a47c0a6ec4
@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user