diff --git a/sgzb-ui/src/api/inventoryLogs/index.js b/sgzb-ui/src/api/inventoryLogs/index.js
index 6af406f2..7cec71df 100644
--- a/sgzb-ui/src/api/inventoryLogs/index.js
+++ b/sgzb-ui/src/api/inventoryLogs/index.js
@@ -1,5 +1,12 @@
import request from '@/utils/request'
+
+/* 日志列表 */
export const getLogsListApi = (data) => {
- return request.post('/login', data)
+ return request.get('/bm_num_logs/list', data)
+}
+
+/* 日志详情 */
+export const getLogsDetailsApi = (id) => {
+ return request.get(`/bm_num_logs/selectByPrimaryKey/${id}`)
}
\ No newline at end of file
diff --git a/sgzb-ui/src/views/base/unit/index.vue b/sgzb-ui/src/views/base/unit/index.vue
index 8b72f68b..ae96c4a3 100644
--- a/sgzb-ui/src/views/base/unit/index.vue
+++ b/sgzb-ui/src/views/base/unit/index.vue
@@ -117,14 +117,6 @@
@pagination="getList"
/>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 搜索
- 重置
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
- 删除
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ 正常
+ 异常
+
+
+
+
+
+
+ 详情
+
+
+
-
-
+
+
+
+
+
+
+ {{ item.label }}
+ {{ logsDetailsInfoDemo[item.content] || "" }}
+
+
+
+