소스 검색

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…
취소
저장