Commit c3d37f64 authored by youjie's avatar youjie

no message

parent 95707cd0
...@@ -1992,7 +1992,9 @@ ...@@ -1992,7 +1992,9 @@
</table> </table>
</div> </div>
</div> </div>
<div class="Team_BtnList" v-if="IsHaveAuth"> <div class="Team_BtnList" v-if="IsHaveAuth
||ActionMenuCode.indexOf('isManageFinance')!=-1
||ActionMenuCode.indexOf('F_Query_AllIncomPay')!=-1">
<input type="button" @click="zhaunBox" value="单据转团" class="hollowFixedBtn" /> <input type="button" @click="zhaunBox" value="单据转团" class="hollowFixedBtn" />
<input type="button" v-if="!CloseIncomeBtn" @click="UpdateBrakeAccountStatus" <input type="button" v-if="!CloseIncomeBtn" @click="UpdateBrakeAccountStatus"
:value="(DataList&&DataList.TeamBalance&&DataList.TeamBalance.BrakeAccountStatus === 0) ? '关闭收支操作' : '开启收支操作'" :value="(DataList&&DataList.TeamBalance&&DataList.TeamBalance.BrakeAccountStatus === 0) ? '关闭收支操作' : '开启收支操作'"
...@@ -2177,7 +2179,8 @@ ...@@ -2177,7 +2179,8 @@
EndTime: '', EndTime: '',
}, },
dataDocList: [], dataDocList: [],
EditBtn: false EditBtn: false,
ActionMenuCode: ''
}; };
}, },
methods: { methods: {
...@@ -2933,7 +2936,7 @@ ...@@ -2933,7 +2936,7 @@
this.IsHaveAuth = false; this.IsHaveAuth = false;
} }
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
let ActionMenuCode = userInfo.ActionMenuCode; let ActionMenuCode = this.ActionMenuCode = userInfo.ActionMenuCode;
// 查看团队收支明细权限 // 查看团队收支明细权限
if (ActionMenuCode.indexOf('isIncomeExpenditure') != -1) { if (ActionMenuCode.indexOf('isIncomeExpenditure') != -1) {
this.isIncomeExpenditure = true this.isIncomeExpenditure = true
......
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