zhangyuewww 2 年之前
父節點
當前提交
7d1f26d45e
共有 1 個文件被更改,包括 1 次插入2 次删除
  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)