|
|
@ -190,54 +190,7 @@ export const constantRoutes = [ |
|
|
|
} |
|
|
|
}] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/', |
|
|
|
component: Layout, |
|
|
|
redirect: '/gridlayout', |
|
|
|
hidden: true, |
|
|
|
children: [{ |
|
|
|
path: 'completDumpNoteZS', |
|
|
|
component: () => import('@/views/finishedProductManage/completDump/completDumpNoteZS.vue'), |
|
|
|
name: 'completDumpNoteZS', |
|
|
|
meta: { |
|
|
|
keepAlive : true, |
|
|
|
title: '完工转储记录(注塑)', |
|
|
|
icon: '完工转储申请', |
|
|
|
} |
|
|
|
}] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/', |
|
|
|
component: Layout, |
|
|
|
redirect: '/gridlayout', |
|
|
|
hidden: true, |
|
|
|
children: [{ |
|
|
|
path: 'completDumpNotePT', |
|
|
|
component: () => import('@/views/finishedProductManage/completDump/completDumpNotePT.vue'), |
|
|
|
name: 'completDumpNotePT', |
|
|
|
meta: { |
|
|
|
keepAlive : true, |
|
|
|
title: '完工转储记录(喷涂)', |
|
|
|
icon: '完工转储申请', |
|
|
|
} |
|
|
|
}] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/', |
|
|
|
component: Layout, |
|
|
|
redirect: '/gridlayout', |
|
|
|
hidden: true, |
|
|
|
children: [{ |
|
|
|
path: 'completDumpNoteZP', |
|
|
|
component: () => import('@/views/finishedProductManage/completDump/completDumpNoteZP.vue'), |
|
|
|
name: 'completDumpNoteZP', |
|
|
|
meta: { |
|
|
|
keepAlive : true, |
|
|
|
title: '完工转储记录(装配)', |
|
|
|
icon: '完工转储申请', |
|
|
|
} |
|
|
|
}] |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
path: '/', |
|
|
|
component: Layout, |
|
|
@ -478,86 +431,6 @@ export const constantRoutes = [ |
|
|
|
} |
|
|
|
}] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/', |
|
|
|
component: Layout, |
|
|
|
redirect: '/gridlayout', |
|
|
|
hidden: true, |
|
|
|
children: [{ |
|
|
|
path: 'ItemContainer', |
|
|
|
component: () => import('@/views/basicData/ItemsManage/ItemContainer.vue'), |
|
|
|
name: 'ItemContainer', |
|
|
|
meta: { |
|
|
|
keepAlive : true, |
|
|
|
title: '收容数标包', |
|
|
|
icon: '成品发运任务', |
|
|
|
} |
|
|
|
}] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/', |
|
|
|
component: Layout, |
|
|
|
redirect: '/gridlayout', |
|
|
|
hidden: true, |
|
|
|
children: [{ |
|
|
|
path: 'ThirdLocationRequest', |
|
|
|
component: () => import('@/views/ThirdLocationManage/ThirdLocationRequest.vue'), |
|
|
|
name: 'ThirdLocationRequest', |
|
|
|
meta: { |
|
|
|
keepAlive : true, |
|
|
|
title: '三方库申请', |
|
|
|
icon: '成品发运任务', |
|
|
|
} |
|
|
|
}] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/', |
|
|
|
component: Layout, |
|
|
|
redirect: '/gridlayout', |
|
|
|
hidden: true, |
|
|
|
children: [{ |
|
|
|
path: 'ThirdLocationJob', |
|
|
|
component: () => import('@/views/ThirdLocationManage/ThirdLocationJob.vue'), |
|
|
|
name: 'ThirdLocationJob', |
|
|
|
meta: { |
|
|
|
keepAlive : true, |
|
|
|
title: '三方库任务', |
|
|
|
icon: '成品发运任务', |
|
|
|
} |
|
|
|
}] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/', |
|
|
|
component: Layout, |
|
|
|
redirect: '/gridlayout', |
|
|
|
hidden: true, |
|
|
|
children: [{ |
|
|
|
path: 'ThirdLocationNote', |
|
|
|
component: () => import('@/views/ThirdLocationManage/ThirdLocationNote.vue'), |
|
|
|
name: 'ThirdLocationNote', |
|
|
|
meta: { |
|
|
|
keepAlive : true, |
|
|
|
title: '三方库记录', |
|
|
|
icon: '成品发运任务', |
|
|
|
} |
|
|
|
}] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/', |
|
|
|
component: Layout, |
|
|
|
redirect: '/gridlayout', |
|
|
|
hidden: true, |
|
|
|
children: [{ |
|
|
|
path: 'customerReturnNote', |
|
|
|
component: () => import('@/views/finishedProductManage/customerReturn/customerReturnNote.vue'), |
|
|
|
name: 'customerReturnNote', |
|
|
|
meta: { |
|
|
|
keepAlive : true, |
|
|
|
title: '客户退货', |
|
|
|
icon: '成品发运任务', |
|
|
|
} |
|
|
|
}] |
|
|
|
}, |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|