From 341c945c3315fa322c1933acabfb2a17c605d623 Mon Sep 17 00:00:00 2001
From: lizw-2015 <1183409807@qq.com>
Date: Fri, 4 Jul 2025 10:08:54 +0800
Subject: [PATCH] =?UTF-8?q?feat(inventory):=20=E5=AE=9E=E7=8E=B0=E5=BA=93?=
=?UTF-8?q?=E5=AD=98=E6=9F=A5=E8=AF=A2=E5=92=8C=E8=B4=A6=E9=A1=B5=E6=9F=A5?=
=?UTF-8?q?=E8=AF=A2=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 新增 account 和 query 组件,实现库存账页查询和库存查询功能
- 使用 Element Plus 组件库和 AG Grid 实现表格展示- 添加表单组件实现查询条件输入
- 实现服务端分页和数据加载
---
src/views/inventory/account.vue | 155 ++++++++++++++++++++++++++++++++++--
src/views/inventory/query.vue | 168 ++++++++++++++++++++++++++++++++++++++--
2 files changed, 309 insertions(+), 14 deletions(-)
diff --git a/src/views/inventory/account.vue b/src/views/inventory/account.vue
index c991376..b114634 100644
--- a/src/views/inventory/account.vue
+++ b/src/views/inventory/account.vue
@@ -1,12 +1,153 @@
+
+
-
- dashboard
-
+
-
-
+
diff --git a/src/views/inventory/query.vue b/src/views/inventory/query.vue
index e0a617a..1d6d3f9 100644
--- a/src/views/inventory/query.vue
+++ b/src/views/inventory/query.vue
@@ -1,12 +1,166 @@
+
+
-
- query
-
+
-
-
+