Commit 9c663441 authored by zhengke's avatar zhengke

新增直客版行程链接

parent 6bcce352
...@@ -855,6 +855,7 @@ ...@@ -855,6 +855,7 @@
<el-tooltip class="item" effect="dark" :content="$t('Operation.Op_tripDownLoad')" placement="top-start"> <el-tooltip class="item" effect="dark" :content="$t('Operation.Op_tripDownLoad')" placement="top-start">
<el-button @click="toTrip(item)" type="primary" style='background:#47BF8C; border-color:#47BF8C' icon="iconfont icon-xiazai"></el-button> <el-button @click="toTrip(item)" type="primary" style='background:#47BF8C; border-color:#47BF8C' icon="iconfont icon-xiazai"></el-button>
</el-tooltip> </el-tooltip>
</el-button-group> </el-button-group>
<el-button-group style="display:block;"> <el-button-group style="display:block;">
<el-tooltip class="item" effect="dark" :content="$t('salesModule.ShareTrip')" placement="top-start" style="float:left"> <el-tooltip class="item" effect="dark" :content="$t('salesModule.ShareTrip')" placement="top-start" style="float:left">
...@@ -2358,6 +2359,15 @@ ...@@ -2358,6 +2359,15 @@
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
} }
}, err => {}) }, err => {})
},
//直客版行程
goB2B(ConfigId, tcid) {
window.open(
"http://www.oytour.com/#/newTrip" +'?ID='+encodeURIComponent(ConfigId) +
"&" +
'tcid='+tcid,
"_blank"
);
} }
}, },
mounted() { mounted() {
......
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