Agregado mouseover con notas de la devolucion

This commit is contained in:
Alejandro Tasistro 2023-11-12 11:46:16 -03:00
parent 5b2c489f2d
commit f3ee5ea7d9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<tr>
<td>{{ pedido.nombre }}</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>
<pedidos-admin-switch-aprobacion