You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
312 lines
6.5 KiB
312 lines
6.5 KiB
{
|
|
|
|
"pages": [{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "WMS仓库管理系统-移动端",
|
|
"titleNView": {
|
|
"autoBackButton": "true",
|
|
"buttons": [{}]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/index",
|
|
"style": {
|
|
"navigationBarTitleText": "登录",
|
|
"titleNView": {
|
|
"autoBackButton": "true",
|
|
"buttons": [{}]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/setter/index",
|
|
"style": {
|
|
"navigationBarTitleText": "个人资料",
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/setter/passwordpage",
|
|
"style": {
|
|
"navigationBarTitleText": "修改密码",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/setter/setterDetail",
|
|
"style": {
|
|
"navigationBarTitleText": "参数设置详情",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
|
|
},
|
|
{
|
|
"path": "pages/message/index",
|
|
"style": {
|
|
"navigationBarTitleText": "消息",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
|
|
},
|
|
{
|
|
"path": "pages/message/details",
|
|
"style": {
|
|
"navigationBarTitleText": "消息详情",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
|
|
},
|
|
{
|
|
"path": "pages/demo/demo",
|
|
"style": {
|
|
"navigationBarTitleText": "组件",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/putaway/purchasePutaway",
|
|
"style": {
|
|
"navigationBarTitleText": "采购上架",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/task/receipt",
|
|
"style": {
|
|
"navigationBarTitleText": "采购收货",
|
|
"enablePullDownRefresh": true,
|
|
"titleNView": {
|
|
"autoBackButton": "true",
|
|
"buttons": [{
|
|
"float": "right",
|
|
"text": "\ue7c6",
|
|
"fontSrc": "/static/icon/iconfont.ttf",
|
|
"fontSize": "22px"
|
|
},
|
|
// 右边按钮
|
|
{
|
|
"float": "right",
|
|
"text": "过滤",
|
|
"fontSrc": "/static/icon/iconfont.ttf",
|
|
"fontSize": "15px"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/task/receipt_detail",
|
|
"style": {
|
|
"navigationBarTitleText": "收货任务详情",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/return/returnBeforPutaway",
|
|
"style": {
|
|
"navigationBarTitleText": "上架前退货",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/return/purchaseReturn",
|
|
"style": {
|
|
"navigationBarTitleText": "上架后退货",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/return/purchaseReturn_detail",
|
|
"style": {
|
|
"navigationBarTitleText": "退货任务详情",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/inventory/scrap",
|
|
"style": {
|
|
"navigationBarTitleText": "原料报废",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/store/deliverRaw",
|
|
"style": {
|
|
"navigationBarTitleText": "原料直发",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/task/issueByFIFO",
|
|
"style": {
|
|
"navigationBarTitleText": "发料",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/task/issue_detail",
|
|
"style": {
|
|
"navigationBarTitleText": "发料任务详情",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/store/issueDirect",
|
|
"style": {
|
|
"navigationBarTitleText": "直接发料",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/query/item",
|
|
"style": {
|
|
"enablePullDownRefresh": true, // 是否配置下拉刷新的功能
|
|
"navigationBarTitleText": "按零件查询库存",
|
|
"titleNView": {
|
|
"autoBackButton": "true",
|
|
"buttons": [{}]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/query/location",
|
|
"style": {
|
|
"navigationBarTitleText": "按库位查询库存",
|
|
"enablePullDownRefresh": true,
|
|
"titleNView": {
|
|
"autoBackButton": "true",
|
|
"buttons": [{}]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/inventory/transferByLocation",
|
|
"style": {
|
|
"navigationBarTitleText": "储位内移库",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/inventory/transferDiffLocation",
|
|
"style": {
|
|
"navigationBarTitleText": "储位调拨",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/task/count",
|
|
"style": {
|
|
"navigationBarTitleText": "盘点任务",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/task/count_detail",
|
|
"style": {
|
|
"navigationBarTitleText": "盘点任务详情",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/return/returnToWarehouse",
|
|
"style": {
|
|
"navigationBarTitleText": "直接退库",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/return/productionReturn",
|
|
"style": {
|
|
"navigationBarTitleText": "生产退库",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/return/productionReturn_detail",
|
|
"style": {
|
|
"navigationBarTitleText": "生产退库详情",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/putaway/rapReceipt",
|
|
"style": {
|
|
"navigationBarTitleText": "回收料收货",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/putaway/semiPutaway",
|
|
"style": {
|
|
"navigationBarTitleText": "半成品上架",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/task/deliver",
|
|
"style": {
|
|
"navigationBarTitleText": "发货任务",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/task/deliver_detail",
|
|
"style": {
|
|
"navigationBarTitleText": "发货任务详情",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
}
|
|
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "WMS仓库管理系统-移动端",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"h5": {
|
|
"maxWidth": 1190,
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#F1F1F1"
|
|
},
|
|
//增加返回首页
|
|
"titleNView": {
|
|
"autoBackButton": "true",
|
|
"buttons": [{
|
|
"float": "right",
|
|
"text": "\ue7c6",
|
|
"fontSrc": "/static/icon/iconfont.ttf",
|
|
"fontSize": "22px"
|
|
}
|
|
]
|
|
},
|
|
"softinputMode": "adjustPan" //adjustResize
|
|
},
|
|
"tabBar": {
|
|
"color": "#7A7E83",
|
|
"selectedColor": "#2678f2",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "static/bar/sy.png",
|
|
"selectedIconPath": "static/bar/sya.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/message/index",
|
|
"iconPath": "static/bar/xx.png",
|
|
"selectedIconPath": "static/bar/xxa.png",
|
|
"text": "消息"
|
|
}, {
|
|
"pagePath": "pages/setter/index",
|
|
"iconPath": "static/bar/sz.png",
|
|
"selectedIconPath": "static/bar/sza.png",
|
|
"text": "设置"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
|