Commit 283b5489 authored by 黄奎's avatar 黄奎

页面修改

parent bb150e8f
......@@ -839,7 +839,9 @@
<div class="TCID_cont PingFangSC">
团期:
<span v-show="item.PriceList.length==0">暂无</span>
<span class="Ticket_TCID" v-for="subItem in item.PriceList">({{subItem.TCID}}){{subItem.TCNUM}}
<span class="Ticket_TCID" v-for="subItem in item.PriceList">
<a style="color:blue;cursor:pointer" @click='goUrlT("TravelControlList",subItem.TCNUM,"团控列表")'>
({{subItem.TCID}}){{subItem.TCNUM}} </a>
&nbsp;</span>
</div>
</el-col>
......@@ -962,6 +964,18 @@
};
},
methods: {
//页面跳转
goUrlT(path, obj, title) {
this.$router.push({
name: path,
query: {
"tcmun": obj,
IsUnionCked:0,//只看主团
blank: 'y',
tab: title
}
})
},
getList() {
this.loading = true;
if (this.Query.ID == "") {
......
......@@ -4865,6 +4865,7 @@
query: {
id: id,
OutBranchId: OutBranchId,
IsHaveAuth:true,
blank: "y",
tab: "团队收支明细"
}
......
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