logwire-wms-pda-ui
Version:
运匠科技wms-PDA基础组件库
394 lines (372 loc) • 11.3 kB
JavaScript
/*
* 路由导出入口
* @author: 张文
* @date 2022-04-29
* */
export default [
// 初始化页面
{
path: "/lwInit",
name: "LwInit",
component: () => import('./../views/common/init/index.vue')
},
// 首页
{
path: "/lwHome",
name: "LwHome",
component: () => import('./../views/common/home/index.vue')
},
// 登录页
{
path: "/lwLogin",
name: "LwLogin",
component: () => import('./../views/common/login/index.vue')
},
// 菜单页1
{
path: "/lwMenuOne",
name: "LwMenuOne",
component: () => import('./../views/common/menu/menuOne.vue')
},
// 菜单页2
{
path: "/lwMenuTwo",
name: "LwMenuTwo",
component: () => import('./../views/common/menu/menuTwo.vue')
},
// 我的管理页
{
path: "/lwMy",
name: "LwMy",
component: () => import('./../views/common/my/index.vue')
},
// 仓库选择
{
path: "/lwWarehouse",
name: "LwWarehouse",
component: () => import('./../views/common/my/warehouse.vue')
},
// 设备管理
{
path: "/lwDevice",
name: "LwDevice",
component: () => import('./../views/common/my/device.vue')
},
// 打印机管理
{
path: "/lwPrint",
name: "LwPrint",
component: () => import('./../views/common/my/print.vue')
},
// 消息
{
path: "/lwMsg",
name: "LwMsg",
component: () => import('./../views/common/my/msg.vue')
},
// 多语言
{
path: "/lwLanguage",
name: "LwLanguage",
component: () => import('./../views/common/my/language.vue')
},
// 任务
{
path: "/lwTask",
name: "LwTask",
component: () => import('./../views/common/task/index.vue'),
meta: {keepAlive: true}
},
// 入库上架
{
path: "/receive/putaway/lwIndex",
name: "LwReceivePutaway",
component: () => import('./../views/receive/putaway/index.vue')
},
{
path: "/receive/putaway/lwLpnAction",
name: "LwReceivePutawayLpnAction",
component: () => import('./../views/receive/putaway/lpnAction.vue')
},
{
path: "/receive/putaway/lwSkuAction",
name: "LwReceivePutawaySkuAction",
component: () => import('./../views/receive/putaway/skuAction.vue')
},
// 收货回单
{
path: "/receive/receipt/lwIndex",
name: "LwReceipt",
component: () => import('./../views/receive/receipt/index.vue')
},
{
path: "/receive/receipt/lwReceiptConfirm",
name: "lwReceiptConfirm",
component: () => import('./../views/receive/receipt/action.vue')
},
// 收货异常
{
path: "/receive/abnormal/lwIndex",
name: "LwReceiveAbnormal",
component: () => import('./../views/receive/abnormal/index.vue')
},
{
path: "/receive/abnormal/lwAction",
name: "LwReceiveAbnormalAction",
component: () => import('./../views/receive/abnormal/action.vue')
},
// 在库 - 移动
{
path: "/inner/lwTaskMove",
name: "LwInnerTaskMove",
component: () => import('./../views/inner/taskMove/index.vue')
},
// 在库 - 异常移动
{
path: "/inner/lwAbnormalMove",
name: "lwInnerAbnormalMove",
component: () => import('./../views/inner/abnormalMove/index.vue')
},
// 在库 - 异常上报
{
path: "/inner/reportAbnormal/lwIndex",
name: "lwInnerReportAbnormal",
component: () => import('./../views/inner/reportAbnormal/index.vue')
},
{
path: "/inner/reportAbnormal/lwAction",
name: "lwInnerReportAbnormalAction",
component: () => import('./../views/inner/reportAbnormal/action.vue')
},
// 在库 - 随机移动
{
path: "/inner/randomMove/lwIndex",
name: "LwInnerRandomMove",
component: () => import('./../views/inner/randomMove/index.vue')
},
// 在库 - 整托盘移动
{
path: "/inner/lpnMove/lwIndex",
name: "LwInnerLpnMove",
component: () => import('./../views/inner/lpnMove/index.vue')
},
{
path: "/inner/lpnMove/lwAction",
name: "LwInnerLpnMoveAction",
component: () => import('./../views/inner/lpnMove/action.vue')
},
// 在库 - 包材领用
{
path: "/inner/materialApply/generate/lwIndex",
name: "LwMaterialApplyGenerate",
component: () => import('../views/inner/materialApply/generate.vue')
},
{
path: "/inner/materialApply/action/lwIndex",
name: "LwMaterialApplyAction",
component: () => import('../views/inner/materialApply/action.vue')
},
// 在库移动上架
{
path: "/inner/movePutAway/lwIndex",
name: "LwMovePutAwayIndex",
component: () => import('../views/inner/movePutAway/index.vue')
},
// 在库异常处理
{
path: "/inner/disposeAbnormal/lwIndex",
name: "LwInnerDisposeAbnormalIndex",
component: () => import('./../views/inner/disposeAbnormal/index.vue')
},
{
path: "/inner/disposeAbnormal/lwAction",
name: "LwInnerDisposeAbnormalAction",
component: () => import('./../views/inner/disposeAbnormal/action.vue')
},
//<editor-fold desc="收货">
{ // 任务id获取收货页面
path: "/inbound/receive/lwIndex",
name: "LwInboundAsnIndex",
component: () => import('../views/inbound/receive/index.vue')
},
{ // 输入单号查找收货页面
path: "/inbound/receive/lwHome",
name: "LwInboundAsnHome",
component: () => import('../views/inbound/receive/home.vue')
},
{ // 按商品收货扫描
path: "/inbound/receive/sku/scan",
name: "LwInboundReceiveSkuScan",
component: () => import('../views/inbound/receive/sku/InboundReceiveSkuScanView.vue')
},
{ // 按商品收货 - 预收
path: "/inbound/receive/sku/advance",
name: "LwInboundReceiveSkuAdvance",
component: () => import('../views/inbound/receive/sku/InboundReceiveSkuAdvanceView.vue')
},
{ // 按商品收货 - 直接收货(快收)
path: "/inbound/receive/sku/direct",
name: "LwInboundReceiveSkuDirect",
component: () => import('../views/inbound/receive/sku/InboundReceiveSkuDirectView.vue')
},
{ // 收货品检任务列表
path: "/inbound/quality/task",
name: "LwInboundQualityTaskList",
component: () => import('../views/inbound/quality/InboundQualityTaskListView.vue')
},
{ // 品检页面
path: "/inbound/quality/execute",
name: "LwInboundQualityExecute",
component: () => import('../views/inbound/quality/InboundQualityExecuteView.vue')
},
//</editor-fold>
//<editor-fold desc="盘点">
{
path: "/inner/count/lwIndex",
name: "LwCountIndex",
component: () => import('../views/count/index.vue')
},
{
path: "/inner/count/loc/lwIndex",
name: "LwCountLocIndex",
component: () => import('../views/count/loc/index.vue')
},
{
path: "/inner/count/loc/lwAction",
name: "LwCountLocAction",
component: () => import('../views/count/loc/action.vue')
},
{
path: "/inner/count/inv/lwIndex",
name: "LwCountInvIndex",
component: () => import('../views/count/inv/index.vue')
},
{
path: "/inner/count/inv/lwAction",
name: "LwCountInvAction",
component: () => import('../views/count/inv/action.vue')
},
//</editor-fold>
// 出库 - 集货
{
path: "/outbound/summary/lpn/lwIndex",
name: "LwOutboundSummaryLpn",
component: () => import('./../views/outbound/summary/lpn/index.vue')
},
{
path: "/outbound/summary/lpn/lwAction",
name: "LwOutboundSummaryLpnAction",
component: () => import('./../views/outbound/summary/lpn/action.vue')
},
{
path: "/outbound/summary/box/lwIndex",
name: "LwOutboundSummaryBoxAction",
component: () => import('./../views/outbound/summary/box/index.vue')
},
// 出库 - 发运
{
path: "/outbound/delivery/lwAddOrder",
name: "LwOutboundDeliveryAddOrder",
component: () => import('./../views/outbound/delivery/addOrder.vue')
},
{
path: "/outbound/delivery/lwIndex",
name: "LwOutboundDeliveryIndex",
component: () => import('./../views/outbound/delivery/index.vue')
},
{
path: "/outbound/delivery/lwAction",
name: "LwOutboundDeliveryAction",
component: () => import('./../views/outbound/delivery/action.vue')
},
// 出库 - 拣选
{
path: "/outbound/pick/lwIndex",
name: "LwOutboundPickIndex",
component: () => import('./../views/outbound/pick/index.vue')
},
{
path: "/outbound/pick/lwBoxAction",
name: "LwOutboundPickBoxAction",
component: () => import('./../views/outbound/pick/boxAction.vue')
},
{
path: "/outbound/pick/lwLpnAction",
name: "LwOutboundPickLpnAction",
component: () => import('./../views/outbound/pick/lpnAction.vue')
},
{
path: "/outbound/pick/lwAloneAction",
name: "LwOutboundPickAloneAction",
component: () => import('./../views/outbound/pick/aloneAction.vue')
},
{
path: "/outbound/pick/lwNotAloneAction",
name: "LwOutboundPickNotAloneAction",
component: () => import('./../views/outbound/pick/notAloneAction.vue')
},
// 出库 - 分区拣选集合
{
path: "/outbound/pickMerge/lwIndex",
name: "LwOutboundPickMergeIndex",
component: () => import('./../views/outbound/pickMerge/index.vue')
},
{
path: "/outbound/pickMerge/lwContent",
name: "LwOutboundPickMergeContent",
component: () => import('./../views/outbound/pickMerge/content.vue')
},
{
path: "/outbound/pickMerge/lwAction",
name: "LwOutboundPickMergeAction",
component: () => import('./../views/outbound/pickMerge/action.vue')
},
// 出库 - 播种分拣
{
path: "/outbound/sow/lwIndex",
name: "LwOutboundSowIndex",
component: () => import('./../views/outbound/sow/index.vue')
},
{
path: "/outbound/sow/lwAction",
name: "LwOutboundSowAction",
component: () => import('./../views/outbound/sow/action.vue')
},
// 出库 - 复核捆包
{
path: "/outbound/bale/lwIndex",
name: "LwOutboundBaleIndex",
component: () => import('./../views/outbound/bale/index.vue')
},
{
path: "/outbound/bale/lwNewBale",
name: "LwOutboundBaleNewBale",
component: () => import('./../views/outbound/bale/newBale.vue')
},
{
path: "/outbound/bale/lwAllCheck",
name: "LwOutboundBaleAllCheck",
component: () => import('./../views/outbound/bale/allCheck.vue')
},
{
path: "/outbound/bale/lwAction",
name: "LwOutboundBaleAction",
component: () => import('./../views/outbound/bale/action.vue')
},
// 出库 - 独立捆包
{
path: "/outbound/aloneBale/lwIndex",
name: "LwOutboundAloneBaleIndex",
component: () => import('./../views/outbound/aloneBale/index.vue')
},
{
path: "/outbound/aloneBale/lwNewBale",
name: "LwOutboundAloneBaleNewBale",
component: () => import('./../views/outbound/aloneBale/newBale.vue')
},
{
path: "/outbound/aloneBale/lwAction",
name: "LwOutboundAloneBaleAction",
component: () => import('./../views/outbound/aloneBale/action.vue')
},
]