diff --git a/sgzb-ui/src/api/inventoryLogs/index.js b/sgzb-ui/src/api/inventoryLogs/index.js
index 7cec71df..3ef43033 100644
--- a/sgzb-ui/src/api/inventoryLogs/index.js
+++ b/sgzb-ui/src/api/inventoryLogs/index.js
@@ -3,10 +3,14 @@ import request from '@/utils/request'
/* 日志列表 */
export const getLogsListApi = (data) => {
- return request.get('/bm_num_logs/list', data)
+ return request.get('/system/bm_num_logs/list', data)
}
/* 日志详情 */
export const getLogsDetailsApi = (id) => {
- return request.get(`/bm_num_logs/selectByPrimaryKey/${id}`)
+ return request.get(`/system/bm_num_logs/selectByPrimaryKey`, {
+ params: {
+ id
+ }
+ })
}
\ No newline at end of file
diff --git a/sgzb-ui/src/views/inventoryLogs/index.vue b/sgzb-ui/src/views/inventoryLogs/index.vue
index 3cef2250..23da27ed 100644
--- a/sgzb-ui/src/views/inventoryLogs/index.vue
+++ b/sgzb-ui/src/views/inventoryLogs/index.vue
@@ -1,218 +1,156 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
-
-
-
-
-
-
-
-
-
-
-
- 正常
- 异常
-
-
-
-
-
-
- 详情
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ 正常
+ 异常
+
+
+
+
+
+
+ 详情
+
+
+
-
+
-
-
-
-
- {{ item.label }}
- {{ logsDetailsInfoDemo[item.content] || '' }}
-
-
-
-
+
+
+
+
+ {{ item.label }}
+ {{ logsDetailsInfo[item.content] || '' }}
+
+
+
+