Przeglądaj źródła

[producer] Correctif bug affichage iPhone

master
Guillaume 4 lat temu
rodzic
commit
62d82cb535
1 zmienionych plików z 0 dodań i 6 usunięć
  1. +0
    -6
      producer/web/js/vuejs/order-order.js

+ 0
- 6
producer/web/js/vuejs/order-order.js Wyświetl plik

@@ -214,13 +214,7 @@ var app = new Vue({
},
dayClickList: function(event) {
var dateStr = event.currentTarget.getAttribute('data-distribution-date') ;
/*var arr = dateStr.split(/[- :]/),
dateObject = new Date(arr[0], arr[1]-1, arr[2], arr[3], arr[4], arr[5]);*/

var dateObject = Date.parse(String(dateStr));

console.log(dateObject) ;
//var dateObject = new Date(dateStr) ;
if(this.isAvailableDate(dateObject)) {
this.dayClickEvent(dateObject) ;
}

Ładowanie…
Anuluj
Zapisz