forked from nathalie/pedi2
Hotfix: quitado animate de bulma-toast
This commit is contained in:
parent
ff213bd90d
commit
c53e342f54
|
@ -38,7 +38,6 @@ Vue.prototype.$toast = function(mensaje, duration = 1000) {
|
||||||
duration: duration,
|
duration: duration,
|
||||||
type: 'is-danger',
|
type: 'is-danger',
|
||||||
position: 'bottom-center',
|
position: 'bottom-center',
|
||||||
animate: { in: 'fadeIn', out: 'fadeOut' }
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
Vue.prototype.$limpiarFloat = function(unFloat) {
|
Vue.prototype.$limpiarFloat = function(unFloat) {
|
||||||
|
@ -120,7 +119,7 @@ const app = new Vue({
|
||||||
this.$toast('No se puede modificar un pedido ya aprobado', 2000);
|
this.$toast('No se puede modificar un pedido ya aprobado', 2000);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
axios.post("api/subpedidos/" + this.pedido.id + "/sync_devoluciones", {
|
axios.post("api/subpedidos/" + this.pedido.id + "/sync_devoluciones", {
|
||||||
total: total,
|
total: total,
|
||||||
notas: notas,
|
notas: notas,
|
||||||
|
|
Loading…
Reference in New Issue