funcion/devoluciones #28

Merged
rho merged 31 commits from funcion/devoluciones into master 2024-08-27 21:18:17 -03:00
Showing only changes of commit f3ee5ea7d9 - Show all commits

View file

@ -2,7 +2,7 @@
<tr> <tr>
<td>{{ pedido.nombre }}</td> <td>{{ pedido.nombre }}</td>
<td class="has-text-right" >{{ this.$limpiarInt(pedido.total) }}</td> <td class="has-text-right" >{{ this.$limpiarInt(pedido.total) }}</td>
<td class="has-text-right" >-{{ pedido.devoluciones_total }}</td> <td class="has-text-right" ><abbr :title="pedido.devoluciones_notas">-{{ pedido.devoluciones_total }}</abbr></td>
<td class="has-text-right" >{{ pedido.total_menos_devoluciones }}</td> <td class="has-text-right" >{{ pedido.total_menos_devoluciones }}</td>
<td> <td>
<pedidos-admin-switch-aprobacion <pedidos-admin-switch-aprobacion