Commit e71f69f1 authored by youjie's avatar youjie

no message

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