Commit 3d773fab authored by liudong1993's avatar liudong1993

1 日本 PIC资金预算 入口

parent 793aed0f
...@@ -801,6 +801,17 @@ ...@@ -801,6 +801,17 @@
@click="BOSSBtn3 = !BOSSBtn3,checkList = [],toggleSelection()">{{$t('objFill.v101.FinancialModule.guanbiyjdy')}}</button> @click="BOSSBtn3 = !BOSSBtn3,checkList = [],toggleSelection()">{{$t('objFill.v101.FinancialModule.guanbiyjdy')}}</button>
<button class="hollowFixedBtn" v-if="BOSSBtn3" @click="BOSSBtnClick(3)">{{$t('ground.dayin')}}</button> <button class="hollowFixedBtn" v-if="BOSSBtn3" @click="BOSSBtnClick(3)">{{$t('ground.dayin')}}</button>
</template> </template>
<template v-if="this.userId==2739 || this.userId==3038 || this.userId==2604">
<el-dropdown width:100px>
<span class="el-dropdown-link">
更多<i class="el-icon-arrow-down el-icon--right"></i>
</span>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item><span @click="ToPICDetial()">PIC资金预算</span></el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
</template>
</li> </li>
</ul> </ul>
<div class="Myquery-box"> <div class="Myquery-box">
...@@ -4039,6 +4050,15 @@ ...@@ -4039,6 +4050,15 @@
} }
}); });
}, },
ToPICDetial(){
this.$router.push({
name: 'PICCapitalBudget',
query: {
blank: "y",
tab: '资金预算'
}
});
},
goEit(type, id, edit, Conditon, pageIndex, item) { goEit(type, id, edit, Conditon, pageIndex, item) {
let path = ""; let path = "";
if (type === 1) { if (type === 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