Commit df382ef4 authored by zhengke's avatar zhengke

页面修改

parent 9c663441
...@@ -855,7 +855,9 @@ ...@@ -855,7 +855,9 @@
<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-tooltip class="item" effect="dark" content="直客版预览" placement="top-start" v-if="item.LineID!=2&&item.LineID!=8">
<el-button @click.native="goB2B(item)" type="primary" style='background:#F16C3C; border-color:#F16C3C' icon="iconfont icon-view"></el-button>
</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">
...@@ -2361,11 +2363,11 @@ ...@@ -2361,11 +2363,11 @@
}, err => {}) }, err => {})
}, },
//直客版行程 //直客版行程
goB2B(ConfigId, tcid) { goB2B(item) {
window.open( window.open(
"http://www.oytour.com/#/newTrip" +'?ID='+encodeURIComponent(ConfigId) + "http://www.oytour.com/#/newTrip" +'?ID='+encodeURIComponent(item.ConfigID) +
"&" + "&" +
'tcid='+tcid, 'tcid='+item.TCID,
"_blank" "_blank"
); );
} }
......
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