From 5a6c1c553db400a29e22b844cf9142ee48208fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=90=20=E5=BC=A0?= <2366389513@qq.com> Date: Wed, 12 Jan 2022 16:15:39 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BA=A2=E6=97=97?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E8=B7=AF=E7=94=B1=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/router/modules/hq_menu.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/vue/src/router/modules/hq_menu.js b/vue/src/router/modules/hq_menu.js index 4f1049d4..28a72101 100644 --- a/vue/src/router/modules/hq_menu.js +++ b/vue/src/router/modules/hq_menu.js @@ -50,7 +50,7 @@ const hqMenudataRouter = { name: 'HQH', meta: { title: 'H平台备件明细', - //roles: ['SettleAccount.FISs'], + roles: ['SettleAccount.Reports'], icon: '文件' } } @@ -75,7 +75,7 @@ const hqMenudataRouter = { name: 'ERPEI',//命名路由 meta: { title: '红旗M平台导入', - //roles: ['SettleAccount.Boms'],//控制页面角色(可以设置多个角色) + roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色) icon: '结算' } }, @@ -85,7 +85,7 @@ const hqMenudataRouter = { name: 'HQM', meta: { title: 'M平台核对明细', - //roles: ['SettleAccount.FISs'], + roles: ['SettleAccount.Reports'], icon: '文件' } }, @@ -139,7 +139,7 @@ const hqMenudataRouter = { name: 'HQF', meta: { title: 'F平台核对明细', - //roles: ['SettleAccount.FISs'], + roles: ['SettleAccount.Reports'], icon: '文件' } }, @@ -149,7 +149,7 @@ const hqMenudataRouter = { name: 'HQF', meta: { title: 'F平台备件明细', - //roles: ['SettleAccount.FISs'], + roles: ['SettleAccount.Reports'], icon: '文件' } }, @@ -184,7 +184,7 @@ const hqMenudataRouter = { name: 'ERPEI',//命名路由 meta: { title: '一汽轿车平台导入', - roles: ['SettleAccount.Boms'],//控制页面角色(可以设置多个角色) + roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色) icon: '结算' } }, @@ -194,7 +194,7 @@ const hqMenudataRouter = { name: 'HQY',//命名路由 meta: { title: '一汽轿车平台核对明细', - roles: ['SettleAccount.Boms'],//控制页面角色(可以设置多个角色) + roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色) icon: '文件' } }, From 2687843ec31bd1a70e7b02ae8384c4658f55edb5 Mon Sep 17 00:00:00 2001 From: "xunyu.guo" <916759660@qq.com> Date: Wed, 12 Jan 2022 16:17:25 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=A4=A7=E4=BC=97?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/router/modules/vw_menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue/src/router/modules/vw_menu.js b/vue/src/router/modules/vw_menu.js index 010a74a7..204db7e3 100644 --- a/vue/src/router/modules/vw_menu.js +++ b/vue/src/router/modules/vw_menu.js @@ -30,7 +30,7 @@ const vwMenudataRouter = { name: 'Invoices', meta: { title: '发票汇总', - roles: ['SettleAccount.Invoices'], + roles: ['SettleAccount.Reports'], icon: '对比' } }, From 3c50b729922d09cd1107d73d54481a924c89cee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=90=20=E5=BC=A0?= <2366389513@qq.com> Date: Wed, 12 Jan 2022 16:45:23 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BA=A2=E6=97=97?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E5=88=97=E8=A1=A8=E5=87=BA=E5=BA=93=E6=95=B0?= =?UTF-8?q?=E9=87=8F=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dataInput/hq_f_outorder_chickout/detail.vue | 16 +++++++++++++++- .../ux/vw/dataInput/hq_h_checkout/detail.vue | 16 +++++++++++++++- .../ux/vw/dataInput/hq_m_checkout/detail.vue | 16 +++++++++++++++- .../ux/vw/dataInput/hq_y_outorder/detail.vue | 16 +++++++++++++++- 4 files changed, 60 insertions(+), 4 deletions(-) diff --git a/vue/src/views/ux/vw/dataInput/hq_f_outorder_chickout/detail.vue b/vue/src/views/ux/vw/dataInput/hq_f_outorder_chickout/detail.vue index dd87a952..96b3c02d 100644 --- a/vue/src/views/ux/vw/dataInput/hq_f_outorder_chickout/detail.vue +++ b/vue/src/views/ux/vw/dataInput/hq_f_outorder_chickout/detail.vue @@ -93,6 +93,20 @@ {{ scope.column.label }} + + + + +