Browse Source

前端备件新增功能代码

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

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

@ -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