|
@@ -1201,7 +1201,7 @@
|
|
|
let _list2 = []
|
|
|
if (this.printType == 1) {
|
|
|
localStorage.setItem('cwprint', true)
|
|
|
- if(localStorage.getItem('ws-pf_staffName') == '全能账号'){
|
|
|
+ if(localStorage.getItem('ws-pf_staffName') == '全能账号'||localStorage.getItem('ws-pf_staffName') == '单金龙'){
|
|
|
// 财务批量打印数据
|
|
|
for (let i = 0; i < this.selectPrintList.length; i++) {
|
|
|
if (this.selectPrintList[i].warehouseName.indexOf('鑫满仓') > -1) {
|
|
@@ -1233,7 +1233,7 @@
|
|
|
_list1 = JSON.stringify(this.printData)
|
|
|
_list2 = JSON.stringify(this.customerList)
|
|
|
}
|
|
|
- if(localStorage.getItem('ws-pf_staffName') == '全能账号'){
|
|
|
+ if(localStorage.getItem('ws-pf_staffName') == '全能账号'||localStorage.getItem('ws-pf_staffName') == '单金龙'){
|
|
|
window.open(
|
|
|
'../../../../../static/payprint.html?type=2&dataList=' +
|
|
|
_list1 +
|