diff --git a/src/api/operationsManagement/index.js b/src/api/operationsManagement/index.js new file mode 100644 index 00000000..8622501b --- /dev/null +++ b/src/api/operationsManagement/index.js @@ -0,0 +1,19 @@ +import request from '@/utils/request' + +// 库存操作日志-列表 +export function getInventoryLogListApi(data) { + return request({ + url: '/material/complex_query/getStorageNumLogList', + method: 'get', + params: data + }) +} + +// 库存操作日志-详情列表 +export function getInventoryLogDetailsApi(data) { + return request({ + url: '/material/complex_query/getStorageNumLogDetails', + method: 'get', + params: data + }) +} diff --git a/src/views/operationsManagement/inventoryLog/index.vue b/src/views/operationsManagement/inventoryLog/index.vue new file mode 100644 index 00000000..860885c8 --- /dev/null +++ b/src/views/operationsManagement/inventoryLog/index.vue @@ -0,0 +1,336 @@ + + + + +