Browse Source

前端备件新增功能代码

branch_ccpg_220107
44673626 3 years ago
parent
commit
2000627263
  1. 18
      vue/src/router/modules/vw_menu.js
  2. 1053
      vue/src/views/ux/billManage/KanbanUnSettled/index.vue

18
vue/src/router/modules/vw_menu.js

@ -142,11 +142,11 @@ const vwMenudataRouter = {
component: () => import('@/views/ux/billManage/IssuedUnsettled/index'),
name: 'UnsettledDetail',//命名路由
meta: {
title: '准时化未结明细',
roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色)
icon: '报表'
title: '准时化未结明细',
roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色)
icon: '报表'
}
},
},
{
path: '/kbwithcode',
component: () => import('@/views/ux/billManage/kanBanWithCode'),
@ -157,6 +157,16 @@ const vwMenudataRouter = {
icon: '看板'
}
},
{
path: '/kbunsettle',
component: () => import('@/views/ux/billManage/KanbanUnSettled'),
name: 'KanbanUnSettled',//命名路由
meta: {
title: '看板未结输出',
//roles: ['SettleAccount.EstimatedStockDiffReports'],//控制页面角色(可以设置多个角色)
icon: '看板'
}
},
{
path: '/kbwithoutcode',
component: () => import('@/views/ux/billManage/kanBanWithOutCode'),

1053
vue/src/views/ux/billManage/KanbanUnSettled/index.vue

File diff suppressed because it is too large
Loading…
Cancel
Save