2023-12-20 15:15:23 +08:00
|
|
|
|
{
|
|
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/index/index",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "首页"
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/user/user",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "个人中心"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/workSpace/workSpace",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "工作台"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/login/login",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "登录"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/fetchMaterial/fetchMaterial",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/exitMaterial/exitMaterial",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "退料申请",
|
|
|
|
|
|
"app-plus": {
|
|
|
|
|
|
"titleNView": {
|
|
|
|
|
|
"buttons": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"float": "right",
|
|
|
|
|
|
"text": "新增",
|
|
|
|
|
|
"fontSize": "16px",
|
|
|
|
|
|
"onclick": "Function"
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/workFetchMaterial/workFetchMaterial",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "工器具领料申请"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/workExitMaterial/workExitMaterial",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "工器具退料申请"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/deviceDetail/deviceDetail",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "机具详情"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/orderCart/orderCart",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "预约车",
|
|
|
|
|
|
"app-plus": {
|
|
|
|
|
|
"titleNView": {
|
|
|
|
|
|
"buttons": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"float": "right",
|
|
|
|
|
|
"text": "删除",
|
|
|
|
|
|
"fontSize": "16px",
|
|
|
|
|
|
"onclick": "Function"
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/fetchExam/fetchExam",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "领料审批"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/exitMaterialDetail/exitMaterialDetail",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "退料申请明细"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/fetchMaterialDetail/fetchMaterialDetail",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "领料明细"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/exitExam/exitExam",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "退料审批"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/newInStore/newInStore",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "新购入库"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/newBuyDetail/newBuyDetail",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "新购明细"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/newInAfterScan/newInAfterScan",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "新购机具详情"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/fix/fix",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "维修"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/fixDetail/fixDetail",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "维修明细"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/innerFix/innerFix",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "内部维修"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/returnFix/returnFix",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "返厂维修"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/waitCrash/waitCrash",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "待报废"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/backMaterialInStore/backMaterialInStore",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "退料入库"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/backMaterialInStoreDetail/backMaterialInStoreDetail",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "退料入库明细"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/repairTestInStore/repairTestInStore",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "修试入库"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/fetchMaterialOutStore/fetchMaterialOutStore",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "领料出库"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/backMaterialReceive/backMaterialReceive",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "退料接收"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/repairTestInStoreDetail/repairTestInStoreDetail",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "修试入库明细"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2023-12-21 11:01:48 +08:00
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/exitMaterialSelect/exitMaterialSelect",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "退料物料选择"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/exitExamDetail/exitExamDetail",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "退料明细"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/crashExam/crashExam",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "报废审核"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/testExam/testExam",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "试验检验审核"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
2023-12-23 11:54:30 +08:00
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/fetchMaterialOutStoreDetail/fetchMaterialOutStoreDetail",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "领料出库明细"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/codeOutStore/codeOutStore",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText": "编码出库"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
2023-12-20 15:15:23 +08:00
|
|
|
|
],
|
|
|
|
|
|
"tabBar": {
|
|
|
|
|
|
"color": "#2c2c2c",
|
|
|
|
|
|
"selectedColor": "#1296db",
|
|
|
|
|
|
"borderStyle": "black",
|
|
|
|
|
|
"backgroundColor": "#FFFFFF",
|
|
|
|
|
|
"iconWidth": "24px",
|
|
|
|
|
|
"list":
|
|
|
|
|
|
[
|
|
|
|
|
|
{
|
|
|
|
|
|
"pagePath": "pages/index/index",
|
|
|
|
|
|
"iconPath": "static/home.png",
|
|
|
|
|
|
"selectedIconPath": "static/homeSelected.png",
|
|
|
|
|
|
"text": "首页"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"pagePath": "pages/workSpace/workSpace",
|
|
|
|
|
|
"iconPath": "static/workSpace.png",
|
|
|
|
|
|
"selectedIconPath": "static/workSpaceSelected.png",
|
|
|
|
|
|
"text": "工作台"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"pagePath": "pages/user/user",
|
|
|
|
|
|
"iconPath": "static/my.png",
|
|
|
|
|
|
"selectedIconPath": "static/mySelected.png",
|
|
|
|
|
|
"text": "个人中心"
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
"globalStyle": {
|
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
|
"navigationBarTitleText": "uni-app",
|
|
|
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
|
|
|
"backgroundColor": "#F8F8F8"
|
|
|
|
|
|
},
|
|
|
|
|
|
"uniIdRouter": {}
|
|
|
|
|
|
}
|