|
@@ -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)
|