소스 검색

distribution-index.js : suppression logs

refactoring
Guillaume Bourgeois 2 년 전
부모
커밋
c48c600deb
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. +0
    -3
      backend/web/js/vuejs/distribution-index.js

+ 0
- 3
backend/web/js/vuejs/distribution-index.js 파일 보기

@@ -625,7 +625,6 @@ var app = new Vue({
Vue.set(app.ordersUpdate[keyOrderUpdate].productOrder[idProduct], 'unit_coefficient', response.data[idProduct].unit_coefficient);

if(updatePricesOnUpdateOrder) {
console.log('new price : ');
Vue.set(
app.ordersUpdate[keyOrderUpdate].productOrder[idProduct],
'price',
@@ -765,8 +764,6 @@ Vue.component('order-form',{
data.append('comment', this.order.comment && this.order.comment.length ? this.order.comment : '') ;
data.append('processCredit', processCredit) ;

console.log(this.order.productOrder);

axios.post(UrlManager.getBaseUrlAbsolute()+"order/ajax-update",data)
.then(function(response) {
app.$emit('ordercreatedupdated') ;

Loading…
취소
저장