From 89123fae54970f93f50f4c0d98545a1c1dbac872 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Wed, 17 Dec 2025 15:36:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E8=AE=BE=E5=A4=87=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/storeManage/deviceManage/device.js | 10 ++- src/views/environmentalScreen/index.vue | 66 ++++++++++++------- .../environmentalScreen/module/catePie.vue | 47 +++++++++++-- .../deviceManage/module/deviceDetail.vue | 37 ++++++++--- .../archiveStatistics/mixins/statistics.js | 2 +- 5 files changed, 122 insertions(+), 40 deletions(-) diff --git a/src/api/storeManage/deviceManage/device.js b/src/api/storeManage/deviceManage/device.js index 496aedc..4a184bd 100644 --- a/src/api/storeManage/deviceManage/device.js +++ b/src/api/storeManage/deviceManage/device.js @@ -163,4 +163,12 @@ export function FetchPingIP(params) { }) } -export default { add, edit, del, getSupplier, getDeviceType, getDeviceById, getDesecabinetById, getRotarycabinetById, getDeviceList, FetchIsOnline, FetchInBorrowByQuCol, unbind, FetchCallExternalOpenCol, FetchCallExternalResetCol, FetchCallExternalVent, FetchCallExternalStopMove, FetchPingIP } +// 接口判断手持机状态 +export function FetchRFIDReadStatus(params) { + return request({ + url: 'api/device/getRFIDReadStatus' + '?' + qs.stringify(params, { indices: false }), + method: 'get' + }) +} + +export default { add, edit, del, getSupplier, getDeviceType, getDeviceById, getDesecabinetById, getRotarycabinetById, getDeviceList, FetchIsOnline, FetchInBorrowByQuCol, unbind, FetchCallExternalOpenCol, FetchCallExternalResetCol, FetchCallExternalVent, FetchCallExternalStopMove, FetchPingIP, FetchRFIDReadStatus } diff --git a/src/views/environmentalScreen/index.vue b/src/views/environmentalScreen/index.vue index f8c104c..e6edc87 100644 --- a/src/views/environmentalScreen/index.vue +++ b/src/views/environmentalScreen/index.vue @@ -121,10 +121,9 @@