Commit e71f69f1 authored by youjie's avatar youjie

no message

parent 37d017bf
......@@ -802,7 +802,8 @@
<p class="d12TC">{{item.TCNUM}}({{item.TCID}})</p>
<p>{{item.LtName}}</p>
<el-tooltip class="item" effect="dark" :content="item.Title" placement="top-start" popper-class="max-w250">
<p class="d12p" @click="getJourney(item.ConfigID,item.LineName)" :title="item.Title">{{item.Title}}</p>
<!-- <p class="d12p" @click="getJourney(item.ConfigID,item.LineName)" :title="item.Title">{{item.Title}}</p> -->
<p class="d12p" @click="goB2Bdetail(item.ConfigID, item.TCID)" :title="item.Title">{{item.Title}}</p>
</el-tooltip>
</div>
</div>
......@@ -1276,6 +1277,8 @@
],
TotalNumber: 0,
countryList: [],//国籍
//当前登录用户信息
CurrentUserInfo: {},
}
},
components: {
......@@ -1327,6 +1330,13 @@
}
},
methods: {
goB2Bdetail(ConfigId, tcid) {
var url = "http://" + 'www.oytour.com';
window.open(
url + "/#/detail/XXcsyIZsyIY%3D/" +tcid +"/" +encodeURIComponent(ConfigId),
"_blank"
);
},
getCountry() {
//获取国家
let msg = {};
......@@ -2451,6 +2461,9 @@
let nowDay =this.FormartDate(new Date());
this.msg.StartTime = nowDay;
}
let userInfo = this.getLocalStorage()
this.CurrentUserInfo = userInfo
this.getEmployee()
this.getCompanyList()
this.getList()
......
......@@ -415,7 +415,6 @@
<div>
<span>订单总金额:</span>
<b>{{ msg.Money.toFixed(2) }} <span class="fz12">{{types[0].CurrencyName}}</span></b>
</div>
</div>
<div class="right-Submit">
......
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