Browse Source

打印问题

高敬炎 2 years ago
parent
commit
152a3bae8e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/outboundManagement/weighingManagementNew.vue

+ 2 - 1
src/views/outboundManagement/weighingManagementNew.vue

@@ -827,10 +827,11 @@
                 this.dialogDataList.push(_datas)
                 this.printBig(1, this.radio)
               } else {
-                this.dialogData.companyName = this.companyName
+                this.dialogData.compName = this.companyName
                 if(this.dialogData&&!this.dialogData.customer&&this.dialogData.contractManagement){
                   this.dialogData.customer = this.dialogData.contractManagement.buyer
                 }
+                console.log(111,this.dialogData)
                 this.dialogDataList.push(this.dialogData)
                 this.printBig('', this.radio)
               }