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.
 
 
 
 
 
 

184 lines
4.3 KiB

import Layout from '@/layout'
const codemenu = [{
path: '/kucunyksq',
component: Layout,
redirect: '/khzxyksq/index',
children: [{
path: '/khzxyksq/index',
component: () => import('@/views/supervise/purchaseapplicationmanagement/yksq.vue'),
name: 'khzxyksq',
meta: {
title: '用款申请',
noCache: true
}
}]
}, {
path: '/kucuncgsq',
component: Layout,
redirect: '/khzxcgsq/index',
children: [{
path: '/khzxcgsq/index',
component: () => import('@/views/supervise/purchaseapplicationmanagement/purchaseapplicationmanagementAdd.vue'),
name: 'PurchaseApplicationManagementAdd',
meta: {
title: '采购申请',
noCache: true
}
}]
}, {
path: '/kucuncgsqcx',
component: Layout,
redirect: '/khzxcgsq/cx',
children: [{
path: '/khzxcgsq/cx',
component: () => import('@/views/supervise/purchaseapplicationmanagement/purchaseapplicationmanagement.vue'),
name: 'purchaseapplicationmanagementcx',
meta: {
title: '采购申请查询',
noCache: true
}
}]
}, {
path: '/kucungysgl',
component: Layout,
redirect: '/khzxgysgl/index',
children: [{
path: '/khzxgysgl/index',
component: () => import('@/views/supervise/supplierbankinfo/supplierbankinfo.vue'),
name: 'supplierManagement',
meta: {
title: '供应商管理',
noCache: true
}
}]
}, {
path: '/kucunsjsb',
component: Layout,
redirect: '/kucun/rkmx/index',
meta: {
title: '数据上报'
},
children: [{
path: '/kucun/zhsj/index',
component: () => import('@/views/kucun/zhsj/index.vue'),
name: 'zhsjsb',
meta: {
title: '综合数据上报',
noCache: true
}
}, {
path: '/kucun/rkmx/index',
component: () => import('@/views/kucun/rkmx/index.vue'),
name: 'receiptDetailsReporting',
meta: {
title: '入库上报',
noCache: true
}
}, {
path: '/kucun/kcxxcx/index',
component: () => import('@/views/kucun/kcxxcx/index.vue'),
name: 'inventoryDetailsReporting',
meta: {
title: '库存上报',
noCache: true
}
}, {
path: '/kucun/xssjgl/index',
component: () => import('@/views/kucun/xssjgl/index.vue'),
name: 'salesDetailsReporting',
meta: {
title: '销售上报',
noCache: true
}
}, {
path: '/kucun/ckdb/index',
component: () => import('@/views/kucun/xssjgl/index.vue'),
name: 'ckdbsb',
meta: {
title: '仓库调拨上报',
noCache: true
}
}, {
path: '/kucun/pfsjgl/index',
component: () => import('@/views/kucun/pfsjgl/index.vue'),
name: 'wholesaleDataReporting',
meta: {
title: '配送上报',
noCache: true
}
}]
}, {
path: '/kucunddcx',
component: Layout,
redirect: '/kucun/ddcx',
meta: {
title: '信息查询'
},
children: [{
path: '/kucun/ddcx',
component: () => import('@/views/kucun/cx.vue'),
name: 'manufacturerPreference',
meta: {
title: '订单查询',
noCache: true
}
}, {
path: '/kucun/ckdbcx',
component: () => import('@/views/kucun/cx.vue'),
name: 'manufacturerPreference',
meta: {
title: '仓库调拨查询',
noCache: true
}
}, {
path: '/kucun/ddspcx',
component: () => import('@/views/kucun/cx.vue'),
name: 'manufacturerPreference',
meta: {
title: '订单商品查询',
noCache: true
}
}, {
path: '/kucun/pspfcx',
component: () => import('@/views/kucun/cx.vue'),
name: 'manufacturerPreference',
meta: {
title: '配送批发查询',
noCache: true
}
}, {
path: '/kucun/crkcx',
component: () => import('@/views/kucun/cx.vue'),
name: 'manufacturerPreference',
meta: {
title: '出入库查询',
noCache: true
}
}, {
path: '/kucun/gyscx',
component: () => import('@/views/kucun/cx.vue'),
name: 'manufacturerPreference',
meta: {
title: '供应商查询',
noCache: true
}
}, {
path: '/kucun/kcxxcx',
component: () => import('@/views/kucun/cx.vue'),
name: 'manufacturerPreference',
meta: {
title: '库存信息查询',
noCache: true
}
}, {
path: '/kucun/xscx',
component: () => import('@/views/kucun/cx.vue'),
name: 'manufacturerPreference',
meta: {
title: '销售查询',
noCache: true
}
}]
}]
export default codemenu