bonus-material-app/src/pages.json

627 lines
17 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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/search/index",
"style": {
"navigationBarTitleText": "查询"
}
},
// 我的
{
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "我的"
}
},
// 工器具领料
{
"path": "pages/toolsLease/toolsLease",
"style": {
"navigationStyle": "custom"
}
},
// 工器具领料-新增
{
"path": "pages/toolsLease/toolsLeaseAdd",
"style": {
"navigationStyle": "custom"
}
},
// 工器具领料-出库
{
"path": "pages/toolsLease/toolsLeaseOut",
"style": {
"navigationStyle": "custom"
}
},
// 工器具领料-出库-数量出库
{
"path": "pages/toolsLease/numOut",
"style": {
"navigationStyle": "custom"
}
},
// 工器具领料-出库-编码出库
{
"path": "pages/toolsLease/codeOut",
"style": {
"navigationStyle": "custom"
}
},
/* */
// 验收
{
"path": "pages/new-purchase/accept/index",
"style": {
"navigationBarTitleText": "新购验收"
}
},
// 新购绑定
{
"path": "pages/new-purchase/bind/index",
"style": {
"navigationBarTitleText": "新购绑定"
}
},
// 1. 详情
{
"path": "pages/new-purchase/bind/details",
"style": {
"navigationBarTitleText": "新购绑定详情"
}
},
// 2. 编码绑定
{
"path": "pages/new-purchase/bind/coding-bind",
"style": {
"navigationBarTitleText": "新购绑定"
}
}, //编码扫码
{
"path": "pages/new-purchase/bind/coding-scan",
"style": {
"navigationBarTitleText": "新购绑定"
}
},
{
"path": "pages/new-purchase/bind/ocr-bind",
"style": {
"navigationBarTitleText": "OCR识别"
}
},
// 入库
{
"path": "pages/new-purchase/entry/index",
"style": {
"navigationBarTitleText": "新购入库"
}
},
//新购入库详情
{
"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": "编码入库"
}
},
//新购入库-编码入库-OCR识别
{
"path": "pages/new-purchase/entry/ocr-entry",
"style": {
"navigationBarTitleText": "OCR识别"
}
},
//新购验收
{
"path": "pages/new-purchase/accept/acceptDetails",
"style": {
"navigationBarTitleText": "新购验收"
}
},
{
"path": "pages/new-purchase/accept/conclusion",
"style": {
"navigationBarTitleText": "新购验收结论"
}
},
/* */
// 1. 主列表
{
"path": "pages/picking/outbound/index",
"style": {
"navigationBarTitleText": "领料出库"
}
},
// 2. 详情
{
"path": "pages/picking/outbound/details",
"style": {
"navigationBarTitleText": "出库详情"
}
},
{
"path": "pages/picking/outbound/inner-detail",
"style": {
"navigationBarTitleText": "出库详情"
}
},
// 3. 编码出库
{
"path": "pages/picking/outbound/code-outbound",
"style": {
"navigationBarTitleText": "编码出库"
}
}, // 3. 编码出库
{
"path": "pages/picking/outbound/codeOutScan",
"style": {
"navigationBarTitleText": "编码出库"
}
},
// 4. 数量出库
{
"path": "pages/picking/outbound/num-outbound",
"style": {
"navigationBarTitleText": "数量出库"
}
},
// 1. 主列表
{
"path": "pages/picking/review/index",
"style": {
"navigationBarTitleText": "领料审核"
}
},
{
"path": "pages/picking/review/details",
"style": {
"navigationBarTitleText": "领用申请详情"
}
},
// 退料
{
"path": "pages/back/index",
"style": {
"navigationBarTitleText": "退料任务"
}
},
{
"path": "pages/back/detail",
"style": {
"navigationBarTitleText": "退料任务详情"
}
},
{
"path": "pages/back/addBack",
"style": {
"navigationStyle": "custom"
// "navigationBarTitleText": "新增退料任务"
}
},
{
"path": "pages/back/backCodeAdd",
"style": {
"navigationBarTitleText": "新增退料任务"
}
},
{
"path": "pages/back/backCode",
"style": {
"navigationBarTitleText": "退料编码"
}
},
{
"path": "pages/back/backCodeScan",
"style": {
"navigationBarTitleText": "退料编码"
}
},
{
"path": "pages/back/backCodeDetail",
"style": {
"navigationBarTitleText": "退料编码查看"
}
},
{
"path": "pages/back/backNum",
"style": {
"navigationBarTitleText": "退料数量"
}
},
{
"path": "pages/back/backNumDetail",
"style": {
"navigationBarTitleText": "退料数量查看"
}
},
//配件-------------------------------
{
"path": "pages/part/part-lease/index",
"style": {
"navigationBarTitleText": "配件领用"
}
},
{
"path": "pages/part/part-lease/applyList",
"style": {
"navigationBarTitleText": "配件领用记录"
}
},
{
"path": "pages/part/part-lease/applyDetail",
"style": {
"navigationBarTitleText": "配件领用详情"
}
},
/* */
// 1. 维修列表
{
"path": "pages/repair/repairManage/index",
"style": {
"navigationBarTitleText": "维修任务"
}
},
// 2. 维修详情
{
"path": "pages/repair/repairManage/details",
"style": {
"navigationBarTitleText": "维修任务"
}
},
// 维修查看
{
"path": "pages/repair/repairManage/view",
"style": {
"navigationBarTitleText": "维修任务查看"
}
},
// 维修查看明细
{
"path": "pages/repair/repairManage/view-detail",
"style": {
"navigationBarTitleText": "维修任务查看"
}
},
// 3. 编码维修 展示
{
"path": "pages/repair/repairManage/code-view",
"style": {
"navigationBarTitleText": "编码设备"
}
},
// 4. 编码维修 操作
{
"path": "pages/repair/repairManage/code-operate",
"style": {
"navigationBarTitleText": "编码设备维修"
}
},
// 5. 数量维修 操作
{
"path": "pages/repair/repairManage/num-operate",
"style": {
"navigationBarTitleText": "数量设备维修"
}
},
//修试审核
{
"path": "pages/repair/testExamine/index",
"style": {
"navigationBarTitleText": "修试审核"
}
},
//修试审核-详情
{
"path": "pages/repair/testExamine/details",
"style": {
"navigationBarTitleText": "修试审核详情"
}
},
//修试审核-查看
{
"path": "pages/repair/testExamine/view",
"style": {
"navigationBarTitleText": "修试审核详情"
}
},
//修试入库
{
"path": "pages/repair/testedInBound/index",
"style": {
"navigationStyle": "custom"
// "navigationBarTitleText": "修试入库"
}
},
//修试入库-详情
{
"path": "pages/repair/testedInBound/details",
"style": {
"navigationBarTitleText": "修试入库详情"
}
},
{
"path": "pages/repair/testedInBound/detailView",
"style": {
"navigationBarTitleText": "修试入库明细"
}
},
//修试入库-编码详情
{
"path": "pages/repair/testedInBound/codeList",
"style": {
"navigationBarTitleText": "编码详情"
}
},
//修试入库-编码扫描
{
"path": "pages/repair/testedInBound/codeScan",
"style": {
"navigationBarTitleText": "编码扫描"
}
},
//报废审核
{
"path": "pages/repair/scrapExamine/index",
"style": {
"navigationBarTitleText": "报废审核"
}
},
//报废审核-详情
{
"path": "pages/repair/scrapExamine/details",
"style": {
"navigationBarTitleText": "报废审核详情"
}
},
//报废审核-查看
{
"path": "pages/repair/scrapExamine/view",
"style": {
"navigationBarTitleText": "报废审核详情"
}
},
//标准箱
{
"path": "pages/standardBox/index",
"style": {
"navigationStyle": "custom"
// "navigationBarTitleText": "标准箱管理"
}
},
{
"path": "pages/standardBox/addBox",
"style": {
"navigationBarTitleText": "标准箱创建"
}
},
{
"path": "pages/standardBox/codeList",
"style": {
"navigationBarTitleText": "标准箱录入"
}
},
{
"path": "pages/standardBox/codeView",
"style": {
"navigationBarTitleText": "标准箱查看"
}
},
{
"path": "pages/standardBox/transferBox",
"style": {
"navigationBarTitleText": "标准箱移交"
}
},
{
"path": "pages/standardBox/acceptBox",
"style": {
"navigationBarTitleText": "标准箱接收"
}
},
//库存查询
{
"path": "pages/stquery/deviceStatusRecord/index",
"style": {
"navigationBarTitleText": "机具库存查询"
}
},
//设备信息查询
{
"path": "pages/devicesSearch/qrSearch",
"style": {
"navigationBarTitleText": "二维码查询"
}
},
{
"path": "pages/devicesSearch/ocrSearch",
"style": {
"navigationBarTitleText": "OCR查询"
}
},
{
"path": "pages/devicesSearch/codeSearch",
"style": {
"navigationBarTitleText": "设备编码查询"
}
},
{
"path": "pages/my/signature",
"style": {
"navigationBarTitleText": "电子签名"
}
},
//业务办理
{
"path": "pages/business/leaseApply",
"style": {
"navigationBarTitleText": "领用申请"
}
},
{
"path": "pages/business/directApply",
"style": {
"navigationBarTitleText": "直转申请"
}
},
{
"path": "pages/business/directApplyDetail",
"style": {
"navigationBarTitleText": "直转详情"
}
},
{
"path": "pages/business/discountApply",
"style": {
"navigationBarTitleText": "费用减免申请"
}
},
{
"path": "pages/integratedQuery/electronicTag/index",
"style": {
"navigationBarTitleText": "电子标签查询"
}
},
{
"path": "pages/integratedQuery/electronicTag/codeRecognition",
"style": {
"navigationBarTitleText": "电子标签查询"
}
},
{
"path": "pages/integratedQuery/receiveRecord/index",
"style": {
"navigationBarTitleText": "领用记录查询"
}
},
{
"path": "pages/integratedQuery/receiveRecord/receiveRecordEdit",
"style": {
"navigationBarTitleText": "领用申请编辑"
}
},
{
"path": "pages/integratedQuery/directRotationRecord/index",
"style": {
"navigationBarTitleText": "直转记录查询"
}
},
{
"path": "pages/integratedQuery/derateRecord/index",
"style": {
"navigationBarTitleText": "结算减免记录查询"
}
},
{
"path": "pages/integratedQuery/settleAccountsRecord/index",
"style": {
"navigationBarTitleText": "结算记录查询"
}
},
{
"path": "pages/integratedQuery/inUseRecord/index",
"style": {
"navigationBarTitleText": "在用查询"
}
}
],
"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/work.png",
// "selectedIconPath": "static/workSelected.png"
// },
// {
// "pagePath": "pages/search/index",
// "text": "查询",
// "iconPath": "static/search.png",
// "selectedIconPath": "static/searchSelected.png"
// },
{
"pagePath": "pages/my/index",
"text": "我的",
"iconPath": "static/my.png",
"selectedIconPath": "static/mySelected.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#dcf4ff",
"backgroundColor": "#f8f8f8"
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数在页面的onLoad函数里面得到
}
]
}
}