liuhj 10 months ago
parent
commit
767cd1ff49
2 changed files with 3 additions and 3 deletions
  1. 1 1
      src/components/expenseMobile.vue
  2. 2 2
      src/components/expenseMobileinfo.vue

+ 1 - 1
src/components/expenseMobile.vue

@@ -177,7 +177,7 @@ export default {
         },
         //审核
         PostDelDailyPaymentAudit(val1,val2){
-            if (this.uid==undefined) {
+            if (this.uid==undefined||this.uid!=21||this.uid==22) {
                 return  this.$message.error("无审核权限");
             }
             var url = "/api/Financial/PostDelDailyPaymentAudit"

+ 2 - 2
src/components/expenseMobileinfo.vue

@@ -180,7 +180,7 @@ export default {
         },
         //单独审批
         noPostAuditGrpCreditCardPayment(val, num) {
-            if(this.uid==undefined){
+            if(this.uid==undefined||this.uid!=21||this.uid==22){
                 return  this.$message.error("无审核权限");
             }
             var url = "/api/Groups/PostAuditGrpCreditCardPayment"
@@ -225,7 +225,7 @@ export default {
                 });
                 return
             }
-            if(this.uid==undefined){
+            if(this.uid==undefined||this.uid!=21||this.uid==22){
                 return  this.$message.error("无审核权限");
             }
             var url = "/api/Groups/PostAuditGrpCreditCardPayment"