diff --git a/src/api/stockManage/index.js b/src/api/stockManage/index.js
new file mode 100644
index 00000000..4675c98a
--- /dev/null
+++ b/src/api/stockManage/index.js
@@ -0,0 +1,75 @@
+import request from '@/utils/request'
+
+// 分页查询 仓库类别-列表
+export function getWareHouseCategoryPageApi(data) {
+ return request({
+ url: '/smart-canteen/warehouse_category/list',
+ method: 'get',
+ headers: {
+ "merchant-id":"378915229716713472",
+ },
+ params:data
+ })
+}
+
+// 仓库类别新增
+export function addWareHouseCategoryApi(data) {
+ return request({
+ url: '/smart-canteen/warehouse_category/add',
+ method: 'post',
+ headers: {
+ "merchant-id":"378915229716713472",
+ },
+ data: data
+ })
+}
+
+// 仓库类别新增
+export function editWareHouseCategoryApi(data) {
+ return request({
+ url: '/smart-canteen/warehouse_category/edit',
+ method: 'post',
+ headers: {
+ "merchant-id":"378915229716713472",
+ },
+ data: data
+ })
+}
+
+// 仓库类别删除
+export function delWareHouseCategoryApi(data) {
+ return request({
+ url: '/smart-canteen/warehouse_category/del',
+ method: 'post',
+ headers: {
+ "merchant-id":"378915229716713472",
+ },
+ data: data
+ })
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/purchaseManage/materialBidPrice/index.vue b/src/views/purchaseManage/materialBidPrice/index.vue
new file mode 100644
index 00000000..1123e028
--- /dev/null
+++ b/src/views/purchaseManage/materialBidPrice/index.vue
@@ -0,0 +1,235 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 录入
+
+
+
+
+
+
+
+ {{(queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 历史评分
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/stockManage/depotManage/index.vue b/src/views/stockManage/depotManage/index.vue
new file mode 100644
index 00000000..e69de29b
diff --git a/src/views/stockManage/stockType/index.vue b/src/views/stockManage/stockType/index.vue
new file mode 100644
index 00000000..f7094e0e
--- /dev/null
+++ b/src/views/stockManage/stockType/index.vue
@@ -0,0 +1,280 @@
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+
+
+
+
+
+ {{(queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1}}
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+