diff --git a/src/client/Containers/Calculation/Sections/list.js b/src/client/Containers/Calculation/Sections/list.js index 8687dd6..e8f6745 100644 --- a/src/client/Containers/Calculation/Sections/list.js +++ b/src/client/Containers/Calculation/Sections/list.js @@ -582,6 +582,11 @@ export default [ showSearch: true, }, }, + ], + }, + { + elements: [ + // TODO 3 Rows { title: 'Марка', Component: Select, @@ -608,7 +613,17 @@ export default [ valueName: 'configuration', showSearch: true, }, - }, // TODO: Convert to Text + }, + ], + layout: { newLine: true }, + }, + ], + }, + { + blocks: [ + { + elements: [ + // TODO: Convert to Text { title: 'Риск ПЛ', Component: Label, @@ -671,7 +686,10 @@ export default [ showSearch: false, }, }, - + ], + }, + { + elements: [ { title: 'Срок поставки', Component: Radio, @@ -723,6 +741,10 @@ export default [ valueName: 'engineVolume', }, }, + ], + }, + { + elements: [ { title: 'Разрешенная макс.масса(кг)', Component: InputNumber,