From 3da8bee15c8a26efa1cd5e86691b0fcfd756562f Mon Sep 17 00:00:00 2001
From: ppf2sg6ej <1993115515@qq.com>
Date: Sun, 29 Dec 2024 22:10:11 +0800
Subject: [PATCH] ADD file via upload
---
index.html | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 78 insertions(+)
create mode 100644 index.html
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..aa7e04f
--- /dev/null
+++ b/index.html
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+ 仓库管理系统 - 前端界面
+
+
+
+
+
+
+
+
+ 货物管理
+
+
+
+ 货物编号 |
+ 货物名称 |
+ 货物类型 |
+ 库存数量 |
+ 操作 |
+
+
+
+
+
+
+
+
+
+
+ 仓库管理
+
+
+
+ 仓库编号 |
+ 仓库名称 |
+ 仓库地址 |
+ 仓库面积 |
+ 操作 |
+
+
+
+
+
+
+
+
+
+
+ 订单管理
+
+
+
+ 订单编号 |
+ 订单日期 |
+ 客户名称 |
+ 订单状态 |
+ 操作 |
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file