Calculation/config: increase Min/Max PriceChange

This commit is contained in:
vchikalkin 2023-07-06 13:30:01 +03:00
parent caeb304d15
commit 802885e726
2 changed files with 3 additions and 3 deletions

View File

@ -429,7 +429,7 @@ const props: Partial<ElementsProps> = {
},
tbxMaxPriceChange: {
min: 0,
max: 34_999_990,
max: 100_000_000,
step: 10_000,
parser,
formatter,
@ -439,7 +439,7 @@ const props: Partial<ElementsProps> = {
},
tbxMinPriceChange: {
min: 0,
max: 34_999_990,
max: 100_000_000,
step: 10_000,
parser,
formatter,

View File

@ -93,7 +93,7 @@ const titles: Record<ActionElements | ValuesElements, string> = {
selectTarif: 'Тариф',
tbxCreditRate: 'Ставка привлечения, %',
selectRate: 'Ставка привлечения',
tbxMaxPriceChange: 'Макс.возможное изменение стоимости ПЛ',
tbxMaxPriceChange: 'Макс. возможное изменение стоимости ПЛ',
tbxImporterRewardPerc: 'АВ импортера, %',
tbxImporterRewardRub: 'АВ импортера, руб.',
cbxDisableChecks: 'Отключить все проверки',