- 统计分析
+
+
-
diff --git a/src/views/visualCheck/checkManage/statistic/reverseShelf/index.vue b/src/views/visualCheck/checkManage/statistic/reverseShelf/index.vue
new file mode 100644
index 0000000..24f926d
--- /dev/null
+++ b/src/views/visualCheck/checkManage/statistic/reverseShelf/index.vue
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+
+
+
+ {{ props.row.method }}
+
+
+ {{ props.row.params }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.time }}ms
+ {{ scope.row.time }}ms
+ {{ scope.row.time }}ms
+
+
+
+
+ {{ scope.row.createTime | parseTime }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/visualCheck/checkManage/statistic/search.vue b/src/views/visualCheck/checkManage/statistic/search.vue
new file mode 100644
index 0000000..6d3d728
--- /dev/null
+++ b/src/views/visualCheck/checkManage/statistic/search.vue
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 导出
+
+
+
+
+
+
+
+
+
diff --git a/src/views/visualCheck/checkManage/statistic/seqShelf/index.vue b/src/views/visualCheck/checkManage/statistic/seqShelf/index.vue
new file mode 100644
index 0000000..1a1c1f7
--- /dev/null
+++ b/src/views/visualCheck/checkManage/statistic/seqShelf/index.vue
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.createTime | parseTime }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/visualCheck/checkManage/upDownLog/index.vue b/src/views/visualCheck/checkManage/upDownLog/index.vue
new file mode 100644
index 0000000..3ab5917
--- /dev/null
+++ b/src/views/visualCheck/checkManage/upDownLog/index.vue
@@ -0,0 +1,16 @@
+
+
+ 上架/下架日志
+
+
+
+
diff --git a/src/views/visualCheck/venueDevice/area/index.vue b/src/views/visualCheck/venueDevice/area/index.vue
index 519452d..5dcf80d 100644
--- a/src/views/visualCheck/venueDevice/area/index.vue
+++ b/src/views/visualCheck/venueDevice/area/index.vue
@@ -228,8 +228,24 @@ export default {
this.canvasPreview.setHeight(this.height)
}
},
+ beforeDestroy() {
+ window.removeEventListener('beforeunload', this.clearLocalStorage)
+ },
methods: {
+ clearLocalStorage() {
+ const key = 'formFloor'
+ if (localStorage.getItem(key)) {
+ localStorage.removeItem(key)
+ }
+ },
[CRUD.HOOK.beforeRefresh]() {
+ const formFloor = JSON.parse(localStorage.getItem('formFloor'))
+ if (formFloor) {
+ this.crud.query.floorId = formFloor.id
+ } else {
+ this.crud.query.floorId = null
+ }
+
this.getLibraryFloorListAll()
},
[CRUD.HOOK.afterRefresh](crud) {
diff --git a/src/views/visualCheck/venueDevice/device/index.vue b/src/views/visualCheck/venueDevice/device/index.vue
index 903f985..a711ce6 100644
--- a/src/views/visualCheck/venueDevice/device/index.vue
+++ b/src/views/visualCheck/venueDevice/device/index.vue
@@ -2,23 +2,18 @@
-
-
-
- {{ data.fondsName }}
-
- {{ data.deptsName }}
-
-
+
@@ -26,13 +21,32 @@
-
+
+
+
+
+
+
搜索
重置
-
+
新增
@@ -58,10 +72,10 @@
-
-
+
+
- {{ scope.row.deviceIp }}
+ {{ scope.row.ipv4 }}
——
@@ -103,7 +117,7 @@
-
+
@@ -124,30 +138,30 @@
>
-
-
+
+
-
-
+
+
-
-
-
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
@@ -171,11 +185,11 @@
title="书架绑定"
>
-
+
@@ -218,55 +232,46 @@