Cambio por nuevo resource de pedido

This commit is contained in:
Alejandro Tasistro 2025-03-18 19:45:16 -03:00
parent 56eb59ddeb
commit 2a1394a5c4

View file

@ -1,9 +1,9 @@
<template>
<tr>
<td>{{ pedido.nombre }}</td>
<td v-if="$root.devoluciones" class="has-text-right" >{{ pedido.total }}</td>
<td v-if="$root.devoluciones" class="has-text-right" >{{ pedido.total_sin_devoluciones }}</td>
<td v-if="$root.devoluciones" class="has-text-right" ><abbr :title="pedido.devoluciones_notas">-{{ pedido.devoluciones_total }}</abbr></td>
<td class="has-text-right" >{{ $root.devoluciones ? pedido.total_menos_devoluciones : pedido.total }}</td>
<td class="has-text-right" >{{ pedido.total }}</td>
<td>
<admin-switch-aprobacion
:pedido="pedido">