|
@@ -496,11 +496,19 @@ import download from '../../components/WsDownload/download'
|
|
.catch(() => {})
|
|
.catch(() => {})
|
|
},
|
|
},
|
|
customer(row) {
|
|
customer(row) {
|
|
- this. customerInfo = true
|
|
|
|
- this.customerlist = row.identityAuthenticationInfo
|
|
|
|
- this.customerlist.cardAddressUrl1 = this.customerlist.cardAddressUrl.split(',')[0]
|
|
|
|
- this.customerlist.cardAddressUrl2 = this.customerlist.cardAddressUrl.split(',')[1]
|
|
|
|
- this.customerlist.payeeAddressUrls = this.customerlist.payeeAddressUrl.split(',')
|
|
|
|
|
|
+ getCustomerLook({
|
|
|
|
+ id: row.identityId,
|
|
|
|
+ authenticationStatusKey: 7
|
|
|
|
+ })
|
|
|
|
+ .toPromise()
|
|
|
|
+ .then(response => {
|
|
|
|
+ this. customerInfo = true
|
|
|
|
+ this.customerlist = response
|
|
|
|
+ this.customerlist.cardAddressUrl1 = this.customerlist.cardAddressUrl.split(',')[0]
|
|
|
|
+ this.customerlist.cardAddressUrl2 = this.customerlist.cardAddressUrl.split(',')[1]
|
|
|
|
+ this.customerlist.payeeAddressUrls = this.customerlist.payeeAddressUrl.split(',')
|
|
|
|
+ })
|
|
|
|
+
|
|
},
|
|
},
|
|
customerclose(e) {
|
|
customerclose(e) {
|
|
console.log(e)
|
|
console.log(e)
|
|
@@ -575,7 +583,7 @@ import download from '../../components/WsDownload/download'
|
|
let index2 = 0;
|
|
let index2 = 0;
|
|
for (let i = 0; i < this.modification.length; i++) {
|
|
for (let i = 0; i < this.modification.length; i++) {
|
|
getCustomerLook({
|
|
getCustomerLook({
|
|
- id: this.modification[i].identityAuthenticationInfo.id,
|
|
|
|
|
|
+ id: this.modification[i].identityId,
|
|
authenticationStatusKey: 7
|
|
authenticationStatusKey: 7
|
|
})
|
|
})
|
|
.toPromise()
|
|
.toPromise()
|
|
@@ -615,7 +623,7 @@ import download from '../../components/WsDownload/download'
|
|
// console.log('批量打印凭证list',this.selectPrintList)
|
|
// console.log('批量打印凭证list',this.selectPrintList)
|
|
} else {
|
|
} else {
|
|
getCustomerLook({
|
|
getCustomerLook({
|
|
- id: this.rowData.identityAuthenticationInfo.id,
|
|
|
|
|
|
+ id: this.rowData.identityId,
|
|
authenticationStatusKey: 7
|
|
authenticationStatusKey: 7
|
|
})
|
|
})
|
|
.toPromise()
|
|
.toPromise()
|