zhangyuewww 2 năm trước cách đây
mục cha
commit
7d1f26d45e
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      src/views/houseSelfCollect/weightCheckRecord.vue

+ 1 - 2
src/views/houseSelfCollect/weightCheckRecord.vue

@@ -612,7 +612,6 @@
             })
             .toPromise()
             .then((response) => {
-              debugger
               this.dialogDataList = [] //点击确认时先清空要打印的数组
               this.dialogData = response
               if (response.compName == '黑龙江秋收有限公司') {
@@ -635,7 +634,7 @@
                 this.dialogDataList.push(_datas)
               } else {
                 this.dialogData.companyName = this.companyName
-                if(this.dialogData&&this.dialogData.contractManagement){
+                if(this.dialogData&&this.dialogData.contractManagement&& this.warehousingType != 3){
                   this.dialogData.customer = this.dialogData.contractManagement.seller
                 }
                 this.dialogDataList.push(this.dialogData)