|
@@ -147,7 +147,6 @@
|
|
|
<el-popover
|
|
<el-popover
|
|
|
popper-class="zpover fsqDelivery"
|
|
popper-class="zpover fsqDelivery"
|
|
|
placement="bottom"
|
|
placement="bottom"
|
|
|
- width="120"
|
|
|
|
|
trigger="click"
|
|
trigger="click"
|
|
|
content="仿石漆配送商">
|
|
content="仿石漆配送商">
|
|
|
<div
|
|
<div
|
|
@@ -630,7 +629,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
passive: false,
|
|
passive: false,
|
|
|
- }
|
|
|
|
|
|
|
+ },
|
|
|
);
|
|
);
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
@@ -967,7 +966,7 @@ export default {
|
|
|
location.lat,
|
|
location.lat,
|
|
|
location.lon,
|
|
location.lon,
|
|
|
location.lat,
|
|
location.lat,
|
|
|
- location.lon
|
|
|
|
|
|
|
+ location.lon,
|
|
|
).toFixed(2);
|
|
).toFixed(2);
|
|
|
// 直接进入拜访 不校验经纬度
|
|
// 直接进入拜访 不校验经纬度
|
|
|
// localStorage.setItem('startTime', new Date());
|
|
// localStorage.setItem('startTime', new Date());
|
|
@@ -1130,7 +1129,7 @@ export default {
|
|
|
localStorage.setItem('lat', this.lat);
|
|
localStorage.setItem('lat', this.lat);
|
|
|
localStorage.setItem('lon', this.lon);
|
|
localStorage.setItem('lon', this.lon);
|
|
|
let PointSum = this.twoPointSum(TXisBD.lat, TXisBD.lon, TXisBD.lat, TXisBD.lon).toFixed(
|
|
let PointSum = this.twoPointSum(TXisBD.lat, TXisBD.lon, TXisBD.lat, TXisBD.lon).toFixed(
|
|
|
- 2
|
|
|
|
|
|
|
+ 2,
|
|
|
);
|
|
);
|
|
|
addVisitsPosition({
|
|
addVisitsPosition({
|
|
|
chainId: val.chainId,
|
|
chainId: val.chainId,
|
|
@@ -1581,4 +1580,8 @@ export default {
|
|
|
.yu7Class p {
|
|
.yu7Class p {
|
|
|
margin: 0;
|
|
margin: 0;
|
|
|
}
|
|
}
|
|
|
|
|
+.myPopover {
|
|
|
|
|
+ min-width: 100px;
|
|
|
|
|
+ width: auto;
|
|
|
|
|
+}
|
|
|
</style>
|
|
</style>
|