44673626
3 years ago
10 changed files with 1283 additions and 29 deletions
@ -0,0 +1,34 @@ |
|||||
|
//大众-FIS结算-路由
|
||||
|
import Layout from '@/layout' |
||||
|
|
||||
|
const onetimesaleDataRouter = { |
||||
|
path: '/cpat-order-onetimesale', |
||||
|
component: Layout, |
||||
|
redirect: 'pg', |
||||
|
name: '业务数据', |
||||
|
//hidden: true,
|
||||
|
meta: { |
||||
|
//requiresAuth: true,
|
||||
|
title: '一次性寄售销售', |
||||
|
index: 0, |
||||
|
type: 'crm', |
||||
|
icon: '红旗', |
||||
|
roles: ['SettleAccount.WMSHQ'],//控制页面角色(可以设置多个角色)
|
||||
|
keepAlive: false, |
||||
|
}, |
||||
|
children: [ |
||||
|
{ |
||||
|
path: 'onetime-sale-outorder', |
||||
|
component: () => import('@/views/ux/vw/dataInput/OnetimeSale'), |
||||
|
name: 'WmsOneTimeSaleOutput',//命名路由
|
||||
|
meta: { |
||||
|
title: '一次性寄售销售结算', |
||||
|
roles: ['SettleAccount.WMSHQ'],//控制页面角色(可以设置多个角色)
|
||||
|
icon: '客户' |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
] |
||||
|
} |
||||
|
|
||||
|
export default onetimesaleDataRouter |
File diff suppressed because it is too large
Loading…
Reference in new issue