diff --git a/src/api/warehouse/warehouse.js b/src/api/warehouse/warehouse.js
new file mode 100644
index 0000000..59f4699
--- /dev/null
+++ b/src/api/warehouse/warehouse.js
@@ -0,0 +1,13 @@
+import { createAPI } from "@/utils/httpRequest.js";
+
+//新增
+export const saveWarehouse= data => createAPI(`/warehouse/info/append`,'post',data)
+
+//查询
+export const findWarehouse= data => createAPI(`/warehouse/info/findMessage`,'post',data)
+
+//修改
+export const updateWarehouse= data => createAPI(`/warehouse/info/amend`,'post',data)
+
+//删除
+export const deleteWarehouse= data => createAPI(`/warehouse/info/delete`,'post',data)
diff --git a/src/views/modules/warehouse/location.vue b/src/views/modules/warehouse/location.vue
new file mode 100644
index 0000000..f4d2312
--- /dev/null
+++ b/src/views/modules/warehouse/location.vue
@@ -0,0 +1,771 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 新增
+
+ {{ "导出" }}
+
+
+
+
+
+
+
+
+ {{ scope.row[item.columnProp] }}
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存
+ 关闭
+
+
+
+
+
+