diff --git a/.gitignore b/.gitignore index 0bc43010..acf5e4fa 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,8 @@ /src/.vs/SmartFactorySuite/DesignTimeBuild/.dtbcache.v2 /src/.vs/SmartFactorySuite/v16/.suo /src/.vs/SettleAccount/v16/.suo +/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/Logs +/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/Logs +/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/Logs/log-20211201.txt +/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/Logs/log-20211202.txt +/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/Logs/log-20211203.txt diff --git a/vue/src/router/index.js b/vue/src/router/index.js index 3af27889..08ed61be 100644 --- a/vue/src/router/index.js +++ b/vue/src/router/index.js @@ -168,14 +168,13 @@ export const asyncRoutes = [ /** when your routing map is too long, you can split it into small modules **/ managerRouter,//系统首页 personRouter,//系统管理 - //basedataRouter,//基础数据维护 - //newjitRouter,//FIS数据管理 - //vwFisDataRouter,//结算与开票数据导入 - //billdataRouter,//销售结算与开票报表 + basedataRouter,//基础数据维护 + vwFisDataRouter,//结算与开票数据导入 + billdataRouter,//销售结算与开票报表 //businessdataRouter, - //wheeldataRouter,//大众看板和备件 + wheeldataRouter,//大众看板和备件 pgfis,//派格fis - //JobTimeDataRouter,//后台作业监控 + JobTimeDataRouter,//后台作业监控 // 404 page must be placed at the end !!! { path: '*', redirect: '/404', hidden: true } diff --git a/vue/src/router/modules/vwFisData.js b/vue/src/router/modules/vwFisData.js index b7e65281..b542de29 100644 --- a/vue/src/router/modules/vwFisData.js +++ b/vue/src/router/modules/vwFisData.js @@ -2,7 +2,7 @@ import Layout from '@/layout' const vwFisDataRouter = { - path: '/caip', + path: '/cpat', component: Layout, redirect: 'pg', name: '业务数据', @@ -17,7 +17,7 @@ const vwFisDataRouter = { }, children: [ { - path: 'unSettleAccount', + path: 'unsettle-account', component: () => import('@/views/ux/vw/dataInput/r3-open'), name: 'SettleAccount',//命名路由 meta: { @@ -27,7 +27,7 @@ const vwFisDataRouter = { } }, { - path: 'settleAccount-finish', + path: 'settle-account-finish', component: () => import('@/views/ux/vw/dataInput/r3'), name: 'SettleAccount',//命名路由 meta: { @@ -47,7 +47,7 @@ const vwFisDataRouter = { } }, { - path: 'kanBan', + path: 'kan-ban', component: () => import('@/views/ux/vw/dataInput/vwKanBan/index'), name: 'VWKanBan',//命名路由 meta: { @@ -57,7 +57,7 @@ const vwFisDataRouter = { } }, { - path: 'scrapClaims', + path: 'scrap-claims', component: () => import('@/views/ux/vw/dataInput/ScrapClaims'), name: 'ScrapClaims', meta: { @@ -68,7 +68,7 @@ const vwFisDataRouter = { }, { - path: 'SparePart', + path: 'spare-part', component: () => import('@/views/ux/vw/dataInput/SparePart'), name: 'SparePart',//命名路由 meta: { diff --git a/vue/src/router/modules/vwKBdata.js b/vue/src/router/modules/vwKBdata.js index 53dfc510..cef95aa1 100644 --- a/vue/src/router/modules/vwKBdata.js +++ b/vue/src/router/modules/vwKBdata.js @@ -2,7 +2,7 @@ import Layout from '@/layout' const billdataRouter = { - path: '/vw-car-kb', + path: '/cpat-report', component: Layout, redirect: 'vw-car-kb', name: 'basedata', @@ -17,9 +17,9 @@ const billdataRouter = { }, children: [ { - path: '/IssuedUnsettled', + path: 'unsettled-detail',//大众准时化未结明细表(包含漏结,漏结要有标识) component: () => import('@/views/ux/billManage/IssuedUnsettled/index'), - name: 'IssuedUnsettled',//命名路由 + name: 'UnsettledDetail',//命名路由 meta: { title: '大众准时化未结明细', roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色) @@ -27,9 +27,9 @@ const billdataRouter = { } }, { - path: '/settledPartAndErpPartPriceDiff', - component: () => import('@/views/ux/billManage/settledPartAndErpPartPriceDiff/index'), - name: 'SettledPartAndErpPartPriceDiff',//命名路由 + path: 'unsettled-diff', + component: () => import('@/views/ux/billManage/UnSettledDiff/index'), + name: 'UnSettledDiff',//命名路由 meta: { title: '大众准时化未结比对', roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色) @@ -37,9 +37,9 @@ const billdataRouter = { } }, { - path: '/audiAndvw1', - component: () => import('@/views/ux/billManage/audiAndvw'), - name: 'audiAndvw',//命名路由 + path: 'unSettle-diffExport', + component: () => import('@/views/ux/billManage/UnSettleDiffExport'), + name: 'UnSettleDiffExport',//命名路由 meta: { title: '准时化未结差异比对', roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色) @@ -47,7 +47,7 @@ const billdataRouter = { } }, { - path: '/InvoiceSettledDiff', + path: 'invoice-settled/diff', component: () => import('@/views/ux/billManage/InvoiceSettledDiff'), name: 'InvoiceSettledDiff',//命名路由 meta: { @@ -57,35 +57,45 @@ const billdataRouter = { } }, { - path: '/FisUnSettledDiff', - component: () => import('@/views/ux/billManage/FisUnSettledDiff'), - name: 'FisUnSettledDiff',//命名路由 + path: 'invoice-settled/detaildiff', + component: () => import('@/views/ux/billManage/InvoiceSettledDetailDiff'), + name: 'InvoiceSettledDetailDiff',//命名路由 meta: { - title: '准时化交货与结算核对', + title: '发票与结算核对明细', roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色) - icon: '看板' + icon: '结算对比' } }, { - path: '/priceQtyDiff', - component: () => import('@/views/ux/billManage/PriceQtyDiff'), - name: 'PriceQtyDiff',//命名路由 + path: 'FisUnSettledDiff', + component: () => import('@/views/ux/billManage/FisUnSettledDiff'), + name: 'FisUnSettledDiff',//命名路由 meta: { - title: '准时化结算数量差异比对', + title: '准时化交货与结算核对', roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色) - icon: '售后' + icon: '看板' } }, { - path: '/audiAndvw', - component: () => import('@/views/ux/billManage/audiAndvw'), - name: 'audiAndvw',//命名路由 + path: 'unInvoice-settled/detailDiff', + component: () => import('@/views/ux/billManage/UnInvoiceSettledDetailDiff'), + name: 'UnInvoiceSettledDetailDiff',//命名路由 meta: { - title: '准时化结算门板价格差异', + title: '准时化结算数量差异比对', roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色) icon: '售后' } }, + // { + // path: 'audiAndvw1', + // component: () => import('@/views/ux/billManage/audiAndvw'), + // name: 'audiAndvw',//命名路由 + // meta: { + // title: '准时化结算门板价格差异', + // roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色) + // icon: '售后' + // } + // }, ] } diff --git a/vue/src/router/modules/wheeldata.js b/vue/src/router/modules/wheeldata.js index b6952155..24f7591e 100644 --- a/vue/src/router/modules/wheeldata.js +++ b/vue/src/router/modules/wheeldata.js @@ -3,7 +3,7 @@ import Layout from '@/layout' const wheeldataRouter = { - path: '/cpat/report', + path: '/cpat/report/', component: Layout, redirect: 'cpat',//重定向 name: 'WheelData', diff --git a/vue/src/views/ux/billManage/settledPartAndErpPartPriceDiff/index.vue b/vue/src/views/ux/billManage/InvoiceSettledDetailDiff/index.vue similarity index 63% rename from vue/src/views/ux/billManage/settledPartAndErpPartPriceDiff/index.vue rename to vue/src/views/ux/billManage/InvoiceSettledDetailDiff/index.vue index 2060dc5c..d5251527 100644 --- a/vue/src/views/ux/billManage/settledPartAndErpPartPriceDiff/index.vue +++ b/vue/src/views/ux/billManage/InvoiceSettledDetailDiff/index.vue @@ -1,33 +1,21 @@ - +