ソースを参照

[producer] Correctif bug affichage iPhone

refactoring
Guillaume 4年前
コミット
b124e176b7
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      producer/web/js/vuejs/order-order.js

+ 1
- 0
producer/web/js/vuejs/order-order.js ファイルの表示

@@ -216,6 +216,7 @@ var app = new Vue({
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]);
console.log(dateObject) ;
//var dateObject = new Date(dateStr) ;
if(this.isAvailableDate(dateObject)) {
this.dayClickEvent(dateObject) ;

読み込み中…
キャンセル
保存