bonus-material-app/src/pages.json

257 lines
6.9 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": {
"navigationBarTitleText": "编码绑定"
}
},
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": "编码出库"
}
},
// 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": {
"navigationBarTitleText": "新增退料任务"
}
},
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": "退料编码"
}
},
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-11-21 10:47:48 +08:00
/* */
// 1. 维修列表
{
"path": "pages/repair/index",
"style": {
"navigationBarTitleText": "维修任务"
}
},
// 2. 维修详情
{
"path": "pages/repair/details",
"style": {
"navigationBarTitleText": "维修任务"
}
2024-11-21 15:36:07 +08:00
},
// 3. 编码维修 展示
{
"path": "pages/repair/code-view",
"style": {
"navigationBarTitleText": "编码设备维修"
}
},
// 4. 编码维修 操作
{
"path": "pages/repair/code-operate",
"style": {
"navigationBarTitleText": "维修"
}
},
// 5. 数量维修 操作
{
"path": "pages/repair/num-operate",
"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"
}
}