|
|
|
module.exports = () => ({
|
|
|
|
"pages": [{
|
|
|
|
"path": "pages/index/index",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "WMS仓库管理系统",
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
"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/message/index",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "消息",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/message/details",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "消息详情",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/query/item",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "按零件查询库存",
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/query/location",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "按库位查询库存",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/receipt",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "采购收货",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/receipt_detail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "收货任务详情",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/receipt_result",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "检验结果",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/putaway/purchasePutaway",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "采购上架",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/return/returnBeforPutaway",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "上架前退货",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/putaway/semiPutaway",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "半成品上架",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/putaway/rapReceipt",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "回收料收货",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/putaway/rapTansfer",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "回收料调整",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/return/purchaseReturn",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "上架后退货",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"path": "pages/return/purchaseReturn_detail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "退货任务详情",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/return/purchaseReturnRequest",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "上架后退货申请",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"path": "pages/return/purchaseReturnRequestApprove",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "上架后退货申请审批",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/return/purchaseReturnRequestApprove_detail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "上架后退货申请审批详情",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
"path": "pages/inventory/scrap",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "原料报废",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/return/productionReturnRaw",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "原料退库",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/return/productionReturnFg",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "半成品退库",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/return/productionReturn",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "生产退库",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/return/productionReturn_detail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "生产退库详情",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/return/returnToWarehouse",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "直接退库",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/inventory/transferIssue",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "储位调出",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/inventory/transferIssue_detail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "调出详情",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/inventory/transferReceipt",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "储位调入",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/inventory/transferReceipt_detail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "调入详情",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/inventory/transferByLocation",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "储位内移库",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/inventory/transferDiffLocation",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "储位调拨",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/inventory/unpick",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "托盘拆分",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/inventory/merge",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "托盘合并",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/inventory/createTP",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "新建托盘",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/inventory/unissue",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "计划外出库",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/inventory/unreceipt",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "计划外入库",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/inventory/hold",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "隔离库存处理",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/request/issueRequest",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "人工叫料申请",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
// {
|
|
|
|
// "path": "pages/instruments/index",
|
|
|
|
// "style": {
|
|
|
|
// "navigationBarTitleText": "器具管理",
|
|
|
|
// "enablePullDownRefresh": true
|
|
|
|
// }
|
|
|
|
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// "path": "pages/check/part",
|
|
|
|
// "style": {
|
|
|
|
// "navigationBarTitleText": "零件查询",
|
|
|
|
// "enablePullDownRefresh": true
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
{
|
|
|
|
"path": "pages/task/Inspect",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "质量检验",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
// Inspect_summary
|
|
|
|
{
|
|
|
|
"path": "pages/task/Inspect_summary",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "检验结果",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/Inspect_detail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "检验任务详情",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/putawayjob",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "新增上架",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/putawayByLocation",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "上架限制库位",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/putawayNoLocation",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "执行上架",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/putaway_detail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "上架任务详情",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/replen",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "新增补料",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/issueByFIFO",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "发料",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/issueNoFIFO",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "非FIFO发料",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/issue_detail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "发料任务详情",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/deliver",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "发货任务",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/deliver_detail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "发货任务详情",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/countRaw",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "原料盘点",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/countRawDetail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "原料盘点详情",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"path": "pages/task/countFg",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "成品盘点",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/countFgDetail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "成品盘点详情",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/count",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "盘点任务",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/countByItem",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "新增盘点(零件)",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/countByLocation",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "新增盘点(库位)",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/count_detail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "盘点任务详情",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/image/image",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "上传图片",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/store/receipt",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "完工收货",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/store/recycle",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "完工收货调整",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/store/deliverFG",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "直接发货",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/store/deliverTF",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "调拨发货",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/store/tjReceipt",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "天津Mes完工收货", //天津mes
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/store/receiptOrder",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "按序收货",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/store/receiptRandom",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "任意收货",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/store/deliverAll",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "按序发货",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/store/deliverMany",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "跳序发货",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/store/tjDeliver_detail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "发货任务详情",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/store/tjRecycle",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "完工调整", //天津mes
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path" : "pages/setter/setterDetail",
|
|
|
|
"style" :
|
|
|
|
{
|
|
|
|
"navigationBarTitleText": "参数设置详情",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/store/deliverRaw",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "原料直发",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/store/issueDirect",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "非生产调拨",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/unProducePick",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "非生产领料",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"path": "pages/task/unProducePickDetail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "非生产领料详情",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/unProducePickWip",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "非生产领料(无箱码)",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/unProducePickWipDetail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "非生产领料(无箱码)详情",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"path": "pages/task/unProduceReturn",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "非生产退料",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/unProduceReturnDetail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "非生产退料详情",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/unProduceReturnWip",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "非生产退料(无箱码)",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"path": "pages/task/unProduceReturnWipDetail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "非生产退料(无箱码)详情",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/deliverBoard",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "看板件发运",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/deliverBoard_detail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "看板件发运详情",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/deliverJis",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "Jis发运",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/deliverJis_detail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "Jis发运详情",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/injection/injectionInventoryMove",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "高往低库存转移(注塑)",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/injection/injectionInventoryMoveDetail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "高往低库存转移详情",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/injection/injectionTransfer",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "完工转储(注塑)",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/container/containerCall",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "空器具呼叫",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/container/containerMove",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "空器具库移",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/container/containerMoveDetail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "空器具库移详情",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/record/productionReturn",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "客户退货单件码",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/record/productionReturnPack",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "客户退货箱码",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/request/thirdLocationRequest",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "三方库发货",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/request/thirdLocationRequestList",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "三方库发货申请",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/request/thirdLocationRequestListDetail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "三方库发货申请详情",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/thirdLocationJob",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "三方库收货",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/thirdLocationJobDetail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "三方库收货详情",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/cotaing/coatingTransfer",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "完工转储(喷涂)",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/assemble/assembleTransfer",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "完工转储(装配)",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/inventoryMoveJob",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "库移任务",
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/inventoryMoveJobDetail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "库移任务详情",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/record/completeInventoryTransfer",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "完工库移",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/request/injectionPlanRequest",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "涂装上线计划申请",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/injectionPlanJob",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "涂装上线计划任务",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/injectionPlanJobDetail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "涂装上线计划任务详情",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/injectionIssueJob",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "注塑发料",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/injectionIssueJobDetail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "注塑发料详情",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/injectionIssueJobDetailByQty",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "注塑发料详情",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"path": "pages/request/injectionIssueRequest",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "注塑叫料申请",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"path": "pages/request/injectionIssueRequestList",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "注塑叫料申请列表",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/request/injectionIssueRequestListDetail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "注塑叫料申请详情",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/coatingIssuleJob",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "喷涂发料",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/coatingIssuleJobDetailByQty",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "喷涂发料详情",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/coatingIssuleJobDetail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "喷涂发料详情",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"path": "pages/request/coatingIssueRequest",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "喷涂叫料申请",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"path": "pages/request/coatingIssueRequestList",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "喷涂叫料申请列表",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/request/coatingIssueRequestListDetail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "喷涂叫料申请详情",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/assembleIssueJob",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "装配发料",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/assembleIssueJobDetailByQty",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "装配发料详情",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/assembleIssueJobDetail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "装配发料详情",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/request/assembleIssueRequest",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "装配叫料申请",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"path": "pages/request/assembleIssueRequestList",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "装配叫料申请列表",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/request/assembleIssueRequestListDetail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "装配叫料申请详情",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/kittingIssueJob",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "kitting发料",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/kittingIssueJobDetail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "kitting发料详情",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/kittingIssueJobDetailByQty",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "kitting发料详情",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/request/kittingIssueRequest",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "kitting叫料申请",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/request/kittingIssueRequestList",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "kitting叫料申请列表",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/request/kittingIssueRequestListDetail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "kitting叫料申请详情",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/sparePartIssueJob",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "备件发料",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/sparePartIssueJobDetail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "备件发料详情",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task/sparePartIssueJobDetailByQty",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "备件发料详情",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/request/sparePartIssueRequest",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "备件叫料申请",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/request/sparePartIssueRequestList",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "备件叫料申请列表",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/request/sparePartIssueRequestListDetail",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "备件叫料申请详情",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"float": "right",
|
|
|
|
"text": "刷新",
|
|
|
|
// "fontSrc": "/static/icon/iconfont.ttf",
|
|
|
|
"fontSize": "16px"
|
|
|
|
}]
|
|
|
|
},
|
|
|
|
"softinputMode": "adjustPan" //adjustResize
|
|
|
|
},
|
|
|
|
|
|
|
|
"tabBar": {
|
|
|
|
"color": "#7A7E83",
|
|
|
|
"selectedColor": "#2678f2",
|
|
|
|
"borderStyle": "black",
|
|
|
|
"backgroundColor": "#ffffff",
|
|
|
|
"list": [{
|
|
|
|
"pagePath": "pages/index/index",
|
|
|
|
"iconPath": "static/bar/sy.svg",
|
|
|
|
"selectedIconPath": "static/bar/sya.svg",
|
|
|
|
"text": "首页"
|
|
|
|
},
|
|
|
|
// {
|
|
|
|
// "pagePath": "pages/list/index",
|
|
|
|
// "iconPath": "static/bar/fx.png",
|
|
|
|
// "selectedIconPath": "static/bar/fxa.png",
|
|
|
|
// "text": "发现"
|
|
|
|
// },
|
|
|
|
{
|
|
|
|
"pagePath": "pages/message/index",
|
|
|
|
"iconPath": "static/bar/xx.svg",
|
|
|
|
"selectedIconPath": "static/bar/xxa.svg",
|
|
|
|
"text": "消息"
|
|
|
|
}, {
|
|
|
|
"pagePath": "pages/setter/index",
|
|
|
|
"iconPath": "static/bar/sz.svg",
|
|
|
|
"selectedIconPath": "static/bar/sza.svg",
|
|
|
|
"text": "设置"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
})
|