From 253130bcfa0b6efd7a112816a250d698ba22f462 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Wed, 19 Jun 2024 17:28:47 +0800 Subject: [PATCH] =?UTF-8?q?0619=E9=9C=80=E6=B1=82=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/storeManage/deviceManage/device.js | 2 + .../caseManage/caseList/index.vue | 4 + .../components/lendArchivesList.vue | 43 ++++- .../lendManage/components/video.vue | 154 ++++++++++++++++++ src/views/components/WarehouseWarning.vue | 2 +- src/views/dashboard/PanelGroup.vue | 27 ++- src/views/environmentalScreen/index.vue | 6 +- src/views/home.vue | 8 +- .../deviceManage/module/deviceDetail.vue | 23 ++- src/views/storeManage/listenManage/index.vue | 2 +- .../listenManage/listenConfig/index.vue | 19 ++- src/views/storeManage/taskManage/index.vue | 154 ++++++++++++++++++ .../warehouse3D/archivesStorage/index.vue | 7 +- .../warehouse3D/destroyedFileRoom/index.vue | 2 +- src/views/storeManage/warehouse3D/index.vue | 8 +- .../warehouse3D/infoRoom/index.vue | 2 +- .../system/logManage/deviceLog/index.vue | 6 + src/views/system/notifyManage/index.vue | 24 ++- src/views/system/role/index.vue | 2 +- src/views/system/user/messageCenter/index.vue | 30 +++- 20 files changed, 484 insertions(+), 41 deletions(-) create mode 100644 src/views/archivesManage/lendManage/components/video.vue create mode 100644 src/views/storeManage/taskManage/index.vue diff --git a/src/api/storeManage/deviceManage/device.js b/src/api/storeManage/deviceManage/device.js index 27f17d3..9d4a718 100644 --- a/src/api/storeManage/deviceManage/device.js +++ b/src/api/storeManage/deviceManage/device.js @@ -76,6 +76,8 @@ function getUrl(data, optTYpe) { url = 'api/insidedevices/' } else if (data.deviceTypeId.name === '通道门' || data.deviceTypeId.name === '手持式RFID读写器') { url = 'api/outsidedevices/' + } else if (data.deviceTypeId.name === '条码打印机') { + url = 'api/device/' } if (optTYpe === 'add') { url += 'create' diff --git a/src/views/archivesManage/caseManage/caseList/index.vue b/src/views/archivesManage/caseManage/caseList/index.vue index 723c793..a186b7f 100644 --- a/src/views/archivesManage/caseManage/caseList/index.vue +++ b/src/views/archivesManage/caseManage/caseList/index.vue @@ -245,6 +245,10 @@ export default { { label: '条形码', value: 'barcode' + }, + { + label: '地址码', + value: 'folderLocation' } ] } diff --git a/src/views/archivesManage/lendManage/components/lendArchivesList.vue b/src/views/archivesManage/lendManage/components/lendArchivesList.vue index 172de44..f139fc7 100644 --- a/src/views/archivesManage/lendManage/components/lendArchivesList.vue +++ b/src/views/archivesManage/lendManage/components/lendArchivesList.vue @@ -67,6 +67,23 @@ + + + + + +
+
+

是否需要查看相关视频监控?

+
+ +
+
+ + +