| | |
| | | </div> |
| | | <div class="hover_wrap"> |
| | | <div class="triangle"></div> |
| | | <div class="title">调拨出库量:{{ StockOutData.currentProvinceNum || 0 }}箱</div> |
| | | <div class="title">其他出库量:{{ StockOutData.currentOtherNum || 0 }}箱</div> |
| | | <div class="title" v-if="StockOutData.currentProvinceNum || StockOutData.currentProvinceNum == 0">调拨出库量:{{ StockOutData.currentProvinceNum.toFixed(0) }}箱</div> |
| | | <div class="title" v-if="StockOutData.currentOtherNum || StockOutData.currentOtherNum == 0">其他出库量:{{ StockOutData.currentOtherNum.toFixed(0) }}箱</div> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | image: fahuoImg, // 图标图片URL |
| | | imageSize: new AMap.Size(28, 32), // 图标实际大小 |
| | | }), |
| | | title: '标记点1', // 鼠标悬停时显示的标题 |
| | | title: obj.deliveryEnterprise, // 鼠标悬停时显示的标题 |
| | | }) |
| | | map.add(marker1) |
| | | const marker2 = new AMap.Marker({ |
| | |
| | | image: shouImg, // 图标图片URL |
| | | imageSize: new AMap.Size(28, 32), // 图标实际大小 |
| | | }), |
| | | title: '标记点1', // 鼠标悬停时显示的标题 |
| | | title: obj.receiveEnterprise, // 鼠标悬停时显示的标题 |
| | | }) |
| | | map.add(marker2) |
| | | // 绘制轨迹 |
| | |
| | | } |
| | | |
| | | .title { |
| | | font-weight: 600; |
| | | color: #e2ebfd; |
| | | } |
| | | } |