|
@@ -1480,11 +1480,16 @@
|
|
id: this.modification[i].id,
|
|
id: this.modification[i].id,
|
|
})
|
|
})
|
|
.toPromise()
|
|
.toPromise()
|
|
-
|
|
|
|
if (response.compName == '黑龙江秋收有限公司') {
|
|
if (response.compName == '黑龙江秋收有限公司') {
|
|
response.compName = '黑龙江中天昊元贸易有限公司'
|
|
response.compName = '黑龙江中天昊元贸易有限公司'
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ if(response.selfCertificate){
|
|
|
|
+ let ttt =await getFileList({ appendixIds:response.selfCertificate }).toPromise()
|
|
|
|
+ if(ttt.length > 0){
|
|
|
|
+ response.selfCertificateURL = ttt[0].appendixPath
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ console.log("111",response)
|
|
index1++
|
|
index1++
|
|
let date = new Date()
|
|
let date = new Date()
|
|
response.currentTime =
|
|
response.currentTime =
|
|
@@ -1503,9 +1508,6 @@
|
|
// this.isShowPrint = true
|
|
// this.isShowPrint = true
|
|
this.printBig()
|
|
this.printBig()
|
|
}
|
|
}
|
|
- if(response.selfCertificate){
|
|
|
|
- response.selfCertificateURL=await getFileList({ appendixIds:response.selfCertificate }).toPromise()
|
|
|
|
- }
|
|
|
|
// })
|
|
// })
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
@@ -1514,6 +1516,9 @@
|
|
})
|
|
})
|
|
.toPromise()
|
|
.toPromise()
|
|
.then((response) => {
|
|
.then((response) => {
|
|
|
|
+ if(response.selfCertificate){
|
|
|
|
+ response.selfCertificateURL= getFileList({ appendixIds:response.selfCertificate }).toPromise()
|
|
|
|
+ }
|
|
this.printData = response
|
|
this.printData = response
|
|
console.log(this.printData)
|
|
console.log(this.printData)
|
|
if (response.compName == '黑龙江秋收有限公司') {
|
|
if (response.compName == '黑龙江秋收有限公司') {
|