diff --git a/Components/Calculation/Form/AddProduct/config.ts b/Components/Calculation/Form/AddProduct/config.ts index 69b50ee..6881478 100644 --- a/Components/Calculation/Form/AddProduct/config.ts +++ b/Components/Calculation/Form/AddProduct/config.ts @@ -10,8 +10,8 @@ export const rows: FormTabRows = [ }, [['radioObjectRegistration', 'radioTypePTS'], { gridTemplateColumns: ['1fr 1fr'] }], [['selectRegionRegistration', 'selectTownRegistration', 'selectObjectRegionRegistration']], - [['tbxLeaseObjectYear', 'tbxLeaseObjectMotorPower', 'tbxVehicleTaxInYear']], - [['selectObjectCategoryTax', 'selectObjectTypeTax', 'tbxVehicleTaxInLeasingPeriod']], + [['selectObjectCategoryTax', 'selectObjectTypeTax', 'tbxVehicleTaxInYear']], + [['tbxLeaseObjectYear', 'tbxLeaseObjectMotorPower', 'tbxVehicleTaxInLeasingPeriod']], [ ['selectRegistration'], { diff --git a/Components/Calculation/config/elements-props.ts b/Components/Calculation/config/elements-props.ts index e35aed8..53c161c 100644 --- a/Components/Calculation/config/elements-props.ts +++ b/Components/Calculation/config/elements-props.ts @@ -334,12 +334,16 @@ const props: Partial = { step: 100, max: 9_999_999, precision: 2, + + addonAfter: '₽', }, tbxVehicleTaxInLeasingPeriod: { min: 0, step: 100, max: 9_999_999, precision: 2, + + addonAfter: '₽', }, selectObjectRegionRegistration: { showSearch: true,