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