中小
xiaozhiyong 9 months ago
parent d1af8b7ecb
commit 9f13a13cc8
  1. 2
      BagStation/pages/routePlain/routePlain.vue
  2. 408
      BagStation/pages/stationMap/stationMap.vue
  3. 286
      components/three-sites.vue

@ -170,7 +170,7 @@
latitude :that.origin.latitude
}
}
oilSiteApi.getSiteList(data1).then(res => {
oilSiteApi.findKASiteInfoByPage(data1).then(res => {
//console.log(res)
if (res.code == 20000) {
that.nearSite = res.data.list

@ -1,79 +1,109 @@
<template>
<view>
<cu-custom class="main-totextbar bg-main-oil" :isBack="true" bgColor="bg-main-oil">
<block slot="backText">返回</block>
<block slot="content">油站地图</block>
</cu-custom>
<view>
<view class="cu-bar search bg-white">
<view class="search-form round">
<text class="cuIcon-search"></text>
<input confirm-type="search" @input="onInput" @confirm="onSearch" v-model="siteName" :adjust-position="false" type="text" placeholder="加油站名称" />
</view>
<view class="action" @tap="loadMore">
更多
<cu-custom
class="main-totextbar bg-main-oil"
:isBack="true"
bgColor="bg-main-oil"
>
<block slot="backText">返回</block>
<block slot="content">油站地图</block>
</cu-custom>
<view>
<view class="cu-bar search bg-white">
<view class="search-form round">
<text class="cuIcon-search"></text>
<input
confirm-type="search"
@input="onInput"
@confirm="onSearch"
v-model="siteName"
:adjust-position="false"
type="text"
placeholder="加油站名称"
/>
</view>
<view class="action" @tap="loadMore"> 更多 </view>
</view>
</view>
<view class="page-body">
<view class="page-section page-section-gap">
<map style="width: 100%; height:100vh;" :controls="controls" :polyline='polyline' :scale="scale" :latitude="latitude" @labeltap='makerTap' @markertap="makerTap" :longitude="longitude" :markers="covers">
</map>
<view class="page-body">
<view class="page-section page-section-gap">
<map
style="width: 100%; height: 100vh"
:controls="controls"
:polyline="polyline"
:scale="scale"
:latitude="latitude"
@labeltap="makerTap"
@markertap="makerTap"
:longitude="longitude"
:markers="covers"
>
</map>
</view>
</view>
</view>
</view>
<view class="cu-modal bottom-modal" :class="showSite">
<view class="cu-dialog" @tap.stop="">
<view class="cu-bar bg-white justify-end">
<view class="content"> {{siteInfo.siteName?siteInfo.siteName:'油站名称'}}</view>
<view class="action" @tap="showSite=''">
<text class="cuIcon-close text-red"></text>
<view class="cu-modal bottom-modal" :class="showSite">
<view class="cu-dialog" @tap.stop="">
<view class="cu-bar bg-white justify-end">
<view class="content">
{{ siteInfo.siteName ? siteInfo.siteName : "油站名称" }}</view
>
<view class="action" @tap="showSite = ''">
<text class="cuIcon-close text-red"></text>
</view>
</view>
</view>
<view class="flex-sub">
<view class="cu-list menu padding-sm radius my-shadow bg-white yu-card-xuan">
<view class="cu-item ">
<view class="content" @tap="toDetail(siteInfo)">
<view class="strong padding-bottom-xs">
{{siteInfo.siteName?siteInfo.siteName:'油站名称'}}
</view>
<view class="text-gray flex">
<view class="text-bold yellow-oil; text-xl padding-right-xs">
{{siteInfo.oilProductCode}}
<view class="flex-sub">
<view
class="cu-list menu padding-sm radius my-shadow bg-white yu-card-xuan"
>
<view class="cu-item">
<view class="content" @tap="toDetail(siteInfo)">
<view class="strong padding-bottom-xs">
{{ siteInfo.siteName ? siteInfo.siteName : "油站名称" }}
</view>
<view class="oil-main-color text-xl text-bold padding-right-xs">
<view class="text-gray flex">
<view class="text-bold yellow-oil; text-xl padding-right-xs">
{{ siteInfo.oilProductCode }}
</view>
<view
class="oil-main-color text-xl text-bold padding-right-xs"
>
{{ siteInfo.sitePrice | moneyFormat }}
</view>
<view class="">
<text
class="cu-tag oil-tag radius text-xs"
v-if="siteInfo.oilSitePrice - siteInfo.sitePrice > 0"
>{{
(siteInfo.oilSitePrice - siteInfo.sitePrice)
| moneyFormat
}}</text
>
</view>
{{siteInfo.sitePrice|moneyFormat}}
<view class="text-cut padding-left-sm text-lg">
<text
class="text-delete color-333 text-sm padding-right-xs"
>
{{ siteInfo.oilSitePrice | moneyFormat }}/L
</text>
</view>
<view class="">
<text class="cu-tag oil-tag radius text-xs" v-if="siteInfo.oilSitePrice - siteInfo.sitePrice>0">{{(siteInfo.oilSitePrice - siteInfo.sitePrice)|moneyFormat}}</text>
</view>
<view class="text-cut padding-left-sm text-lg">
<text class="text-delete color-333 text-sm padding-right-xs">
{{siteInfo.oilSitePrice|moneyFormat}}/L
</text>
<!-- <my-icon iconName="¥.png" class="padding-right-xs icon-rectangle"></my-icon>
<!-- <my-icon iconName="¥.png" class="padding-right-xs icon-rectangle"></my-icon>
<my-icon iconName="f.png" class="padding-right-xs "></my-icon> -->
</view>
</view>
<view class="font-12 text-left color-999 site-label text-cut">
{{ siteInfo.address ? siteInfo.siteName : "油站地址" }}
</view>
</view>
<view class="font-12 text-left color-999 site-label text-cut">
{{siteInfo.address?siteInfo.siteName:'油站地址'}}
</view>
</view>
<view class="action " @tap="openMap">
<view class="oil-main-color">
<my-icon iconName="sy-der-icon.png" class="padding-right-xs text-sm"></my-icon>
{{siteInfo.juli|distanceFilter}}
<view class="action" @tap="openMap">
<view class="oil-main-color">
<my-icon
iconName="sy-der-icon.png"
class="padding-right-xs text-sm"
></my-icon>
{{ siteInfo.juli | distanceFilter }}
</view>
</view>
</view>
</view>
@ -81,17 +111,16 @@
</view>
</view>
</view>
</view>
</template>
<script>
import oilSiteApi from '@/api/oil-site.js'
import oilSiteApi from "@/api/oil-site.js";
export default {
data() {
return {
siteInfo: {},
showSite: '',
showSite: "",
imgUrl: this.global.imgURL,
siteList: [],
InputBottom: 0,
@ -99,67 +128,73 @@ export default {
siteCount: 1,
currentPage: 1,
isLoadMore: false, //
baseDriver: uni.getStorageSync('baseDriver'),
baseDriver: uni.getStorageSync("baseDriver"),
selLocation: {},
title: 'map',
location: uni.getStorageSync('location'),
title: "map",
location: uni.getStorageSync("location"),
latitude: 39.909,
longitude: 116.39742,
covers: [],
fillColor: '#ffd75e',
borderColor: '#12A1DD',
fillColor: "#ffd75e",
borderColor: "#12A1DD",
scale: 12, //
controls: [{ //
id: 1, //id
position: { //
left: 0,
top: 15,
width: 50,
height: 50
controls: [
{
//
id: 1, //id
position: {
//
left: 0,
top: 15,
width: 50,
height: 50,
},
},
}],
polyline: [{ //线
points: [],
color: "#0000AA", //线
width: 2, //线
dottedLine: true, //线
arrowLine: true, //线
}],
],
polyline: [
{
//线
points: [],
color: "#0000AA", //线
width: 2, //线
dottedLine: true, //线
arrowLine: true, //线
},
],
};
},
onLoad() {
let that = this
this.getSiteList()
let that = this;
this.getSiteList();
},
filters: {
distanceFilter(value) {
if (value) {
return value > 1000 ? ((value / 1000).toFixed(2) + 'km') : (value + 'm')
return value > 1000 ? (value / 1000).toFixed(2) + "km" : value + "m";
}
},
moneyFormat(value) {
if (value) {
return value.toFixed(2)
return value.toFixed(2);
} else {
return '0.00'
return "0.00";
}
}
},
},
methods: {
getSiteInfo(id) {
let data2 = {
...uni.getStorageSync('location'),
siteId: id
}
oilSiteApi.getSiteDetailsByKA(data2).then(res => {
...uni.getStorageSync("location"),
siteId: id,
};
oilSiteApi.getSiteDetailsByKA(data2).then((res) => {
if (res.code == 20000) {
this.siteInfo = res.data
this.siteInfo = res.data;
}
})
});
},
openMap() {
let that = this
let that = this;
uni.openLocation({
latitude: this.siteInfo.latitude,
longitude: this.siteInfo.longitude,
@ -176,21 +211,22 @@ export default {
complete: () => {
// // console.log('made')
},
});
})
var map = uni.createMapContext('map')
map.moveToLocation()
var map = uni.createMapContext("map");
map.moveToLocation();
},
makerTap(e) {
// // console.log(e)
// // console.log(e.detail)
this.showSite = ''
this.showSite = "";
if (e.detail.markerId !== 0) {
const index = this.siteList.findIndex(s => s.markerId === e.detail.markerId)
const index = this.siteList.findIndex(
(s) => s.markerId === e.detail.markerId
);
// // console.log(index)
this.showSite = 'show'
this.siteInfo = this.siteList[index]
this.showSite = "show";
this.siteInfo = this.siteList[index];
}
},
refreshLocation() {
@ -200,7 +236,6 @@ export default {
// uni.setStorageSync('location', res)
// this.location = res
// this.addLocationCurrent()
// }
// });
},
@ -209,104 +244,105 @@ export default {
id: 0,
latitude: this.location.latitude, //
longitude: this.location.longitude, //
label: { //
label: {
//
content: "我的位置", //
color: '#12A1DD', //
color: "#12A1DD", //
anchorX: 5, //label marker
anchorY: -10, //label marker
bgColor: '#fff', //
anchorY: -10, //label marker
bgColor: "#fff", //
padding: 5, //
borderWidth: 1, //
borderRadius: 10,
borderColor: '#12A1DD', // textAlign: 'right' //
}
})
borderColor: "#12A1DD", // textAlign: 'right' //
},
});
},
loadMore() {
this.getSiteList()
this.getSiteList();
},
getSiteList() {
this.refreshLocation()
this.refreshLocation();
let data1 = {
currentPage: this.currentPage,
pageSize: 20,
params: { //Object //
params: {
//Object //
sort: "juli", //String // ( price juli )
siteName: this.siteName,
...uni.getStorageSync('location'),
...this.filterData
...uni.getStorageSync("location"),
...this.filterData,
// siteBrand: "", // // ( 1- 2- 3- 4- 5- 6- 7- 8- )
// channelCode: "", // // ( OIL WJY LV TY YDJY)
// oilProductCode: "" // // ( 0# 92# 92#)
}
}
oilSiteApi.getSiteList(data1).then(res => {
},
};
oilSiteApi.findKASiteInfoByPage(data1).then((res) => {
if (res.code == 20000) {
const tmp = res.data.list
tmp.forEach(e => {
e.markerId = this.siteCount++
})
this.siteList = this.siteList.concat(tmp)
const tmp = res.data.list;
tmp.forEach((e) => {
e.markerId = this.siteCount++;
});
this.siteList = this.siteList.concat(tmp);
if (this.siteList.length != 0) {
this.latitude = this.siteList[0].latitude
this.longitude = this.siteList[0].longitude
this.latitude = this.siteList[0].latitude;
this.longitude = this.siteList[0].longitude;
} else {
uni.showToast({
title: '没有查到相关油站',
icon: 'none'
})
this.latitude = this.location.latitude
this.longitude = this.location.longitude
title: "没有查到相关油站",
icon: "none",
});
this.latitude = this.location.latitude;
this.longitude = this.location.longitude;
}
tmp.forEach(item => {
this.addCover(item)
})
if (tmp.length == 0) { //
tmp.forEach((item) => {
this.addCover(item);
});
if (tmp.length == 0) {
//
// this.$emit('changeLoad', 'nomore', true)
uni.showToast({
title: '没有更多油站了',
icon: 'none'
})
title: "没有更多油站了",
icon: "none",
});
} else {
this.currentPage++
this.currentPage++;
// this.$emit('changeLoad', 'load', false)
}
}
})
});
},
onInput() {
setTimeout(() => {
this.currentPage = 1
this.siteList = []
this.covers = []
this.getSiteList()
}, 100)
this.currentPage = 1;
this.siteList = [];
this.covers = [];
this.getSiteList();
}, 100);
},
onSearch() {
this.currentPage = 1
this.siteList = []
this.covers = []
this.getSiteList()
this.currentPage = 1;
this.siteList = [];
this.covers = [];
this.getSiteList();
},
toDetail(item) {
let itemS = JSON.stringify(item)
console.log('++++++')
console.log(itemS)
if (uni.getStorageSync('user')) {
uni.navigateTo({
url: `/BagStation/pages/stationDetail/stationDetail?item=${itemS}`,
fail: (err) => {
// console.log(err)
},
success: () => {
// console.log('err')
}
})
}
toDetail(item) {
let itemS = JSON.stringify(item);
console.log("++++++");
console.log(itemS);
if (uni.getStorageSync("user")) {
uni.navigateTo({
url: `/BagStation/pages/stationDetail/stationDetail?item=${itemS}`,
fail: (err) => {
// console.log(err)
},
success: () => {
// console.log('err')
},
});
}
},
addCover(site) {
// ( XOIL WJY LV TY YDJY)
@ -315,28 +351,30 @@ export default {
latitude: site.latitude, //
longitude: site.longitude, //
// iconPath: this.imgUrl + 'map-' + site.channelCode + '.png',
iconPath: this.imgUrl + 'map-' +'XOIL' + '.png',
iconPath: this.imgUrl + "map-" + "XOIL" + ".png",
width: 100,
height: 50,
title: site.siteName, //
label: { //
content: '¥' + site.sitePrice, //
label: {
//
content: "¥" + site.sitePrice, //
// color: '#F76350', //
color: '#fff', //
fontSize: '16',
textAlign:'center',
color: "#fff", //
fontSize: "16",
textAlign: "center",
anchorX: -5, //label marker
anchorY: -45, //label marker
anchorY: -45, //label marker
// x:39.909,//1.2.0
// y:116.39742,
bgColor: '#FF0000', //
bgColor: "#FF0000", //
borderRadius: 10,
// borderWidth: 1, //
// borderColor: '#D84C29', // textAlign: 'center' //
},
callout: { //
callout: {
//
content: site.siteName,
color: '#F76350',
color: "#F76350",
fontSize: 12,
borderRadius: 5,
},
@ -344,10 +382,10 @@ export default {
// x:5,
// y:1,
// }
})
}
}
}
});
},
},
};
</script>
<style scoped>

@ -1,149 +1,159 @@
<template>
<!-- 三个最近的油站弹窗 -->
<view>
<view class="cu-modal" :class="showThreeSites?'show':''">
<view class="cu-dialog">
<view class="cu-bar bg-white justify-end">
<view class="content">选择油站</view>
<view class="action" @tap="hideModal('sites')">
<text class="cuIcon-close text-red"></text>
</view>
</view>
<view class="padding-xl bg-white">
<view class="" v-if="siteList.length>0">
<three-item v-for="(item,index) in siteList" :key="item.id" :site-item="item" :first="index==0"
class="cu-list menu-avatar cu-item " @tap="toDetail(item)">
</three-item>
</view>
<view class="" v-else>
<my-empty></my-empty>
</view>
<view class="btn-box padding-top">
<button @tap="toSitePage" class="cu-tn bg-red round margin-bottom lg" color="#3982F6"
size="large">前往油站列表查找
</button>
</view>
</view>
</view>
</view>
</view>
<!-- 三个最近的油站弹窗 -->
<view>
<view class="cu-modal" :class="showThreeSites ? 'show' : ''">
<view class="cu-dialog">
<view class="cu-bar bg-white justify-end">
<view class="content">选择油站</view>
<view class="action" @tap="hideModal('sites')">
<text class="cuIcon-close text-red"></text>
</view>
</view>
<view class="padding-xl bg-white">
<view class="" v-if="siteList.length > 0">
<three-item
v-for="(item, index) in siteList"
:key="item.id"
:site-item="item"
:first="index == 0"
class="cu-list menu-avatar cu-item"
@tap="toDetail(item)"
>
</three-item>
</view>
<view class="" v-else>
<my-empty></my-empty>
</view>
<view class="btn-box padding-top">
<button
@tap="toSitePage"
class="cu-tn bg-red round margin-bottom lg"
color="#3982F6"
size="large"
>
前往油站列表查找
</button>
</view>
</view>
</view>
</view>
</view>
</template>
<script>
import oilSiteApi from '@/api/oil-site.js'
import threeItem from './three-item.vue'
export default {
components: {
threeItem
},
props: {
showThreeSites: {
type: Boolean,
default: false
}
},
data() {
return {
siteList: [],
imgURL: this.global.baseURL,
}
},
created() {
this.getSiteList()
},
methods: {
toSitePage(){
// uni.setStorageSync('activeCur','station')
uni.switchTab({
url: '/pages/tabbar/station/stationList'
});
},
refreshLocation(){
uni.getLocation({
type: 'wgs84',
success: function (res) {
uni.setStorageSync('location',res)
}
});
},
getSiteList() {
this.refreshLocation()
let data1 = {
currentPage: 1,
pageSize: 3,
params: { //Object //
sort: "juli", //String // ( price juli )
...uni.getStorageSync('location'),
...this.filterData,
clientBelong:'BAICHUAN',
bcDisable:'ENABLE',
// siteBrand: "", // // ( 1- 2- 3- 4- 5- 6- 7- 8- )
// channelCode: "", // // ( OIL WJY LV TY YDJY)
// oilProductCode: "" // // ( 0# 92# 92#)
}
}
oilSiteApi.getSiteList(data1).then(res => {
if (res.code == 20000) {
this.siteList = res.data.list
}
})
},
toDetail(item) {
let itemS = JSON.stringify(item)
console.log(itemS)
uni.navigateTo({
url: `/BagStation/pages/stationDetail/stationDetail?item=${itemS}`,
fail: (err) => {
// console.log(err)
},
success: () => {
// console.log('err')
}
})
},
callShipper() {
uni.makePhoneCall({
phoneNumber: this.waybillData.shippePhone
})
},
hideModal(name) {
this.$emit('hideOneModal', name)
},
registerContracts() {
this.$emit('registerContracts')
},
toSetLocation() {
this.$emit('toSetLocation')
},
toAuth() {
uni.navigateTo({
url: '认证路径'
})
}
}
}
import oilSiteApi from "@/api/oil-site.js";
import threeItem from "./three-item.vue";
export default {
components: {
threeItem,
},
props: {
showThreeSites: {
type: Boolean,
default: false,
},
},
data() {
return {
siteList: [],
imgURL: this.global.baseURL,
};
},
created() {
this.getSiteList();
},
methods: {
toSitePage() {
// uni.setStorageSync('activeCur','station')
uni.switchTab({
url: "/pages/tabbar/station/stationList",
});
},
refreshLocation() {
uni.getLocation({
type: "wgs84",
success: function (res) {
uni.setStorageSync("location", res);
},
});
},
getSiteList() {
this.refreshLocation();
let data1 = {
currentPage: 1,
pageSize: 3,
params: {
//Object //
sort: "juli", //String // ( price juli )
...uni.getStorageSync("location"),
...this.filterData,
clientBelong: "BAICHUAN",
bcDisable: "ENABLE",
// siteBrand: "", // // ( 1- 2- 3- 4- 5- 6- 7- 8- )
// channelCode: "", // // ( OIL WJY LV TY YDJY)
// oilProductCode: "" // // ( 0# 92# 92#)
},
};
oilSiteApi.findKASiteInfoByPage(data1).then((res) => {
if (res.code == 20000) {
this.siteList = res.data.list;
}
});
},
toDetail(item) {
let itemS = JSON.stringify(item);
console.log(itemS);
uni.navigateTo({
url: `/BagStation/pages/stationDetail/stationDetail?item=${itemS}`,
fail: (err) => {
// console.log(err)
},
success: () => {
// console.log('err')
},
});
},
callShipper() {
uni.makePhoneCall({
phoneNumber: this.waybillData.shippePhone,
});
},
hideModal(name) {
this.$emit("hideOneModal", name);
},
registerContracts() {
this.$emit("registerContracts");
},
toSetLocation() {
this.$emit("toSetLocation");
},
toAuth() {
uni.navigateTo({
url: "认证路径",
});
},
},
};
</script>
<style scoped>
.cu-list.menu-avatar>.cu-item .action {
width: 130rpx;
}
.cu-list.menu-avatar > .cu-item .action {
width: 130rpx;
}
.ro-right {
max-width: 100upx;
/* position: absolute; */
}
.ro-right {
max-width: 100upx;
/* position: absolute; */
}
.position-re {
position: relative;
}
.position-re {
position: relative;
}
.postion-ab {
position: absolute;
top: -0.8rem;
left: 0.2rem;
min-width: 100%;
}
.postion-ab {
position: absolute;
top: -0.8rem;
left: 0.2rem;
min-width: 100%;
}
</style>

Loading…
Cancel
Save