diff --git a/vue/src/router/modules/wms_out_order.js b/vue/src/router/modules/wms_out_order.js index f0dea4ce..024089b7 100644 --- a/vue/src/router/modules/wms_out_order.js +++ b/vue/src/router/modules/wms_out_order.js @@ -17,26 +17,26 @@ const vwsOutOrderDataRouter = { keepAlive: false, }, children: [ - { - path: '/WmsOutputSum', - component: () => import('@/views/ux/billManage/WmsOutputSumExport'), - name: 'WmsOutputSumExport',//命名路由 - meta: { - title: 'WMS统计汇总报表', - roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色) - icon: '零件' - } - }, - { - path: '/erpSumOutput', - component: () => import('@/views/ux/billManage/ErpSumOutput'), - name: 'ErpSumOutput',//命名路由 - meta: { - title: '结算汇总出库接口', - roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色) - icon: '零件' - } - }, + // { + // path: '/WmsOutputSum', + // component: () => import('@/views/ux/billManage/WmsOutputSumExport'), + // name: 'WmsOutputSumExport',//命名路由 + // meta: { + // title: 'WMS统计汇总报表', + // roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色) + // icon: '零件' + // } + // }, + // { + // path: '/erpSumOutput', + // component: () => import('@/views/ux/billManage/ErpSumOutput'), + // name: 'ErpSumOutput',//命名路由 + // meta: { + // title: '结算汇总出库接口', + // roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色) + // icon: '零件' + // } + // }, { path: '/wmsOutputSumReport', component: () => import('@/views/ux/billManage/WMSOutputSumReport'), @@ -49,11 +49,22 @@ const vwsOutOrderDataRouter = { }, { - path: '/wms-OutputDetailDiffReport', + path: '/wms-OutputDetailDiff', component: () => import('@/views/ux/billManage/WMSOutputDetailDiffReport'), name: 'WMSOutputDetailDiffReport',//命名路由 meta: { - title: '出库差异清单', + title: '全部出库差异', + roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色) + icon: '零件' + } + }, + + { + path: '/wms-OutputDetailWithCode', + component: () => import('@/views/ux/billManage/WMSOutputDetailWithCodeReport'), + name: 'WMSOutputDetailWithCodeReport',//命名路由 + meta: { + title: '出库差异(有单号)', 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 c22a5872..c6aba184 100644 --- a/vue/src/views/ux/billManage/KanbanUnSettled/index.vue +++ b/vue/src/views/ux/billManage/KanbanUnSettled/index.vue @@ -307,52 +307,7 @@ - + @@ -369,24 +324,6 @@ -