diff --git a/sgzb-ui/public/index.html b/sgzb-ui/public/index.html index 82b4e090..f2c19026 100644 --- a/sgzb-ui/public/index.html +++ b/sgzb-ui/public/index.html @@ -202,6 +202,12 @@ color: #FFF; opacity: 0.5; } + + /** 去除百度地图的水印和logo */ + .BMap_cpyCtrl, + .anchorBL { + display: none; + } diff --git a/sgzb-ui/src/views/warehouseManage/machinery/coding/component/MapDIalog.vue b/sgzb-ui/src/views/warehouseManage/machinery/coding/component/MapDIalog.vue index 2efdc2ee..19333778 100644 --- a/sgzb-ui/src/views/warehouseManage/machinery/coding/component/MapDIalog.vue +++ b/sgzb-ui/src/views/warehouseManage/machinery/coding/component/MapDIalog.vue @@ -7,10 +7,18 @@ width="90%" @close="handelCloseDialog()" > - - - +
+

{{ deviceName }}

+ ({{ deviceType }}) +
+ +
+ 定位设备编号: {{ equipmentNumber }} +
+
{{ engineering }}工程
+ + -
- + /> 轨迹查询查询 - -
-
-

{{ equipment }}

-
定位设备编号: {{ equipmentNumber }}
-
{{ engineering }}工程
-
+ +
-
-
1
-
-
    -
  • 0KM
  • -
  • 22秒
  • -
  • 5KM/h
  • -
  • 0KM/h
  • -
-
    -
  • 里程
  • -
  • 行驶时长
  • -
  • 最大速度
  • -
  • 平均速度
  • -
- -
-
- - 2024-07-18 01:18:53 -
-

安徽省------

-
-
-
- - 2024-07-18 01:18:53 -
-

安徽省------

-
-
-
-
-
1
-
-
    -
  • 0KM
  • -
  • 22秒
  • -
  • 5KM/h
  • -
  • 0KM/h
  • -
-
    -
  • 里程
  • -
  • 行驶时长
  • -
  • 最大速度
  • -
  • 平均速度
  • -
- -
-
- - 2024-07-18 01:18:53 -
-

安徽省------

-
-
-
- - 2024-07-18 01:18:53 -
-

安徽省------

-
-
-
-
+
1
    @@ -169,14 +94,22 @@

    安徽省------

- 报警 + +
+
+ 1 + 2024-07-18 01:18:53 +
+

手动触发紧急报警---------

+
+
@@ -187,12 +120,18 @@ diff --git a/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue b/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue index 6127451e..4e9f4712 100644 --- a/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue +++ b/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue @@ -535,7 +535,8 @@
@@ -644,6 +645,8 @@ export default { // 地图弹框 mapDialogVisible: false, + deviceName: '', + deviceType: '', } }, created() { @@ -845,15 +848,9 @@ export default { }, // 查看设备地图 handleMap(row) { - console.log('~ handleMap ~ 地图', row) - const params = { - deviceType: row.deviceType, - } - // 点击打开弹框 - // this.$refs.mapDialog.openMapDialog(true) + this.deviceName = row.specificationType + this.deviceType = row.maStatusName this.mapDialogVisible = true - - // this.$refs.mapDialog.getEquipmentInfo(params) }, handlePush() { this.$modal