funcion/refactor-general #45

Open
atasistro wants to merge 111 commits from funcion/refactor-general into master
Showing only changes of commit f81141d18b - Show all commits

View file

@ -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>