ccjgmwz 3 лет назад
Родитель
Сommit
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.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]