Подсчёт объёма древесины (калькулятор)
{{index + 1}}
{{entry['volume']}} м3
{{entry['amount']}} ₽
Объём: {{getVolume}} м3
Итого: {{(getVolume * parseFloat(price)).toFixed(2)}} рублей.
№ | Сечение | Длина | Кол-во | Объём | Стоимость |
---|---|---|---|---|---|
{{index + 1}} | {{entry['width']}} x {{entry['height']}} мм | {{entry['lenght']}} м | {{entry['quantity']}} шт. | {{entry['volume']}} м3 | {{entry['amount']}} ₽ |
Общий объём: {{getVolume}} м3
Общая стоимость: {{(getVolume * parseFloat(price)).toFixed(2)}} рублей.