Commit 408523b0 authored by youjie's avatar youjie

no message

parent 652124b2
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
<td>{{item.EmName}}</td> <td>{{item.EmName}}</td>
<td><span class="cursor-p" @click="clickUrl(item,1)">{{item.OrderId}}</span></td> <td><span class="cursor-p" @click="clickUrl(item,1)">{{item.OrderId}}</span></td>
<td>{{item.OrderTypeName}}</td> <td>{{item.OrderTypeName}}</td>
<td style="font-size: 12px;">{{item.TCNUM?item.TCNUM:'-'}} <td style="font-size: 12px;" :style="{'cursor':item.TCID?'pointer':''}" @click="item.TCID?goTravel(item.TCID):''">{{item.TCNUM?item.TCNUM:'-'}}
<p v-if="item.OutBranchName">{{item.OutBranchName?item.OutBranchName:'-'}}</p> <p v-if="item.OutBranchName">{{item.OutBranchName?item.OutBranchName:'-'}}</p>
</td> </td>
<td>{{item.LineName?item.LineName:'-'}}</td> <td>{{item.LineName?item.LineName:'-'}}</td>
...@@ -329,6 +329,16 @@ ...@@ -329,6 +329,16 @@
} }
); );
}, },
goTravel(TCID) { //跳转到团队列表
this.$router.push({
path: 'TeamBalancePayment',//TravelControlList
query: {
id: TCID,
blank: 'y',
tab: '团队收支'//团控列表
}
});
},
exportExcel() { //导出 exportExcel() { //导出
var fileName = "印象票务提成人员表.xls"; var fileName = "印象票务提成人员表.xls";
this.crmGetLocalFile("/api/Commission/GetCommissionOrderDetialToExcel", this.msg, fileName); this.crmGetLocalFile("/api/Commission/GetCommissionOrderDetialToExcel", this.msg, fileName);
...@@ -338,4 +348,3 @@ ...@@ -338,4 +348,3 @@
} }
</script> </script>
\ No newline at end of file
...@@ -372,11 +372,11 @@ ...@@ -372,11 +372,11 @@
}, },
goTravel(TCID) { //跳转到团队列表 goTravel(TCID) { //跳转到团队列表
this.$router.push({ this.$router.push({
path: 'TravelControlList', path: 'TeamBalancePayment',//TravelControlList
query: { query: {
TCID: TCID, id: TCID,
blank: 'y', blank: 'y',
tab: '团控列表' tab: '团队收支'//团控列表
} }
}); });
} }
......
...@@ -321,20 +321,28 @@ ...@@ -321,20 +321,28 @@
},err=>{}) },err=>{})
}, },
goTuanDetails(row) { goTuanDetails(row) {
let name = ''
if (row.IsOneDayOrder == 1) {
name = 'groupTourOrderByTuanOne'
} else {
name = 'groupTourOrderByTuan'
}
this.$router.push({ this.$router.push({
name: name, path: 'TeamBalancePayment',//TravelControlList
query: { query: {
id: row.TCID, id: row.TCID,
tcmun: row.TCNUM, blank: 'y',
blank: "y", tab: '团队收支'//团控列表
} }
}); });
// let name = ''
// if (row.IsOneDayOrder == 1) {
// name = 'groupTourOrderByTuanOne'
// } else {
// name = 'groupTourOrderByTuan'
// }
// this.$router.push({
// name: name,
// query: {
// id: row.TCID,
// tcmun: row.TCNUM,
// blank: "y",
// }
// });
}, },
clickUrl(row,type){ clickUrl(row,type){
let data = [{ let data = [{
......
...@@ -351,11 +351,11 @@ ...@@ -351,11 +351,11 @@
}, },
goTravel(TCID) { //跳转到团队列表 goTravel(TCID) { //跳转到团队列表
this.$router.push({ this.$router.push({
path: 'TravelControlList', path: 'TeamBalancePayment',//TravelControlList
query: { query: {
TCID: TCID, id: TCID,
blank: 'y', blank: 'y',
tab: '团控列表' tab: '团队收支'//团控列表
} }
}); });
} }
...@@ -364,4 +364,3 @@ ...@@ -364,4 +364,3 @@
} }
</script> </script>
\ No newline at end of file
...@@ -345,11 +345,11 @@ ...@@ -345,11 +345,11 @@
}, },
goTravel(TCID) { //跳转到团队列表 goTravel(TCID) { //跳转到团队列表
this.$router.push({ this.$router.push({
path: 'TravelControlList', path: 'TeamBalancePayment',//TravelControlList
query: { query: {
TCID: TCID, id: TCID,
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