Commit da7a8ff9 authored by 黄媛媛's avatar 黄媛媛
parents 883bf2c7 83ff92fc
...@@ -408,7 +408,7 @@ ...@@ -408,7 +408,7 @@
</template> </template>
<tr v-if="TotalNav.planPriceList"> <tr v-if="TotalNav.planPriceList">
<td>总金额</td> <td>总金额</td>
<td colspan="24"> <td colspan="25">
<span v-for="plan in TotalNav.planPriceList" v-if="plan.UserType==1"> <span v-for="plan in TotalNav.planPriceList" v-if="plan.UserType==1">
{{plan.PlanTotalPrice}} <span v-if="plan.CurrencyId>0"> ( {{plan.PlanTotalPrice}} <span v-if="plan.CurrencyId>0"> (
<template v-if="IsShowRMB"> <template v-if="IsShowRMB">
...@@ -698,10 +698,15 @@ ...@@ -698,10 +698,15 @@
<template v-for="leadr in cur.LeaderGetPriceArr" v-if=" leadr.TCNUMS == item.TCNUMS"> <template v-for="leadr in cur.LeaderGetPriceArr" v-if=" leadr.TCNUMS == item.TCNUMS">
<input type="button" v-if="item.TeamType == 1 && index2==0" value="日当费" class="normalBtn" <input type="button" v-if="item.TeamType == 1 && index2==0" value="日当费" class="normalBtn"
@click="goZhiDan(item, 2)" /> @click="goZhiDan(item, 2)" />
<el-tooltip class="item" effect="dark" :content="currencyTypeObj[leadr.CurrencyId]" placement="top"> <template v-if="item.hideZDBtn && ContractUrlCount == 0" >
<input type="button" v-if="item.hideZDBtn && ContractUrlCount == 0" value="制单" class="normalBtn" <el-tooltip class="item" effect="dark" :content="currencyTypeObj[leadr.CurrencyId]" placement="top">
@click="goZhiDan(item,0,leadr,cur)" /> <input type="button" value="制单" class="normalBtn"
</el-tooltip> @click="goZhiDan(item,0,leadr,cur)" />
</el-tooltip>
</template>
<template v-else>
<span>未上传现付、刷卡的酒店手配书无法制单</span>
</template>
</template> </template>
</div> </div>
</td> </td>
......
...@@ -52,9 +52,9 @@ export default { ...@@ -52,9 +52,9 @@ export default {
const marker = new BMap.Marker(point, { icon: icon }); const marker = new BMap.Marker(point, { icon: icon });
// const infoWindow = new BMap.InfoWindow('简易的信息窗口') // const infoWindow = new BMap.InfoWindow('简易的信息窗口')
//绑定事件,显示窗口 //绑定事件,显示窗口
// marker.addEventListener("click", function(){ marker.addEventListener("click", function(){
// _this.markerClick(point, item) _this.markerClick(point, item)
// }); });
markerClusterers[item.type || 0].push(marker) markerClusterers[item.type || 0].push(marker)
//添加点标注即添加覆盖物 //添加点标注即添加覆盖物
map.addOverlay(marker); map.addOverlay(marker);
...@@ -153,7 +153,8 @@ export default { ...@@ -153,7 +153,8 @@ export default {
data.NotVisit.map(x=>{ data.NotVisit.map(x=>{
x.type = 1 x.type = 1
}) })
let baiduMapData = [...data.ActivateList, ...data.InActiveList, ...data.NotVisit]; // let baiduMapData = [...data.ActivateList, ...data.InActiveList, ...data.NotVisit];
let baiduMapData = [...data.NotVisit, ...data.ActivateList];
this.baiduMapData = baiduMapData this.baiduMapData = baiduMapData
this.creatMap() this.creatMap()
} }
......
...@@ -75,12 +75,12 @@ ...@@ -75,12 +75,12 @@
</li> </li>
<li style="float:right;padding-top:10px;color:#111111">{{$t('salesModule.JYETJ')}}{{datainfo.sumMoney}}</li> <li style="float:right;padding-top:10px;color:#111111">{{$t('salesModule.JYETJ')}}{{datainfo.sumMoney}}</li>
<li> <li>
<!-- <input <input
type="button" type="button"
class="hollowFixedBtn" class="hollowFixedBtn"
:value="$t('ground.kehuditu')" :value="$t('ground.kehuditu')"
@click="getMap()" @click="getMap()"
> --> >
<input <input
type="button" type="button"
class="hollowFixedBtn" class="hollowFixedBtn"
......
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