ccjgmwz 3 yıl önce
ebeveyn
işleme
d9b3df846d

+ 1 - 1
src/components/balanceAlert.vue

@@ -133,7 +133,7 @@ export default {
           if (
             this.deptBudgetList.warehouseName &&
             (this.deptBudgetList.warehouseName == '山东诸城迈饶库' ||
-            (this.deptBudgetList.warehouseName == '山东岳沟库' ||
+            this.deptBudgetList.warehouseName == '山东园丰库' ||
               this.deptBudgetList.warehouseName == '克东千红库' ||
               this.deptBudgetList.warehouseName == '鲅鱼圈祥腾库' ||
               this.deptBudgetList.warehouseName == '哈尔滨依兰库' ||

+ 2 - 2
src/views/houseSelfCollect/paymentManagement.vue

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