aggio modif
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
borderless
|
||||
rounded
|
||||
dense
|
||||
@update:model-value="updateOrder"
|
||||
:label="$t('ecomm.preord')"
|
||||
></q-input>
|
||||
</div>
|
||||
@@ -85,7 +86,7 @@
|
||||
<q-item-label>
|
||||
<div class="col-2 no-wrap text-subtitle3_short q-mr-sm">
|
||||
<span class="prezzo_singolo">
|
||||
{{ order.quantity + order.quantitypreordered }} x €
|
||||
{{ (order.quantity + order.quantitypreordered) }} x €
|
||||
{{ order.price ? order.price : 0 }}
|
||||
</span>
|
||||
<span :class="isApplicatoSconto() ? 'ordine_scontato_nuovo' : ''">
|
||||
@@ -102,8 +103,8 @@
|
||||
>€
|
||||
{{
|
||||
(
|
||||
order.price * order.quantity +
|
||||
order.price * order.quantitypreordered
|
||||
(order.price * order.quantity) +
|
||||
(order.price * order.quantitypreordered)
|
||||
).toFixed(2)
|
||||
}}</span
|
||||
>)</span
|
||||
|
||||
Reference in New Issue
Block a user