|
@@ -598,7 +598,7 @@
|
|
|
this.showType = decodeURIComponent(this.getQueryVariable('printTypeList'))
|
|
|
this.customerList = JSON.parse(decodeURIComponent(this.getQueryVariable('customerList')))
|
|
|
|
|
|
- if (sessionStorage.getItem('ws-pf_roleName') == '财务') {
|
|
|
+ if (sessionStorage.getItem('cwprint')) {
|
|
|
this.identity = this.customerList.cardAddressUrl.split(',')
|
|
|
this.bank = this.customerList.payeeAddressUrl.split(',')
|
|
|
this.imageUrl1 = this.identity[0]
|