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

页面修改

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