funcion/planilla-pedidos-total #33

Merged
atasistro merged 25 commits from funcion/planilla-pedidos-total into master 2024-10-08 20:07:57 -03:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 5c1fa931eb - Show all commits
resources/js/components/admin

View file

@ -5,9 +5,9 @@
<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>
<pedidos-admin-switch-aprobacion
<admin-switch-aprobacion
:pedido="pedido">
</pedidos-admin-switch-aprobacion>
</admin-switch-aprobacion>
</td>
</tr>
</template>

View file

@ -11,10 +11,10 @@
</tr>
</thead>
<tbody>
<pedidos-admin-fila-pedido
<admin-fila-pedido
v-for="pedido in this.pedidos"
:pedido="pedido" :key="pedido.id">
</pedidos-admin-fila-pedido>
</admin-fila-pedido>
</tbody>
</table>
<table class="table is-striped is-bordered">