瀏覽代碼

Correctif order-order.js

refactoring
Guillaume 3 年之前
父節點
當前提交
db2cd375fd
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      producer/web/js/vuejs/order-order.js

+ 1
- 1
producer/web/js/vuejs/order-order.js 查看文件

@@ -79,7 +79,7 @@ var app = new Vue({
+ ('0' + (this.date.getMonth() +1)).slice(-2) + '/'
+ this.date.getFullYear() ;

if(this.producer.option_order_entry_point == 'date') {
if(this.producer && this.producer.option_order_entry_point == 'date') {
this.changeStep('point-sale') ;
}
}

Loading…
取消
儲存