Agregado mouseover con notas de la devolucion
This commit is contained in:
parent
5b2c489f2d
commit
f3ee5ea7d9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue