Browse Source

前端 sdy

zhongtianhaoyuan 3 years ago
parent
commit
bf299c8a1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/static/payprint.html

+ 1 - 1
public/static/payprint.html

@@ -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]