bonus-material-app/src/pages.json

387 lines
11 KiB
JSON
Raw Normal View History

2024-11-18 09:05:38 +08:00
{
"pages": [
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
// 登录页
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录"
}
},
// 首页
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
// 工作台
{
"path": "pages/work/index",
"style": {
"navigationBarTitleText": "工作台"
}
},
// 我的
{
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "我的"
}
},
/* */
// 验收
{
"path": "pages/new-purchase/accept/index",
"style": {
"navigationBarTitleText": "新购验收"
}
},
2024-11-20 14:54:06 +08:00
// 新购绑定
2024-11-18 09:05:38 +08:00
{
"path": "pages/new-purchase/bind/index",
"style": {
"navigationBarTitleText": "新购绑定"
}
},
2024-11-20 17:41:05 +08:00
// 1. 详情
2024-11-20 14:54:06 +08:00
{
"path": "pages/new-purchase/bind/details",
"style": {
"navigationBarTitleText": "新购绑定详情"
}
},
2024-11-20 17:41:05 +08:00
// 2. 编码绑定
{
"path": "pages/new-purchase/bind/coding-bind",
"style": {
2024-12-04 17:14:05 +08:00
"navigationBarTitleText": "新购绑定"
}
2025-01-08 18:42:45 +08:00
}, //编码扫码
2024-12-04 17:14:05 +08:00
{
"path": "pages/new-purchase/bind/coding-scan",
"style": {
"navigationBarTitleText": "新购绑定"
2024-11-20 17:41:05 +08:00
}
},
2024-11-18 09:05:38 +08:00
// 入库
{
"path": "pages/new-purchase/entry/index",
"style": {
"navigationBarTitleText": "新购入库"
}
},
2024-11-21 10:12:45 +08:00
//新购入库详情
{
"path": "pages/new-purchase/entry/details",
"style": {
"navigationBarTitleText": "新购入库详情"
}
},
//新购入库未完成入库
{
"path": "pages/new-purchase/entry/inEntry",
"style": {
"navigationBarTitleText": "入库"
}
},
//新购入库未完成编码入库
{
"path": "pages/new-purchase/entry/code-inbound",
"style": {
"navigationBarTitleText": "编码入库"
}
},
2024-11-18 09:05:38 +08:00
{
2024-11-19 10:32:24 +08:00
"path": "pages/new-purchase/accept/acceptDetails",
"style": {
"navigationBarTitleText": "新购验收"
}
2024-11-18 09:05:38 +08:00
},
{
2024-11-19 10:32:24 +08:00
"path": "pages/new-purchase/accept/conclusion",
"style": {
"navigationBarTitleText": "新购验收结论"
}
},
/* */
2024-11-19 14:52:39 +08:00
// 1. 主列表
2024-11-19 10:32:24 +08:00
{
"path": "pages/picking/outbound/index",
"style": {
"navigationBarTitleText": "领料出库"
}
2024-11-19 15:06:06 +08:00
},
2024-11-19 14:52:39 +08:00
// 2. 详情
{
"path": "pages/picking/outbound/details",
"style": {
"navigationBarTitleText": "出库详情"
}
},
// 3. 编码出库
{
"path": "pages/picking/outbound/code-outbound",
"style": {
"navigationBarTitleText": "编码出库"
}
2025-01-08 18:42:45 +08:00
}, // 3. 编码出库
2024-12-04 17:14:05 +08:00
{
"path": "pages/picking/outbound/code-outScan",
"style": {
"navigationBarTitleText": "编码出库"
}
2024-11-19 14:52:39 +08:00
},
2025-01-08 18:42:45 +08:00
{
"path": "pages/picking/outbound/codeOutScan",
"style": {
"navigationBarTitleText": "编码出库"
}
},
2024-11-19 14:52:39 +08:00
// 4. 数量出库
{
"path": "pages/picking/outbound/num-outbound",
"style": {
"navigationBarTitleText": "数量出库"
}
2024-11-20 14:24:17 +08:00
},
// 退料
{
"path": "pages/back/index",
"style": {
"navigationBarTitleText": "退料任务"
}
},
{
"path": "pages/back/detail",
"style": {
"navigationBarTitleText": "退料任务详情"
}
},
{
"path": "pages/back/addBack",
"style": {
2025-01-08 18:42:45 +08:00
"navigationStyle": "custom"
2024-12-24 18:29:52 +08:00
// "navigationBarTitleText": "新增退料任务"
2024-11-20 14:24:17 +08:00
}
2025-01-08 18:42:45 +08:00
},
2024-11-22 09:40:01 +08:00
{
"path": "pages/back/backCodeAdd",
"style": {
"navigationBarTitleText": "新增退料任务"
}
},
2024-11-20 14:24:17 +08:00
{
"path": "pages/back/backCode",
"style": {
"navigationBarTitleText": "退料编码"
}
2025-01-08 18:42:45 +08:00
},
{
2025-01-03 18:19:03 +08:00
"path": "pages/back/backCodeScan",
"style": {
"navigationBarTitleText": "退料编码"
}
2024-11-20 14:24:17 +08:00
},
2024-11-21 09:22:25 +08:00
{
"path": "pages/back/backCodeDetail",
"style": {
"navigationBarTitleText": "退料编码查看"
}
},
2024-11-20 14:24:17 +08:00
{
"path": "pages/back/backNum",
"style": {
"navigationBarTitleText": "退料数量"
}
2024-11-21 09:22:25 +08:00
},
{
"path": "pages/back/backNumDetail",
"style": {
"navigationBarTitleText": "退料数量查看"
}
2024-11-21 10:49:14 +08:00
},
2024-12-31 15:37:54 +08:00
//配件-------------------------------
2025-01-08 18:42:45 +08:00
{
"path": "pages/part/part-lease/index",
"style": {
"navigationBarTitleText": "配件领用"
}
},
{
"path": "pages/part/part-lease/applyList",
"style": {
"navigationBarTitleText": "配件领用记录"
}
},
{
"path": "pages/part/part-lease/applyDetail",
"style": {
"navigationBarTitleText": "配件领用详情"
}
},
2024-11-21 10:47:48 +08:00
/* */
// 1. 维修列表
{
"path": "pages/repair/repairManage/index",
2024-11-21 10:47:48 +08:00
"style": {
"navigationBarTitleText": "维修任务"
}
},
// 2. 维修详情
{
"path": "pages/repair/repairManage/details",
2024-11-21 10:47:48 +08:00
"style": {
"navigationBarTitleText": "维修任务"
}
2024-11-21 15:36:07 +08:00
},
// 3. 编码维修 展示
{
"path": "pages/repair/repairManage/code-view",
2024-11-21 15:36:07 +08:00
"style": {
"navigationBarTitleText": "编码设备维修"
}
},
// 4. 编码维修 操作
{
"path": "pages/repair/repairManage/code-operate",
2024-11-21 15:36:07 +08:00
"style": {
"navigationBarTitleText": "维修"
}
},
// 5. 数量维修 操作
{
"path": "pages/repair/repairManage/num-operate",
2024-11-21 15:36:07 +08:00
"style": {
"navigationBarTitleText": "数量设备维修"
}
},
//修试审核
{
"path": "pages/repair/testExamine/index",
"style": {
"navigationBarTitleText": "修试审核"
}
},
//修试审核-详情
{
"path": "pages/repair/testExamine/details",
"style": {
"navigationBarTitleText": "修试审核详情"
}
},
//修试入库
{
"path": "pages/repair/testedInBound/index",
"style": {
2025-01-08 18:42:45 +08:00
"navigationStyle": "custom"
2024-12-31 15:37:54 +08:00
// "navigationBarTitleText": "修试入库"
}
},
//修试审核-详情
{
"path": "pages/repair/testedInBound/details",
"style": {
"navigationBarTitleText": "修试入库详情"
}
2024-12-19 09:06:26 +08:00
},
//修试审核-编码详情
{
"path": "pages/repair/testedInBound/codeList",
"style": {
"navigationBarTitleText": "编码详情"
}
},
//修试审核-编码扫描
{
"path": "pages/repair/testedInBound/codeScan",
"style": {
"navigationBarTitleText": "编码扫描"
}
2024-12-19 18:27:18 +08:00
},
{
2025-01-08 18:42:45 +08:00
"path": "pages/standardBox/index",
2024-12-19 18:27:18 +08:00
"style": {
"navigationStyle": "custom"
// "navigationBarTitleText": "标准箱管理"
}
2025-01-08 18:42:45 +08:00
},
2024-12-19 18:27:18 +08:00
{
"path": "pages/standardBox/addBox",
"style": {
"navigationBarTitleText": "标准箱创建"
}
},
{
"path": "pages/standardBox/codeList",
"style": {
"navigationBarTitleText": "标准箱录入"
}
2025-01-08 18:42:45 +08:00
},
{
2024-12-19 18:27:18 +08:00
"path": "pages/standardBox/codeView",
"style": {
"navigationBarTitleText": "标准箱查看"
}
},
{
"path": "pages/standardBox/transferBox",
"style": {
"navigationBarTitleText": "标准箱移交"
}
},
{
"path": "pages/standardBox/acceptBox",
"style": {
"navigationBarTitleText": "标准箱接收"
}
2025-01-08 18:42:45 +08:00
},
{
"path": "pages/my/signature",
"style": {
"navigationBarTitleText": "电子签名"
}
2024-11-18 09:05:38 +08:00
}
],
"tabBar": {
"color": "#2c2c2c",
"selectedColor": "#1296db",
"borderStyle": "black",
"backgroundColor": "#FFFFFF",
"iconWidth": "24px",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/home.png",
"selectedIconPath": "static/homeSelected.png"
},
{
"pagePath": "pages/work/index",
"text": "工作台",
"iconPath": "static/my.png",
"selectedIconPath": "static/mySelected.png"
},
{
"pagePath": "pages/my/index",
"text": "我的",
"iconPath": "static/workSpace.png",
"selectedIconPath": "static/workSpaceSelected.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#dcf4ff",
"backgroundColor": "#f8f8f8"
}
}