Ver código fonte

[producer] Correctif bug affichage iPhone

prodstable
Guillaume 4 anos atrás
pai
commit
e4e23f9abf
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      producer/web/js/vuejs/order-order.js

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

@@ -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) ;
}

Carregando…
Cancelar
Salvar