This commit is contained in:
parent fb8bc8502c
commit f3d5292d8c
2 changed files with 5 additions and 5 deletions

View File

@ -192,7 +192,7 @@ const plurals = {
<Plural :n="section_count" :forms="plurals.section" /> по <Plural :n="section_count" :forms="plurals.section" /> по
{{ `${parseInt(form_state.length).toFixed(2)}\xa0мм` }}{{ {{ `${parseInt(form_state.length).toFixed(2)}\xa0мм` }}{{
form_state.extra_section ? ` и 1 дополнительная секция form_state.extra_section ? ` и 1 дополнительная секция
длиной ${form_state.extra_section.toFixed(2)}\xa0мм` : '' }} длиной ${form_state.extra_section.toFixed(2)}\xa0мм` : '' }}.
</p> </p>
<p v-if="parametric.length.min <= form_state.total_length * 1000"> <p v-if="parametric.length.min <= form_state.total_length * 1000">
Всего <template v-if="!form_state.remove_pillar"> Всего <template v-if="!form_state.remove_pillar">

View File

@ -118,7 +118,7 @@ const total_txt = computed(() => {
}, },
lamella: { lamella: {
txt: `Дополнительная секция, ламели, ${lamelles_count.value} шт`, txt: `Дополнительная секция, ламели, ${lamelles_count.value} шт`,
value: ((parseFloat(mortgage) + parseFloat(pillar)) * 1) value: ((parseFloat(mortgage) + parseFloat(pillar)) * top_count)
}, },
guide: { txt: 'Направляющие', value: 2 * parseFloat(guide) * lam_count * 0.115 }, guide: { txt: 'Направляющие', value: 2 * parseFloat(guide) * lam_count * 0.115 },
top: { txt: 'Верхняя планка', value: 1 * bar }, top: { txt: 'Верхняя планка', value: 1 * bar },