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