Explorar el Código

[producer] Correctif bug affichage iPhone

prodstable
Guillaume hace 4 años
padre
commit
e4e23f9abf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      producer/web/js/vuejs/order-order.js

+ 1
- 1
producer/web/js/vuejs/order-order.js Ver fichero

@@ -214,7 +214,7 @@ var app = new Vue({
},
dayClickList: function(event) {
var dateStr = event.currentTarget.getAttribute('data-distribution-date') ;
var dateObject = Date.parse(String(dateStr+""));
var dateObject = new Date(dateStr) ;
if(this.isAvailableDate(dateObject)) {
this.dayClickEvent(dateObject) ;
}

Cargando…
Cancelar
Guardar