diff --git a/components/calcValues.vue b/components/calcValues.vue index 35a8d37..3c971ec 100644 --- a/components/calcValues.vue +++ b/components/calcValues.vue @@ -93,7 +93,7 @@ const changeParametres = () => { } }, 300) - total_length.value = form_state.total_length + total_length.value = form_state.total_length } } @@ -167,52 +167,27 @@ const toggleModal = () => { v-model="form_state.total_length" :ref="form_refs.total_length" /> -
- Забор общей длиной {{ form_state.total_length }} м, - {{ section_count }} секции по {{ form_state.length }}мм - - 1 дополнительной секцией длинной {{ form_state.extra_section }}мм - . -
-- Всего {{ section_count + ~~(!!form_state.extra_section) + 1 }} столба - {{ section_count * lamelles_count }} ламелей длинной {{ form_state.length }}мм - - и {{ ~~(!!form_state.extra_section) * lamelles_count }} ламелей длинной {{ form_state.extra_section }}мм - -
-- Все элементы окрашиваются порошковым методом. -
-- ламели: {{ getColorNameFromRal(lamelle_color)?.toLowerCase() }}; - столбы: {{ getColorNameFromRal(pillar_color)?.toLowerCase() }}. -
-- Внимание! Дополнительная секция приводит к увеличению стоимости. Рекомендуем вам изменить длину - забора или длину секции! -
Забор общей длиной {{ form_state.total_length }} м, - всего секций {{ section_count }} по {{ form_state.length }}мм + {{ section_count }} секции по {{ form_state.length }} мм - и 1 дополнительной секцией в {{ form_state.extra_section }}мм + 1 дополнительной секцией длинной {{ form_state.extra_section }} мм .
- Всего столбов {{ section_count + ~~(!!form_state.extra_section) + 1 }}. - Всего ламелей {{ section_count * lamelles_count }} по {{ form_state.length }}мм + Всего {{ section_count + ~~(!!form_state.extra_section) + 1 }} столба, + {{ section_count * lamelles_count }} ламелей длинной {{ form_state.length }} мм - и {{ ~~(!!form_state.extra_section) * lamelles_count }} по {{ form_state.extra_section - }}мм + и {{ ~~(!!form_state.extra_section) * lamelles_count }} ламелей длинной {{ + form_state.extra_section }} мм
- Окраска порошковым методом,
- ламели: {{ getColorNameFromRal(lamelle_color)?.toLowerCase() }},
+ Все элементы окрашиваются порошковым методом:
+ ламели: {{ getColorNameFromRal(lamelle_color)?.toLowerCase() }};
столбы: {{ getColorNameFromRal(pillar_color)?.toLowerCase() }}.