diff --git a/vue/src/router/modules/vw_menu.js b/vue/src/router/modules/vw_menu.js index fe56893b..34845468 100644 --- a/vue/src/router/modules/vw_menu.js +++ b/vue/src/router/modules/vw_menu.js @@ -167,16 +167,16 @@ const vwMenudataRouter = { icon: '看板' } }, - // { - // path: '/kbunsettle', - // component: () => import('@/views/ux/billManage/KanbanUnSettled'), - // name: 'KanbanUnSettled',//命名路由 - // meta: { - // title: '看板未结输出', - // roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色) - // icon: '看板' - // } - // }, + { + path: '/kbunsettle', + component: () => import('@/views/ux/billManage/KanbanUnSettled'), + name: 'KanbanUnSettled',//命名路由 + meta: { + title: '看板未结输出', + roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色) + icon: '看板' + } + }, // { // path: '/kbwithoutcode', // component: () => import('@/views/ux/billManage/kanBanWithOutCode'), @@ -204,7 +204,17 @@ const vwMenudataRouter = { meta: { title: '备件数据调整输出', roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色) - icon: '供货' + icon: '工厂' + } + }, + { + path: '/WmsOutputSum', + component: () => import('@/views/ux/billManage/WmsOutputSumExport'), + name: 'WmsOutputSumExport',//命名路由 + meta: { + title: 'WMS统计汇总报表', + roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色) + icon: '零件' } } ] diff --git a/vue/src/views/ux/billManage/KanbanUnSettled/index.vue b/vue/src/views/ux/billManage/KanbanUnSettled/index.vue index 8f2d7b39..47bf12d7 100644 --- a/vue/src/views/ux/billManage/KanbanUnSettled/index.vue +++ b/vue/src/views/ux/billManage/KanbanUnSettled/index.vue @@ -893,7 +893,7 @@ export default { "大众看板未结明细-导出条件:" + JSON.stringify(this.listExportQuery) ); this.$axios - .posts( + .gets( "/api/settleaccount/ReportMakeService/KanbanUnSettledExport", this.listExportQuery ) diff --git a/vue/src/views/ux/billManage/kanbanOutOrder/detail.vue b/vue/src/views/ux/billManage/kanbanOutOrder/detail.vue index 88288408..3a9954a1 100644 --- a/vue/src/views/ux/billManage/kanbanOutOrder/detail.vue +++ b/vue/src/views/ux/billManage/kanbanOutOrder/detail.vue @@ -2,14 +2,6 @@