|
@@ -321,7 +321,8 @@ export default {
|
|
isShowAdopt: false,
|
|
isShowAdopt: false,
|
|
//上传截图路径
|
|
//上传截图路径
|
|
imageUrl: '',
|
|
imageUrl: '',
|
|
- payImg: []
|
|
|
|
|
|
+ payImg: [],
|
|
|
|
+ rowData:{}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
activated() {
|
|
activated() {
|
|
@@ -366,7 +367,7 @@ export default {
|
|
typePrintClick() {
|
|
typePrintClick() {
|
|
// this.isShowPrint = true
|
|
// this.isShowPrint = true
|
|
getCustomerLook({
|
|
getCustomerLook({
|
|
- id: this.row.identityAuthenticationInfo.id,
|
|
|
|
|
|
+ id: this.rowData.identityAuthenticationInfo.id,
|
|
authenticationStatusKey: 7
|
|
authenticationStatusKey: 7
|
|
})
|
|
})
|
|
.toPromise()
|
|
.toPromise()
|
|
@@ -378,7 +379,7 @@ export default {
|
|
this.imageUrl2 = this.identity[1]
|
|
this.imageUrl2 = this.identity[1]
|
|
this.imageUrl3 = this.bank[0]
|
|
this.imageUrl3 = this.bank[0]
|
|
this.imageUrl4 = this.bank[1]
|
|
this.imageUrl4 = this.bank[1]
|
|
- getpaymentexamine({ id: this.row.id })
|
|
|
|
|
|
+ getpaymentexamine({ id: this.rowData.id })
|
|
.toPromise()
|
|
.toPromise()
|
|
.then(response => {
|
|
.then(response => {
|
|
this.printData = response
|
|
this.printData = response
|
|
@@ -578,6 +579,7 @@ export default {
|
|
})
|
|
})
|
|
},
|
|
},
|
|
payment() {
|
|
payment() {
|
|
|
|
+ this.imageUrl = ''
|
|
if (this.modification.length == 0) {
|
|
if (this.modification.length == 0) {
|
|
this.$message.warning('请选择要付款的条目')
|
|
this.$message.warning('请选择要付款的条目')
|
|
} else {
|
|
} else {
|
|
@@ -728,11 +730,11 @@ export default {
|
|
})
|
|
})
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- print(row) {
|
|
|
|
|
|
+ print(row) {debugger
|
|
console.log('打印数据', row)
|
|
console.log('打印数据', row)
|
|
if (sessionStorage.getItem('ws-pf_roleName') == '财务') {
|
|
if (sessionStorage.getItem('ws-pf_roleName') == '财务') {
|
|
this.isShowPrintType = true
|
|
this.isShowPrintType = true
|
|
- this.row = row
|
|
|
|
|
|
+ this.rowData = row
|
|
} else {
|
|
} else {
|
|
getpaymentexamine({ id: row.id })
|
|
getpaymentexamine({ id: row.id })
|
|
.toPromise()
|
|
.toPromise()
|