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
|
@ -191,8 +191,8 @@ const plurals = {
|
|||
{{ section_count }}
|
||||
<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 ? ` и 1 дополнительная секция
|
||||
длиной ${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">
|
||||
|
|
|
@ -113,12 +113,12 @@ const total_txt = computed(() => {
|
|||
|
||||
const extra = {
|
||||
pillar: !remove_pillar.value && {
|
||||
txt: 'Дополнительная секция, столб, 1шт',
|
||||
txt: 'Дополнительная секция, столб, 1 шт',
|
||||
value: ((parseFloat(mortgage) + parseFloat(pillar)) * 1)
|
||||
},
|
||||
lamella: {
|
||||
txt: `Дополнительная секция, ламели, ${lamelles_count.value}шт`,
|
||||
value: ((parseFloat(mortgage) + parseFloat(pillar)) * 1)
|
||||
txt: `Дополнительная секция, ламели, ${lamelles_count.value} шт`,
|
||||
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