parent
179552b7f5
commit
dbc47b370f
@ -1,371 +1,374 @@ |
|||||||
{ |
{ |
||||||
"easycom": { |
"easycom": { |
||||||
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" |
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" |
||||||
}, |
}, |
||||||
"pages": [ |
"pages": [ |
||||||
|
|
||||||
{ |
{ |
||||||
"path": "pages/start/start", |
"path": "pages/start/start", |
||||||
"style": { |
"style": { |
||||||
"app-plus": { |
"app-plus": { |
||||||
"titleNView": false, |
"titleNView": false, |
||||||
"globalStyle":{ |
"globalStyle": { |
||||||
"fontFamily":"宋体" |
"fontFamily": "宋体" |
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/index/index", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "工作", |
|
||||||
"navigationBarBackgroundColor": "#228B22" |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/user/user", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "我的", |
|
||||||
"enablePullDownRefresh": false, |
|
||||||
"navigationBarBackgroundColor": "#228B22" |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/login/login", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "登录", |
|
||||||
"navigationBarBackgroundColor": "#228B22" |
|
||||||
} |
|
||||||
}, { |
|
||||||
"path": "pages/receive/index", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "收货界面", |
|
||||||
"navigationBarBackgroundColor": "#228B22", |
|
||||||
"enablePullDownRefresh": true, |
|
||||||
"onReachBottomDistance": 300, |
|
||||||
"app-plus": { |
|
||||||
"titleNView": { |
|
||||||
"buttons": [{ |
|
||||||
"text": "入库验收", |
|
||||||
// "text": "+新增出库", |
|
||||||
"fontSize": "15px", |
|
||||||
"width": "70px" |
|
||||||
}] |
|
||||||
} |
|
||||||
} |
} |
||||||
} |
} |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/index/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "工作", |
||||||
|
// "navigationStyle": "custom" // 使用自定义导航栏,系统会关闭默认的原生导航栏 |
||||||
|
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/user/user", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "我的", |
||||||
|
"enablePullDownRefresh": false, |
||||||
|
"navigationStyle": "custom" // 使用自定义导航栏,系统会关闭默认的原生导航栏 |
||||||
|
// "navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/login/login", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "登录", |
||||||
|
"navigationStyle": "custom" // 使用自定义导航栏,系统会关闭默认的原生导航栏 |
||||||
|
// "navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
|
} |
||||||
|
}, { |
||||||
|
"path": "pages/receive/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "收货界面", |
||||||
|
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)", |
||||||
|
"enablePullDownRefresh": true, |
||||||
|
"onReachBottomDistance": 300, |
||||||
|
"app-plus": { |
||||||
|
"titleNView": { |
||||||
|
"buttons": [{ |
||||||
|
"text": "入库验收", |
||||||
|
// "text": "+新增出库", |
||||||
|
"fontSize": "15px", |
||||||
|
"width": "70px" |
||||||
|
}] |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/receive/choosePackaging/choosePackaging", |
"path": "pages/receive/choosePackaging/choosePackaging", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "选择包装界面", |
"navigationBarTitleText": "选择包装界面", |
||||||
"navigationBarBackgroundColor": "#228B22" |
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/receive/receiveHomeWork/receiveHomeWork", |
"path": "pages/receive/receiveHomeWork/receiveHomeWork", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "收货作业界面", |
"navigationBarTitleText": "收货作业界面", |
||||||
"navigationBarBackgroundColor": "#228B22" |
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
} |
} |
||||||
}, { |
}, { |
||||||
"path": "pages/receive/receiveHomeWorks/receiveHomeWork", |
"path": "pages/receive/receiveHomeWorks/receiveHomeWork", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "收货作业界面", |
"navigationBarTitleText": "收货作业界面", |
||||||
"navigationBarBackgroundColor": "#228B22" |
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/inventory/index", |
"path": "pages/inventory/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "盘点录入", |
"navigationBarTitleText": "盘点录入", |
||||||
"navigationBarBackgroundColor": "#228B22" |
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/checkAccept/checkHomework", |
"path": "pages/checkAccept/checkHomework", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "验收作业页面", |
"navigationBarTitleText": "验收作业页面", |
||||||
"navigationBarBackgroundColor": "#228B22" |
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
} |
} |
||||||
}, { |
}, { |
||||||
"path": "pages/checkAccept/checkHomeworks", |
"path": "pages/checkAccept/checkHomeworks", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "验收作业页面", |
"navigationBarTitleText": "验收作业页面", |
||||||
"navigationBarBackgroundColor": "#228B22" |
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/checkAccept/taskView", |
"path": "pages/checkAccept/taskView", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "任务查看", |
"navigationBarTitleText": "任务查看", |
||||||
"navigationBarBackgroundColor": "#228B22" |
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/stock/index", |
"path": "pages/stock/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "库存查询", |
"navigationBarTitleText": "库存查询", |
||||||
"navigationBarBackgroundColor": "#228B22" |
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
} |
} |
||||||
|
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/checkAccept/index", |
"path": "pages/checkAccept/index", |
||||||
|
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "入库验收", |
|
||||||
"navigationBarBackgroundColor": "#228B22", |
|
||||||
"enablePullDownRefresh":true |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/onShelf/shelfTask", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "上架作业界面", |
|
||||||
"navigationBarBackgroundColor": "#228B22" |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/onShelf/index", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "上架界面", |
|
||||||
"navigationBarBackgroundColor": "#228B22" |
|
||||||
} |
|
||||||
}, { |
|
||||||
"path": "pages/AvgOnShelf/index", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "AGV上架", |
|
||||||
"navigationBarBackgroundColor": "#228B22" |
|
||||||
} |
|
||||||
},{ |
|
||||||
"path": "pages/cache/index", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "缓存墙上架", |
|
||||||
"navigationBarBackgroundColor": "#228B22" |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/onShelf/taskView", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "任务查看", |
|
||||||
"navigationBarBackgroundColor": "#228B22" |
|
||||||
} |
|
||||||
}, |
|
||||||
|
|
||||||
{ |
"style": { |
||||||
"path": "pages/allPiece/index", |
"navigationBarTitleText": "入库验收", |
||||||
"style": { |
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)", |
||||||
"navigationBarTitleText": "整件拣货界面", |
"enablePullDownRefresh": true |
||||||
"navigationBarBackgroundColor": "#228B22" |
} |
||||||
} |
}, |
||||||
}, |
{ |
||||||
{ |
"path": "pages/onShelf/shelfTask", |
||||||
"path": "pages/payInto/index", |
"style": { |
||||||
"style": { |
"navigationBarTitleText": "上架作业界面", |
||||||
"navigationBarTitleText": "其他入库", |
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
"navigationBarBackgroundColor": "#228B22" |
} |
||||||
} |
}, |
||||||
}, |
{ |
||||||
{ |
"path": "pages/onShelf/index", |
||||||
"path": "pages/allPiece/bind", |
"style": { |
||||||
"style": { |
"navigationBarTitleText": "上架界面", |
||||||
"navigationBarTitleText": "绑定界面", |
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
"navigationBarBackgroundColor": "#228B22" |
} |
||||||
} |
}, { |
||||||
}, |
"path": "pages/AvgOnShelf/index", |
||||||
{ |
"style": { |
||||||
"path": "pages/allPiece/picking", |
"navigationBarTitleText": "AGV上架", |
||||||
"style": { |
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
"navigationBarTitleText": "拣货界面", |
} |
||||||
"navigationBarBackgroundColor": "#228B22" |
}, { |
||||||
} |
"path": "pages/cache/index", |
||||||
}, |
"style": { |
||||||
{ |
"navigationBarTitleText": "缓存墙上架", |
||||||
"path": "pages/allPiece/rushRed", |
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
"style": { |
} |
||||||
"navigationBarTitleText": "冲红界面", |
}, |
||||||
"navigationBarBackgroundColor": "#228B22" |
{ |
||||||
} |
"path": "pages/onShelf/taskView", |
||||||
}, |
"style": { |
||||||
{ |
"navigationBarTitleText": "任务查看", |
||||||
"path": "pages/dispersion/index", |
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
"style": { |
} |
||||||
"navigationBarTitleText": "整散拣货界面", |
}, |
||||||
"navigationBarBackgroundColor": "#228B22" |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/dispersion/bind", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "绑定界面", |
|
||||||
"navigationBarBackgroundColor": "#228B22" |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/dispersion/picking", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "拣货界面", |
|
||||||
"navigationBarBackgroundColor": "#228B22" |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/dispersion/rushRed", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "冲红界面", |
|
||||||
"navigationBarBackgroundColor": "#228B22" |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/toReview/index", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "复核出库", |
|
||||||
"navigationBarBackgroundColor": "#228B22" |
|
||||||
} |
|
||||||
|
|
||||||
}, |
{ |
||||||
{ |
"path": "pages/allPiece/index", |
||||||
"path": "pages/replenishment/index", |
"style": { |
||||||
"style": { |
"navigationBarTitleText": "整件拣货界面", |
||||||
"navigationBarTitleText": "补货上架", |
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
"navigationBarBackgroundColor": "#228B22" |
} |
||||||
} |
}, |
||||||
|
{ |
||||||
|
"path": "pages/payInto/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "其他入库", |
||||||
|
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/allPiece/bind", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "绑定界面", |
||||||
|
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/allPiece/picking", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "拣货界面", |
||||||
|
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/allPiece/rushRed", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "冲红界面", |
||||||
|
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/dispersion/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "整散拣货界面", |
||||||
|
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/dispersion/bind", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "绑定界面", |
||||||
|
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/dispersion/picking", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "拣货界面", |
||||||
|
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/dispersion/rushRed", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "冲红界面", |
||||||
|
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/toReview/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "复核出库", |
||||||
|
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
|
} |
||||||
|
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/cargoLocation/index", |
"path": "pages/replenishment/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "货位调整", |
"navigationBarTitleText": "补货上架", |
||||||
"navigationBarBackgroundColor": "#228B22" |
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
} |
} |
||||||
|
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/inventory/implement", |
"path": "pages/cargoLocation/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "盘点执行", |
"navigationBarTitleText": "货位调整", |
||||||
"navigationBarBackgroundColor": "#228B22" |
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
} |
} |
||||||
|
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/smallStore/index", |
"path": "pages/inventory/implement", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "零货拣货界面", |
"navigationBarTitleText": "盘点执行", |
||||||
"navigationBarBackgroundColor": "#228B22" |
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
} |
} |
||||||
|
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"path": "pages/smallStore/bind", |
"path": "pages/smallStore/index", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "绑定界面", |
"navigationBarTitleText": "零货拣货界面", |
||||||
"navigationBarBackgroundColor": "#228B22" |
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
} |
} |
||||||
}, |
|
||||||
|
}, |
||||||
{ |
{ |
||||||
"path": "pages/smallStore/picking", |
"path": "pages/smallStore/bind", |
||||||
"style": { |
"style": { |
||||||
"navigationBarTitleText": "拣货界面", |
"navigationBarTitleText": "绑定界面", |
||||||
"navigationBarBackgroundColor": "#228B22" |
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
} |
} |
||||||
}, |
}, |
||||||
{ |
|
||||||
"path": "pages/smallStore/rushRed", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "冲红界面", |
|
||||||
"navigationBarBackgroundColor": "#228B22" |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/replenishment/putOn", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "补货上架界面", |
|
||||||
"navigationBarBackgroundColor": "#228B22" |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/toReview/receviewHomeWork", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "外复核作业界面", |
|
||||||
"navigationBarBackgroundColor": "#228B22" |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/dispersion/reviewStage", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "复核台界面", |
|
||||||
"navigationBarBackgroundColor": "#228B22" |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/smallStore/reviewStage", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "复核台界面", |
|
||||||
"navigationBarBackgroundColor": "#228B22" |
|
||||||
} |
|
||||||
}, { |
|
||||||
"path": "pages/AvgOrderPkg/index", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "拣货出库", |
|
||||||
"navigationBarBackgroundColor": "#228B22" |
|
||||||
} |
|
||||||
}, { |
|
||||||
"path": "pages/AvgOnShelf/shelfTask", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "AGV上架作业新增", |
|
||||||
"navigationBarBackgroundColor": "#228B22" |
|
||||||
} |
|
||||||
}, { |
|
||||||
"path": "pages/AvgOrderPkg/picking/index", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "AGV拣货", |
|
||||||
"navigationBarBackgroundColor": "#228B22" |
|
||||||
} |
|
||||||
},{ |
|
||||||
"path": "pages/AvgCarry/index", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "AGV搬运", |
|
||||||
"navigationBarBackgroundColor": "#228B22" |
|
||||||
} |
|
||||||
}, |
|
||||||
{ |
|
||||||
"path": "pages/release/index", |
|
||||||
"style": { |
|
||||||
"navigationBarTitleText": "点位释放", |
|
||||||
"navigationBarBackgroundColor": "#228B22" |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
], |
{ |
||||||
"globalStyle": { |
"path": "pages/smallStore/picking", |
||||||
"navigationBarTextStyle": "white", |
"style": { |
||||||
"navigationBarTitleText": "WMS", |
"navigationBarTitleText": "拣货界面", |
||||||
"navigationBarBackgroundColor": "#F8F8F8", |
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
"backgroundColor": "#F8F8F8" |
} |
||||||
}, |
}, |
||||||
"tabBar": { |
{ |
||||||
"color": "#C0C4CC", |
"path": "pages/smallStore/rushRed", |
||||||
"selectedColor": "#1296db", // |
"style": { |
||||||
"borderStyle": "black", |
"navigationBarTitleText": "冲红界面", |
||||||
"backgroundColor": "#ffffff", |
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
"height": "55px", |
} |
||||||
"fontSize": "12px", |
}, |
||||||
"iconWidth": "28px", |
{ |
||||||
"list": [{ |
"path": "pages/replenishment/putOn", |
||||||
"pagePath": "pages/index/index", |
"style": { |
||||||
"iconPath": "static/tabbar/tab-index.png", |
"navigationBarTitleText": "补货上架界面", |
||||||
"selectedIconPath": "static/tabbar/tab-index-current.png", |
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
"text": "首页" |
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"pagePath": "pages/user/user", |
"path": "pages/toReview/receviewHomeWork", |
||||||
"iconPath": "static/tabbar/tab-user.png", |
"style": { |
||||||
"selectedIconPath": "static/tabbar/tab-user-current.png", |
"navigationBarTitleText": "外复核作业界面", |
||||||
"text": "设置" |
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
} |
} |
||||||
] |
}, |
||||||
} |
{ |
||||||
|
"path": "pages/dispersion/reviewStage", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "复核台界面", |
||||||
|
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/smallStore/reviewStage", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "复核台界面", |
||||||
|
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
|
} |
||||||
|
}, { |
||||||
|
"path": "pages/AvgOrderPkg/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "拣货出库", |
||||||
|
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
|
} |
||||||
|
}, { |
||||||
|
"path": "pages/AvgOnShelf/shelfTask", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "AGV上架作业新增", |
||||||
|
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
|
} |
||||||
|
}, { |
||||||
|
"path": "pages/AvgOrderPkg/picking/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "AGV拣货", |
||||||
|
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
|
} |
||||||
|
}, { |
||||||
|
"path": "pages/AvgCarry/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "AGV搬运", |
||||||
|
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"path": "pages/release/index", |
||||||
|
"style": { |
||||||
|
"navigationBarTitleText": "点位释放", |
||||||
|
"navigationBarBackgroundColor": "rgb(18, 150, 219,0.8)" |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
], |
||||||
|
"globalStyle": { |
||||||
|
"navigationBarTextStyle": "white", |
||||||
|
"navigationBarTitleText": "WMS", |
||||||
|
"navigationBarBackgroundColor": "#F8F8F8", |
||||||
|
"backgroundColor": "#F8F8F8" |
||||||
|
}, |
||||||
|
"tabBar": { |
||||||
|
"color": "#C0C4CC", |
||||||
|
"selectedColor": "#1296db", // |
||||||
|
"borderStyle": "black", |
||||||
|
"backgroundColor": "#ffffff", |
||||||
|
"height": "55px", |
||||||
|
"fontSize": "12px", |
||||||
|
"iconWidth": "28px", |
||||||
|
"list": [{ |
||||||
|
"pagePath": "pages/index/index", |
||||||
|
"iconPath": "static/tabbar/tab-index.png", |
||||||
|
"selectedIconPath": "static/tabbar/tab-index-current.png", |
||||||
|
"text": "首页" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"pagePath": "pages/user/user", |
||||||
|
"iconPath": "static/tabbar/tab-user.png", |
||||||
|
"selectedIconPath": "static/tabbar/tab-user-current.png", |
||||||
|
"text": "设置" |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
} |
} |
||||||
|
|||||||
Loading…
Reference in new issue