ccjgmwz 3 年之前
父节点
当前提交
6dbe6bbf97
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/static/payprint.html

+ 1 - 1
public/static/payprint.html

@@ -598,7 +598,7 @@
         this.showType = decodeURIComponent(this.getQueryVariable('printTypeList'))
         this.showType = decodeURIComponent(this.getQueryVariable('printTypeList'))
         this.customerList = JSON.parse(decodeURIComponent(this.getQueryVariable('customerList')))
         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.identity = this.customerList.cardAddressUrl.split(',')
           this.bank = this.customerList.payeeAddressUrl.split(',')
           this.bank = this.customerList.payeeAddressUrl.split(',')
           this.imageUrl1 = this.identity[0]
           this.imageUrl1 = this.identity[0]