Merge branch 'bx-696-startproject' of https://git.svs-tech.pro/ksenia_mikhailova/mns-mini-zabor into bx-696-startproject
This commit is contained in:
commit
7791eb4bc4
|
@ -192,7 +192,7 @@ const plurals = {
|
|||
<Plural :n="section_count" :forms="plurals.section" /> по
|
||||
{{ `${parseInt(form_state.length).toFixed(2)}\xa0мм` }}{{
|
||||
form_state.extra_section ? ` и 1 дополнительная секция
|
||||
длиной ${form_state.extra_section.toFixed(2)}\xa0мм` : '' }}
|
||||
длиной ${form_state.extra_section.toFixed(2)}\xa0мм` : '' }}.
|
||||
</p>
|
||||
<p v-if="parametric.length.min <= form_state.total_length * 1000">
|
||||
Всего <template v-if="!form_state.remove_pillar">
|
||||
|
|
|
@ -118,7 +118,7 @@ const total_txt = computed(() => {
|
|||
},
|
||||
lamella: {
|
||||
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 },
|
||||
top: { txt: 'Верхняя планка', value: 1 * bar },
|
||||
|
|
Loading…
Reference in New Issue