Commit 06124025 authored by 黄媛媛's avatar 黄媛媛
parents 606350e2 a9e842fd
...@@ -800,7 +800,7 @@ var tripUtils = { ...@@ -800,7 +800,7 @@ var tripUtils = {
GetB2BUrl(B2BDomain, ConfigId, tcid) { GetB2BUrl(B2BDomain, ConfigId, tcid) {
var url = ""; var url = "";
if (B2BDomain) { if (B2BDomain) {
url = "http://" + B2BDomain + "/details/" + url = "http://" + B2BDomain + "/#/details/" +
encodeURIComponent(ConfigId) + encodeURIComponent(ConfigId) +
"/" + "/" +
tcid; tcid;
......
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="供應商旅行社" name="third"> <el-tab-pane label="供應商旅行社" name="third">
<div class="webSiteBg"> <div class="webSiteBg">
<el-button :disabled="chooseTAArray.length>0?false:true" @click="setTravelagencyArea(1)">批次設定區域</el-button> <el-button :disabled="chooseTAArray.length>0?false:true" @click="setTravelagencyArea(1)" style="padding-bottom:10px;">批次設定區域</el-button>
<el-table ref="multipleTable" :data="PostMsg.TravelagencyList" tooltip-effect="dark" style="width: 100%" <el-table ref="multipleTable" :data="PostMsg.TravelagencyList" tooltip-effect="dark" style="width: 100%"
@selection-change="handleSelectionChange" height="550"> @selection-change="handleSelectionChange" height="550">
<el-table-column type="selection" width="100px"> <el-table-column type="selection" width="100px">
......
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