Cambio por nuevo resource de pedido
This commit is contained in:
parent
56eb59ddeb
commit
2a1394a5c4
1 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue