|
|
|
|
|
|
|
|
<td v-if="idActivePointSale == 0"> |
|
|
<td v-if="idActivePointSale == 0"> |
|
|
{{ order.pointSale.name }} |
|
|
{{ order.pointSale.name }} |
|
|
</td> |
|
|
</td> |
|
|
<td>{{ order.amount.toFixed(2).replace(/(\d)(?=(\d{3})+(?:\.\d+)?$)/g, "$1,")+' €' }}</td> |
|
|
|
|
|
|
|
|
<td>{{ order.amount.toFixed(2).replace(/(\d)(?=(\d{3})+(?:\.\d+)?$)/g, "$1,")+' €' }}</td> |
|
|
<td> |
|
|
<td> |
|
|
<div class="input-group"> |
|
|
<div class="input-group"> |
|
|
<span class="label label-success input-group-addon" v-if="order.amount_paid == order.amount">payé</span> |
|
|
<span class="label label-success input-group-addon" v-if="order.amount_paid == order.amount">payé</span> |