Form/AddProduct: beautify

This commit is contained in:
Chika 2022-07-08 15:40:34 +03:00
parent ae401a38a5
commit eaebf4f02a
2 changed files with 6 additions and 2 deletions

View File

@ -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'],
{

View File

@ -334,12 +334,16 @@ const props: Partial<ElementsProps> = {
step: 100,
max: 9_999_999,
precision: 2,
addonAfter: '₽',
},
tbxVehicleTaxInLeasingPeriod: {
min: 0,
step: 100,
max: 9_999_999,
precision: 2,
addonAfter: '₽',
},
selectObjectRegionRegistration: {
showSearch: true,