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 @@
-