Commit e1e7e4e3 authored by liudong1993's avatar liudong1993

1

parent 8d9138cf
...@@ -939,7 +939,7 @@ ...@@ -939,7 +939,7 @@
<template v-if="IsHaveAuth"> <template v-if="IsHaveAuth">
<input type="button" :value="$t('Operation.Op_visaPrice')" class="hollowFixedBtn TeamAddBtn" v-show="ishowBtn" @click="goUrlVisa" /> <input type="button" :value="$t('Operation.Op_visaPrice')" class="hollowFixedBtn TeamAddBtn" v-show="ishowBtn" @click="goUrlVisa" />
<input type="button" :value="$t('objFill.tuanduizr')" class="hollowFixedBtn TeamAddBtn" v-show="ishowBtn" @click="TDZR" /> <input type="button" :value="$t('objFill.tuanduizr')" class="hollowFixedBtn TeamAddBtn" v-show="ishowBtn" @click="TDZR" />
<!-- <input type="button" :value="$t('pub.addBtn')" class="hollowFixedBtn TeamAddBtn" v-show="ishowBtn" @click="AddOutDetail(3)" /> --> <input v-if="groupId!=2" type="button" :value="$t('pub.addBtn')" class="hollowFixedBtn TeamAddBtn" v-show="ishowBtn" @click="AddOutDetail(3)" />
<span style="float:right">{{$t('objFill.zhuyi')}}{{$t('objFill.feiqianzfcbzd')}} &nbsp;</span> <span style="float:right">{{$t('objFill.zhuyi')}}{{$t('objFill.feiqianzfcbzd')}} &nbsp;</span>
</template> </template>
</div> </div>
...@@ -2243,7 +2243,8 @@ ...@@ -2243,7 +2243,8 @@
}, },
dataDocList: [], dataDocList: [],
EditBtn: false, EditBtn: false,
ActionMenuCode: '' ActionMenuCode: '',
groupId:2
}; };
}, },
methods: { methods: {
...@@ -3019,6 +3020,7 @@ ...@@ -3019,6 +3020,7 @@
this.IsHaveAuth = false; this.IsHaveAuth = false;
} }
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
this.groupId = userInfo.RB_Group_id;
let ActionMenuCode = this.ActionMenuCode = userInfo.ActionMenuCode; let ActionMenuCode = this.ActionMenuCode = userInfo.ActionMenuCode;
// 查看团队收支明细权限 // 查看团队收支明细权限
if (ActionMenuCode.indexOf('isIncomeExpenditure') != -1) { if (ActionMenuCode.indexOf('isIncomeExpenditure') != -1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment