From 2000627263aefa5feb8e593953e6737ab3f4bed1 Mon Sep 17 00:00:00 2001 From: 44673626 <44673626@qq.com> Date: Tue, 4 Jan 2022 18:14:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E5=A4=87=E4=BB=B6=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=8A=9F=E8=83=BD=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/router/modules/vw_menu.js | 18 +- .../ux/billManage/KanbanUnSettled/index.vue | 1053 +++++++++++++++++ 2 files changed, 1067 insertions(+), 4 deletions(-) create mode 100644 vue/src/views/ux/billManage/KanbanUnSettled/index.vue diff --git a/vue/src/router/modules/vw_menu.js b/vue/src/router/modules/vw_menu.js index 08f50acf..64e94975 100644 --- a/vue/src/router/modules/vw_menu.js +++ b/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'), diff --git a/vue/src/views/ux/billManage/KanbanUnSettled/index.vue b/vue/src/views/ux/billManage/KanbanUnSettled/index.vue new file mode 100644 index 00000000..1bc667e9 --- /dev/null +++ b/vue/src/views/ux/billManage/KanbanUnSettled/index.vue @@ -0,0 +1,1053 @@ + + + + + + +