Commit 9f4fe15a authored by youjie's avatar youjie

当前利润差额列表

parent 3d4ed539
......@@ -91,7 +91,10 @@
<el-button @click="YijianZD(item,2)" type="danger" class="CM_look" v-if="cMaker==true"
icon="iconfont icon-mui-icon-add" circle></el-button>
</el-tooltip>
<el-tooltip class="item" effect="dark" content="当期利润" placement="top">
<el-button @click="goUrl('ImpressionCurrentProfit',item.Id,1)" type="danger" class="CM_look"
icon="iconfont icon-money" circle></el-button>
</el-tooltip>
</td>
</tr>
<tr v-if="dataList.length==0">
......@@ -229,13 +232,20 @@
this.msg.pageIndex = val;
this.getList();
},
goUrl(path, id) {
goUrl(path, id,type) {
let title = ''
if(type==1){
title = '当期利润差额'
}else{
title = '期数详情'
}
this.$router.push({
path: path,
query: {
PeriodsId: id,
blank: 'y',
tab: '期数详情'
tab: title
}
});
},
......
......@@ -4761,6 +4761,14 @@ export default {
title: '印象票务提成详情'
}
},
{
path: '/ImpressionCurrentProfit',
name: 'ImpressionCurrentProfit',
component: resolve => require(['@/components/FinancialModule/ImpressionTicketing/currentProfit'], resolve),
meta: {
title: '当期利润差额'
}
},
{
path: '/groupApproval',
name: 'groupApproval',
......
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