diff --git a/app/pages.json b/app/pages.json
index 51f08b4..720f5b9 100644
--- a/app/pages.json
+++ b/app/pages.json
@@ -172,8 +172,71 @@
"path": "pages/index/components/b_combination",
"style": {}
}
+
],
"subPackages": [{
+ "root": "pages/supply_chain",
+ "name": "supply_chain",
+ "pages": [
+ {
+ "path": "traceability/index",
+ "style": {
+ "navigationBarTitleText": "溯源信息查看",
+ "navigationBarBackgroundColor": "#409EFF",
+ "navigationBarTextStyle": "white"
+ }
+ },
+ {
+ "path": "evaluation/index",
+ "style": {
+ "navigationBarTitleText": "食材满意度评价",
+ "navigationBarBackgroundColor": "#409EFF",
+ "navigationBarTextStyle": "white"
+ }
+ },
+ {
+ "path": "supply_query/index",
+ "style": {
+ "navigationBarTitleText": "物供相关查询",
+ "navigationBarBackgroundColor": "#409EFF",
+ "navigationBarTextStyle": "white"
+ }
+ },
+ {
+ "path": "purchase/index",
+ "style": {
+ "navigationBarTitleText": "采购相关操作",
+ "navigationBarBackgroundColor": "#409EFF",
+ "navigationBarTextStyle": "white"
+ }
+ },
+ {
+ "path": "stock/index",
+ "style": {
+ "navigationBarTitleText": "库存查询",
+ "navigationBarBackgroundColor": "#409EFF",
+ "navigationBarTextStyle": "white"
+ }
+ },
+ {
+ "path": "approval/index",
+ "style": {
+ "navigationBarTitleText": "审批处理",
+ "navigationBarBackgroundColor": "#409EFF",
+ "navigationBarTextStyle": "white"
+ }
+ },
+ {
+ "path": "material_receipt/index",
+ "style": {
+ "navigationBarTitleText": "物资领用",
+ "navigationBarBackgroundColor": "#409EFF",
+ "navigationBarTextStyle": "white"
+ }
+ }
+ ]
+ },
+ {
"root": "pages/users",
"name": "users",
"pages": [
diff --git a/app/pages/supply_chain/approval/index.vue b/app/pages/supply_chain/approval/index.vue
new file mode 100644
index 0000000..aa29fc5
--- /dev/null
+++ b/app/pages/supply_chain/approval/index.vue
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+
+ 全部
+ 待处理
+ 已处理
+
+
+
+
+
+
+
+
+ 申请人:
+ {{ item.applicant }}
+
+
+ 申请内容:
+ {{ item.content }}
+
+
+ 申请数量:
+ {{ item.amount }}件
+
+
+
+
+
+
+
+
+
+
+ 暂无审批单据
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/pages/supply_chain/evaluation/index.vue b/app/pages/supply_chain/evaluation/index.vue
new file mode 100644
index 0000000..50d1d3f
--- /dev/null
+++ b/app/pages/supply_chain/evaluation/index.vue
@@ -0,0 +1,285 @@
+
+
+
+
+
+
+
+ 选择食材
+
+
+ {{ item.name }}
+ {{ item.date }}
+
+
+
+
+
+
+
+ 评分
+
+
+ 质量评分:
+
+
+
+
+
+ 口感评分:
+
+
+
+
+
+
+
+
+
+
+
+
+ 提交评价
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/pages/supply_chain/material_receipt/index.vue b/app/pages/supply_chain/material_receipt/index.vue
new file mode 100644
index 0000000..5488b72
--- /dev/null
+++ b/app/pages/supply_chain/material_receipt/index.vue
@@ -0,0 +1,337 @@
+
+
+
+
+
+
+
+ 发起领用申请
+
+
+ 物资名称:
+
+
+
+ 领用数量:
+
+
+
+ 领用用途:
+
+
+
+ 领用人:
+
+
+ 提交领用申请
+
+
+
+
+
+ 领用记录
+
+
+
+
+
+ 领用数量:
+ {{ item.quantity }}件
+
+
+ 领用用途:
+ {{ item.purpose }}
+
+
+ 领用人:
+ {{ item.applicant }}
+
+
+ 申请时间:
+ {{ item.applyTime }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/pages/supply_chain/purchase/index.vue b/app/pages/supply_chain/purchase/index.vue
new file mode 100644
index 0000000..f29a219
--- /dev/null
+++ b/app/pages/supply_chain/purchase/index.vue
@@ -0,0 +1,581 @@
+
+
+
+
+
+
+
+
+
+
+ 发起采购需求
+
+
+ 采购物品:
+
+
+
+ 采购数量:
+
+
+
+ 采购原因:
+
+
+
+ 期望到货时间:
+
+
+ 提交采购需求
+
+
+
+
+
+ 跟踪订单进度
+
+
+ 搜索
+
+
+
+
+
+
+ 采购物品:
+ {{ item.name }}
+
+
+ 采购数量:
+ {{ item.quantity }}件
+
+
+ 下单时间:
+ {{ item.orderTime }}
+
+
+ 预计到货:
+ {{ item.expectedTime }}
+
+
+
+
+
+
+
+
+
+ 质量问题反馈
+
+
+ 订单号:
+
+
+
+ 问题描述:
+
+
+
+ 上传照片:
+
+
+
+ 添加图片
+
+
+
+
+ ×
+
+
+
+
+ 提交反馈
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/pages/supply_chain/stock/index.vue b/app/pages/supply_chain/stock/index.vue
new file mode 100644
index 0000000..61e586c
--- /dev/null
+++ b/app/pages/supply_chain/stock/index.vue
@@ -0,0 +1,365 @@
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+
+ {{ selectedCategory || '全部类别' }}
+
+
+
+ {{ selectedLocation || '全部位置' }}
+
+
+
+
+
+
+
+
+
+ 库存预警
+
+
+
+ {{ item.name }}
+ 当前库存:{{ item.stock }}件
+ 最低库存:{{ item.minStock }}件
+
+
+
+
+
+
+ 库存列表
+
+
+
+
+
+ 当前库存:
+ {{ item.stock }}件
+
+
+ 最低库存:
+ {{ item.minStock }}件
+
+
+ 库存位置:
+ {{ item.location }}
+
+
+ 物资类别:
+ {{ item.category }}
+
+
+ 最后更新:
+ {{ item.updateTime }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/pages/supply_chain/supply_query/index.vue b/app/pages/supply_chain/supply_query/index.vue
new file mode 100644
index 0000000..c1cdcb6
--- /dev/null
+++ b/app/pages/supply_chain/supply_query/index.vue
@@ -0,0 +1,520 @@
+
+
+
+
+
+
+
+ 采购计划
+ 库存状态
+ 质量反馈
+
+
+
+
+
+
+ 搜索
+
+
+
+
+
+
+ 计划时间:
+ {{ item.time }}
+
+
+ 采购数量:
+ {{ item.quantity }}件
+
+
+ 负责人:
+ {{ item.manager }}
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+
+
+
+
+ 当前库存:
+ {{ item.stock }}件
+
+
+ 最低库存:
+ {{ item.minStock }}件
+
+
+ 库存位置:
+ {{ item.location }}
+
+
+
+
+
+
+
+
+
+
+ 食材名称:
+
+
+
+ 问题类型:
+
+
+
+ 问题描述:
+
+
+
+ 上传图片:
+
+
+
+ 添加图片
+
+
+
+
+ ×
+
+
+
+
+ 提交反馈
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/pages/supply_chain/traceability/index.vue b/app/pages/supply_chain/traceability/index.vue
new file mode 100644
index 0000000..a6a6a1b
--- /dev/null
+++ b/app/pages/supply_chain/traceability/index.vue
@@ -0,0 +1,307 @@
+
+
+
+
+
+
+
+
+
+ 扫描溯源码
+
+ 扫描食材上的追溯码,查看详细信息
+
+
+
+
+
+
+ 产品名称:
+ {{ traceInfo.productName }}
+
+
+ 原料来源:
+ {{ traceInfo.source }}
+
+
+ 检测报告:
+ 查看报告
+
+
+ 物流轨迹:
+ 查看轨迹
+
+
+ 生产时间:
+ {{ traceInfo.productionTime }}
+
+
+ 保质期:
+ {{ traceInfo.shelfLife }}
+
+
+
+
+
+
+ 公共区域物资查询
+
+
+ 搜索
+
+
+
+ {{ item.name }}
+ {{ item.code }}
+ 查看溯源
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file