Quitado codigo no usado
This commit is contained in:
parent
8f0d715f8c
commit
f81141d18b
1 changed files with 1 additions and 11 deletions
|
@ -67,20 +67,10 @@ export default {
|
|||
return this.productos?.length !== 0;
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
Event.$on('pedido-actualizado', this.pedidoActualizado);
|
||||
Event.$on('toggle-chismosa', this.pedidoActualizado);
|
||||
},
|
||||
methods: {
|
||||
modificarDevoluciones: function () {
|
||||
modificarDevoluciones() {
|
||||
Event.$emit("modificar-devoluciones");
|
||||
},
|
||||
cantidadBonosDeTransporte: function () {
|
||||
return this.$root.pedido.cantidad_transporte;
|
||||
},
|
||||
totalBonosDeTransporte: function () {
|
||||
return this.$root.pedido.total_transporte
|
||||
},
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue