Browse Source

11011030rifu

liuhj 6 months ago
parent
commit
cfef858868
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/components/Finance/DailyFeeedit.vue

+ 5 - 1
src/components/Finance/DailyFeeedit.vue

@@ -419,11 +419,15 @@ export default {
                             that.typechange()
                             that.ruleForm.name=res.data.data.priceTypeId;
                             that.fullscreenLoading=false;
+                            
                             if(that.userid!=res.data.data.createUserId){
                                 that.thesame=true;
                             }else if(res.data.data.fAudit==1||res.data.data.mAudit==1){
                                 that.thesame=true;
-                            }
+                                if(that.ruleForm.type==90){
+                                    that.thesame=false;
+                                }
+                            } 
                             if(that.thesame==true){
                                 that.banned=true;
                                 that.bannedtype=true;