|
@@ -601,6 +601,13 @@
|
|
<img :src="customerList1[index].imgURl.imageUrl4" class="avatar" />
|
|
<img :src="customerList1[index].imgURl.imageUrl4" class="avatar" />
|
|
</div> -->
|
|
</div> -->
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="bankcard" v-if="isShowPrintType7&&printData1[index].selfCertificateURL">
|
|
|
|
+
|
|
|
|
+ <div class="sfcard-content part2">
|
|
|
|
+ <img v-if="printData1[index].selfCertificateURL" :src="printData1[index].selfCertificateURL" class="avatar" />
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -1375,6 +1382,7 @@
|
|
isShowPrintType4: false,
|
|
isShowPrintType4: false,
|
|
isShowPrintType5: false,
|
|
isShowPrintType5: false,
|
|
isShowPrintType6: false,
|
|
isShowPrintType6: false,
|
|
|
|
+ isShowPrintType7: false,
|
|
showType: [],
|
|
showType: [],
|
|
printData: {},
|
|
printData: {},
|
|
printData1: [],
|
|
printData1: [],
|
|
@@ -1508,6 +1516,7 @@
|
|
}
|
|
}
|
|
console.log(this.customerList)
|
|
console.log(this.customerList)
|
|
console.log('cwprint', localStorage.getItem('cwprint'))
|
|
console.log('cwprint', localStorage.getItem('cwprint'))
|
|
|
|
+ console.log(this.selectPrint)
|
|
if (cwprint == 'true') {
|
|
if (cwprint == 'true') {
|
|
if (this.selectPrint) {
|
|
if (this.selectPrint) {
|
|
for (let i = 0; i < this.customerList1.length; i++) {
|
|
for (let i = 0; i < this.customerList1.length; i++) {
|
|
@@ -1521,8 +1530,8 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
for (let i = 0; i < this.printData1.length; i++) {
|
|
for (let i = 0; i < this.printData1.length; i++) {
|
|
- if (this.printData1[i].payeeAddressUrl) {
|
|
|
|
- let _url2 = this.printData1[i].payeeAddressUrl.split(',')
|
|
|
|
|
|
+ if (this.printData1[i].identityAuthenticationInfo.payeeAddressUrl) {
|
|
|
|
+ let _url2 = this.printData1[i].identityAuthenticationInfo.payeeAddressUrl.split(',')
|
|
this.printData1[i].imgURl = {
|
|
this.printData1[i].imgURl = {
|
|
imageUrl3: _url2[0],
|
|
imageUrl3: _url2[0],
|
|
imageUrl4: _url2[1]
|
|
imageUrl4: _url2[1]
|
|
@@ -1567,6 +1576,9 @@
|
|
case '打印回执单':
|
|
case '打印回执单':
|
|
this.isShowPrintType5 = !this.isShowPrintType5
|
|
this.isShowPrintType5 = !this.isShowPrintType5
|
|
break
|
|
break
|
|
|
|
+ case '打印自产证明':
|
|
|
|
+ this.isShowPrintType7 = !this.isShowPrintType7
|
|
|
|
+ break
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|