Compare commits
No commits in common. "1ccfbe11a7b9de0d4d3056ba921fed59357d807b" and "4376586a231aa245b14ae209d77f34f61c25d761" have entirely different histories.
1ccfbe11a7
...
4376586a23
1 changed files with 13 additions and 0 deletions
|
@ -11,6 +11,13 @@
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
|
<tr>
|
||||||
|
<th><abbr title="Bonos Solidarios">B. Solidarios</abbr></th>
|
||||||
|
<th>{{ cantidadBonos }}</th>
|
||||||
|
<th>{{ totalBonos }}</th>
|
||||||
|
<th></th>
|
||||||
|
<th></th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th><abbr title="Bonos de Transporte">B. Transporte</abbr></th>
|
<th><abbr title="Bonos de Transporte">B. Transporte</abbr></th>
|
||||||
<th class="has-text-right">{{ cantidadBonosDeTransporte }}</th>
|
<th class="has-text-right">{{ cantidadBonosDeTransporte }}</th>
|
||||||
|
@ -61,6 +68,12 @@
|
||||||
totalBonosDeTransporte: function() {
|
totalBonosDeTransporte: function() {
|
||||||
return this.$limpiarInt(this.$root.pedido.subtotal_bonos_de_transporte)
|
return this.$limpiarInt(this.$root.pedido.subtotal_bonos_de_transporte)
|
||||||
},
|
},
|
||||||
|
cantidadBonos: function() {
|
||||||
|
return this.$limpiarInt(this.$root.pedido.subtotal_bonos) / 20
|
||||||
|
},
|
||||||
|
totalBonos: function() {
|
||||||
|
return this.$limpiarInt(this.$root.pedido.subtotal_bonos)
|
||||||
|
},
|
||||||
total: function() {
|
total: function() {
|
||||||
return this.$limpiarInt(this.$root.pedido.total_menos_devoluciones)
|
return this.$limpiarInt(this.$root.pedido.total_menos_devoluciones)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue