From e2acd9e40ef6cd62897d837b7156c626fa307ebc Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Wed, 10 Apr 2024 10:46:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BA=93=E5=AD=98=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/api/inventoryLogs/index.js | 5 + sgzb-ui/src/views/inventoryLogs/index.vue | 151 ++++++++++++++++++++++ 2 files changed, 156 insertions(+) create mode 100644 sgzb-ui/src/api/inventoryLogs/index.js create mode 100644 sgzb-ui/src/views/inventoryLogs/index.vue diff --git a/sgzb-ui/src/api/inventoryLogs/index.js b/sgzb-ui/src/api/inventoryLogs/index.js new file mode 100644 index 00000000..6af406f2 --- /dev/null +++ b/sgzb-ui/src/api/inventoryLogs/index.js @@ -0,0 +1,5 @@ +import request from '@/utils/request' + +export const getLogsListApi = (data) => { + return request.post('/login', data) +} \ No newline at end of file diff --git a/sgzb-ui/src/views/inventoryLogs/index.vue b/sgzb-ui/src/views/inventoryLogs/index.vue new file mode 100644 index 00000000..23f4f4ee --- /dev/null +++ b/sgzb-ui/src/views/inventoryLogs/index.vue @@ -0,0 +1,151 @@ + + + + +