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

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

@@ -837,8 +837,10 @@
           .toPromise()
           .toPromise()
           .then((response) => {
           .then((response) => {
             this.dialogDataList = [] //点击确认时先清空要打印的数组
             this.dialogDataList = [] //点击确认时先清空要打印的数组
-              this.dialogData = response
-              this.dialogData.companyName=this.companyName
+            
+              this.dialogData = response 
+              this.dialogData.compName=this.companyName
+              console.log(this.dialogData,this.dialogData.compName)
               if (response.compName == '黑龙江秋收有限公司') {
               if (response.compName == '黑龙江秋收有限公司') {
                 this.dialogData.compName = '黑龙江中天昊元贸易有限公司'
                 this.dialogData.compName = '黑龙江中天昊元贸易有限公司'
               }
               }