瀏覽代碼

Merge branch 'dev'

prodstable
Guillaume 2 年之前
父節點
當前提交
0644814aac
共有 2 個文件被更改,包括 897 次插入880 次删除
  1. +1
    -1
      backend/web/js/vuejs/distribution-index.js
  2. +896
    -879
      common/models/Order.php

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

@@ -713,7 +713,7 @@ Vue.component('order-form',{
data.append('idUser', this.order.id_user) ;
data.append('username', ''+this.order.username) ;
data.append('products', JSON.stringify(this.order.productOrder)) ;
data.append('comment', this.order.comment) ;
data.append('comment', this.order.comment && this.order.comment.length ? this.order.comment : '') ;
data.append('processCredit', processCredit) ;

axios.post(UrlManager.getBaseUrlAbsolute()+"order/ajax-update",data)

+ 896
- 879
common/models/Order.php
文件差異過大導致無法顯示
查看文件


Loading…
取消
儲存