cambio visual notas de devoluciones
This commit is contained in:
parent
6f1b4581ce
commit
32d84879c7
|
@ -19,8 +19,8 @@
|
|||
<th></th>
|
||||
</tr>
|
||||
<tr v-if="this.$root.devoluciones">
|
||||
<th><p :title="this.$root.pedido.devoluciones_notas">Devoluciones</p></th>
|
||||
<th class="has-text-right"></th>
|
||||
<th><p>Devoluciones</p></th>
|
||||
<td><p :title="this.$root.pedido.devoluciones_notas">...</p></td>
|
||||
<th class="has-text-right">-{{ this.$root.pedido.devoluciones_total }}</th>
|
||||
<th>
|
||||
<button @click.capture="modificarDevoluciones()" class="button is-warning">
|
||||
|
@ -34,7 +34,7 @@
|
|||
<tr>
|
||||
<th>Total total</th>
|
||||
<th></th>
|
||||
<th>{{ total }}</th>
|
||||
<th class="has-text-right">{{ total }}</th>
|
||||
<th></th>
|
||||
<th></th>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue