瀏覽代碼

[backend] Modification commande : correctif bouton "Modifer" et processCredit non pris en compte

dev
Guillaume 4 年之前
父節點
當前提交
10883b6b0e
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      backend/web/js/vuejs/distribution-index.js

+ 3
- 0
backend/web/js/vuejs/distribution-index.js 查看文件

@@ -599,6 +599,9 @@ Vue.component('order-form',{
var app = this ;
if(this.checkForm()) {
var processCredit = event.currentTarget.getAttribute('data-process-credit') ;
if(processCredit == null) {
processCredit = 0 ;
}

var data = new FormData();
data.append('date', this.date.getFullYear() + '-'

Loading…
取消
儲存