Commit 4c076f9c authored by liudong1993's avatar liudong1993

员工管理 财务单据交接 增加权限控制

parent 4f0605e9
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
<el-tooltip class="item" effect="dark" :content="$t('adm.adm_bindaccountinfo')" placement="top"> <el-tooltip class="item" effect="dark" :content="$t('adm.adm_bindaccountinfo')" placement="top">
<el-button type="primary" class='zidingyiFz' icon="iconfont icon-bangdingzhagnhuxinxi" circle @click="goUrl('empBankAccount',item.EmployeeId)"></el-button> <el-button type="primary" class='zidingyiFz' icon="iconfont icon-bangdingzhagnhuxinxi" circle @click="goUrl('empBankAccount',item.EmployeeId)"></el-button>
</el-tooltip> </el-tooltip>
<el-tooltip class="item" effect="dark" content="单据交接" placement="top"> <el-tooltip v-if="isSelectFinaceJJ" class="item" effect="dark" content="单据交接" placement="top">
<el-button type="primary" class='zidingyiFz' icon="iconfont icon-zhuanhuan2" circle @click="goUrl('GetWOrkTransferPageLis',item.EmployeeId)"></el-button> <el-button type="primary" class='zidingyiFz' icon="iconfont icon-zhuanhuan2" circle @click="goUrl('GetWOrkTransferPageLis',item.EmployeeId)"></el-button>
</el-tooltip> </el-tooltip>
</td> </td>
...@@ -319,6 +319,7 @@ ...@@ -319,6 +319,7 @@
isRight: true, isRight: true,
dialogTitle: '', dialogTitle: '',
insideDialogTxt: '', insideDialogTxt: '',
isSelectFinaceJJ: false,
//请求 //请求
msg: { msg: {
pageIndex: 1, pageIndex: 1,
...@@ -460,6 +461,10 @@ ...@@ -460,6 +461,10 @@
this.getPostMsg.RB_Department_Id=userInfo.RB_Department_Id; //部门 this.getPostMsg.RB_Department_Id=userInfo.RB_Department_Id; //部门
this.msg.IsParentCompany=userInfo.IsParentCompany;//是否为总公司 this.msg.IsParentCompany=userInfo.IsParentCompany;//是否为总公司
if((","+userInfo.ActionMenuCode+",").indexOf(',F_WorkTransfer,')!=-1){
this.isSelectFinaceJJ = true;
}
this.getList(); this.getList();
this.getCompany(); this.getCompany();
this.getDerpartMent(); this.getDerpartMent();
......
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