forked from nathalie/pedi2
Sacado total de bonos de chismosa
This commit is contained in:
parent
10f4fefb0c
commit
d16a8de5ac
|
@ -11,13 +11,6 @@
|
||||||
</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>
|
||||||
|
@ -68,12 +61,6 @@
|
||||||
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…
Reference in New Issue