Form/AddProduct: beautify
This commit is contained in:
parent
ae401a38a5
commit
eaebf4f02a
@ -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'],
|
||||
{
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user