From 440198e36b581a78482a4ad67195e20f16032ca7 Mon Sep 17 00:00:00 2001
From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com>
Date: Thu, 8 Aug 2024 14:03:19 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E4=BD=8D=E9=A1=B5=E9=9D=A2=E4=BC=98?=
=?UTF-8?q?=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
sgzb-ui/src/api/store/iotManagement.js | 8 +
.../machinery/coding/component/BindIOT.vue | 558 ++++++++++--------
.../machinery/coding/component/MapDIalog.vue | 86 ++-
3 files changed, 406 insertions(+), 246 deletions(-)
diff --git a/sgzb-ui/src/api/store/iotManagement.js b/sgzb-ui/src/api/store/iotManagement.js
index 197f4718..a78122c3 100644
--- a/sgzb-ui/src/api/store/iotManagement.js
+++ b/sgzb-ui/src/api/store/iotManagement.js
@@ -96,3 +96,11 @@ export const getIotDeviceLocationApi = (data) => {
export const getIotDeviceTripApi = (data) => {
return request.post('/material/iotMachine/searchItinerary', data)
}
+/** 获取机具设备的停留点信息 */
+export const getIotDeviceParkDetailApi = (data) => {
+ return request.post('/material/iotMachine/reportParkDetailByTime', data)
+}
+/** 获取机具设备的报警信息 */
+export const getIotDeviceAlarmApi = (data) => {
+ return request.post('/material/iotMachine/reportAlarm', data)
+}
diff --git a/sgzb-ui/src/views/warehouseManage/machinery/coding/component/BindIOT.vue b/sgzb-ui/src/views/warehouseManage/machinery/coding/component/BindIOT.vue
index 094fe3f8..ff81bfe5 100644
--- a/sgzb-ui/src/views/warehouseManage/machinery/coding/component/BindIOT.vue
+++ b/sgzb-ui/src/views/warehouseManage/machinery/coding/component/BindIOT.vue
@@ -1,257 +1,351 @@
-