diff --git a/vue/src/components/ImportExcel-base/index.vue b/vue/src/components/ImportExcel-base/index.vue
index b57ab088..fac4ea54 100644
--- a/vue/src/components/ImportExcel-base/index.vue
+++ b/vue/src/components/ImportExcel-base/index.vue
@@ -312,7 +312,7 @@ export default {
sparepartoutorder: "大众备件出库单",
sparepartoutorder90: "大众备件调整出库单",
kanbanoutorder: "大众看板出库单",
- HQ_H_OUTORDER: "红旗H平台出库单",
+ HQ_H_OUTORDER: "红旗批量出库单",
HQ_M_OUTORDER: "红旗M平台出库单",
HQ_Y_OUTORDER: "一汽轿车平台出库单",
HQ_F_OUTORDER: "红旗F平台出库单",
diff --git a/vue/src/router/index.js b/vue/src/router/index.js
index 93cac310..cf4a7735 100644
--- a/vue/src/router/index.js
+++ b/vue/src/router/index.js
@@ -23,6 +23,7 @@ import vwOutOrderDataRouter from './modules/vw_out_order'
import hqOutOrderDataRouter from './modules/hq_out_order'
import vwsOutOrderDataRouter from './modules/wms_out_order'
import onetimesaleDataRouter from './modules/onetimesale'
+import hqcarManagerDataRouter from './modules/hqcardata'
import pgfis from './modules/fis'
import pgfisPrint from './modules/fisprint'
@@ -180,6 +181,7 @@ export const asyncRoutes = [
basedataRouter,//基础数据维护
vwMenudataRouter,//大众
hqMenudataRouter,//红旗
+ hqcarManagerDataRouter,//一汽轿车
vwOutOrderDataRouter,
hqOutOrderDataRouter,
onetimesaleDataRouter,//一次性寄售销售
diff --git a/vue/src/router/modules/hq_menu.js b/vue/src/router/modules/hq_menu.js
index 25b9fee5..46159749 100644
--- a/vue/src/router/modules/hq_menu.js
+++ b/vue/src/router/modules/hq_menu.js
@@ -73,199 +73,41 @@ const hqMenudataRouter = {
icon: '未结算'
}
},
- {
- path: '/hqcar',
- name: 'import-y-data',//命名路由-二级
- component: () => import('@/views/ux/vw/dataInput/index'),
- redirect: 'ux/vw/dataInput/index',
- meta: {
- title: '一汽轿车平台',
- roles: ['SettleAccount.BT_Carlatform', 'SettleAccount.Reports'],
- icon: '看板'
- },
- children: [
- {
- path: 'hq-Y-platform',
- component: () => import('@/views/ux/vw/dataInput/hq_y'),
- name: 'ERPEI',//命名路由
- meta: {
- title: '一汽轿车平台导入',
- roles: ['SettleAccount.BT_Carlatform'],//控制页面角色(可以设置多个角色)
- icon: '单据导入'
- }
- },
- {
- path: 'hq-Y-report',
- component: () => import('@/views/ux/vw/dataInput/hq_y_report'),
- name: 'HQY',//命名路由
- meta: {
- title: '一汽轿车平台核对明细',
- roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色)
- icon: '业务'
- }
- },
- ]
-
- },
-
-
-
-
// {
- // path: '/H',
- // name: 'import-h-data',//命名路由-二级
+ // path: '/hqcar',
+ // name: 'import-y-data',//命名路由-二级
// component: () => import('@/views/ux/vw/dataInput/index'),
// redirect: 'ux/vw/dataInput/index',
// meta: {
- // title: 'H平台',
- // roles: ['SettleAccount.HQ_HPlatform', 'SettleAccount.Reports'],
+ // title: '一汽轿车平台',
+ // roles: ['SettleAccount.BT_Carlatform', 'SettleAccount.Reports'],
// icon: '看板'
// },
// children: [
-
// {
- // path: 'hq-H-platform',
- // component: () => import('@/views/ux/vw/dataInput/hq_h'),
+ // path: 'hq-Y-platform',
+ // component: () => import('@/views/ux/vw/dataInput/hq_y'),
// name: 'ERPEI',//命名路由
// meta: {
- // title: '红旗H平台导入',
- // roles: ['SettleAccount.HQ_HPlatform'],//控制页面角色(可以设置多个角色)
+ // title: '一汽轿车平台导入',
+ // roles: ['SettleAccount.BT_Carlatform'],//控制页面角色(可以设置多个角色)
// icon: '单据导入'
// }
// },
// {
- // path: 'hq-H-report',
- // component: () => import('@/views/ux/vw/dataInput/hq_h_report'),
- // name: 'HQH',
+ // path: 'hq-Y-report',
+ // component: () => import('@/views/ux/vw/dataInput/hq_y_report'),
+ // name: 'HQY',//命名路由
// meta: {
- // title: 'H平台核对明细',
- // roles: ['SettleAccount.Reports'],
+ // title: '一汽轿车平台核对明细',
+ // roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色)
// icon: '业务'
// }
// },
- // {
- // path: 'hq-H-sparepart-export',
- // component: () => import('@/views/ux/vw/dataInput/hq_h_sparepart'),
- // name: 'HQH',
- // meta: {
- // title: 'H平台备件明细',
- // roles: ['SettleAccount.Reports'],
- // icon: '文件'
- // }
- // }
// ]
// },
- // {
- // path: '/M',
- // component: () => import('@/views/ux/vw/dataInput/index'),
- // name: 'export-m-data',//命名路由
- // redirect: 'ux/vw/dataInput/index',
- // meta: {
- // title: 'M平台',
- // roles: ['SettleAccount.HQ_MPlatform', 'SettleAccount.Reports'],
- // icon: '看板'
- // },
- // children: [
- // {
- // path: 'hq-M-platform',
- // component: () => import('@/views/ux/vw/dataInput/hq_m'),
- // name: 'ERPEI',//命名路由
- // meta: {
- // title: '红旗M平台导入',
- // roles: ['SettleAccount.HQ_MPlatform'],//控制页面角色(可以设置多个角色)
- // icon: '单据导入'
- // }
- // },
- // {
- // path: 'hq-M-report',
- // component: () => import('@/views/ux/vw/dataInput/hq_m_report'),
- // name: 'HQM',
- // meta: {
- // title: 'M平台核对明细',
- // roles: ['SettleAccount.Reports'],
- // icon: '业务'
- // }
- // },
- // {
- // path: 'hq-M-sparepart-export',
- // component: () => import('@/views/ux/vw/dataInput/hq_m_sparepart'),
- // name: 'HQM',
- // meta: {
- // title: 'M平台备件明细',
- // roles: ['SettleAccount.Reports'],
- // icon: '文件'
- // }
- // },
- // // {
- // // path: 'hq-M-platform-export',
- // // component: () => import('@/views/ux/billManage/sparePart'),
- // // name: 'SparePartReport',//命名路由
- // // meta: {
- // // title: 'M平台结算差异输出',
- // // //roles: ['abpvnext_master.ProjectPeople'],//控制页面角色(可以设置多个角色)
- // // icon: '二配'
- // // }
- // // }
- // ]
- // },
- // {
- // path: '/F',
- // component: () => import('@/views/ux/vw/dataInput/index'),
- // name: 'export-f-data',//命名路由
- // redirect: 'ux/vw/dataInput/index',
- // meta: {
- // title: 'F平台',
- // roles: ['SettleAccount.HQ_FPlatform', 'SettleAccount.Reports'],
- // icon: '看板'
- // },
- // children: [
- // {
- // path: 'hq-F-platform',
- // component: () => import('@/views/ux/vw/dataInput/hq_f'),
- // name: 'ERPEI',//命名路由
- // meta: {
- // title: '红旗F平台导入',
- // roles: ['SettleAccount.HQ_FPlatform'],//控制页面角色(可以设置多个角色)
- // icon: '单据导入'
- // }
- // },
-
- // {
- // path: 'hq-F-platform-export',
- // component: () => import('@/views/ux/vw/dataInput/hq_f_report'),
- // name: 'HQF',
- // meta: {
- // title: 'F平台核对明细',
- // roles: ['SettleAccount.Reports'],
- // icon: '业务'
- // }
- // },
- // {
- // path: 'hq-F-sparepart-export',
- // component: () => import('@/views/ux/vw/dataInput/hq_f_sparepart'),
- // name: 'HQF',
- // meta: {
- // title: 'F平台备件明细',
- // roles: ['SettleAccount.Reports'],
- // icon: '文件'
- // }
- // },
-
- // // {
- // // path: 'hq-F-platform-export',
- // // component: () => import('@/views/ux/billManage/sparePart'),
- // // name: 'SparePartReport',//命名路由
- // // meta: {
- // // title: 'F平台结算差异输出',
- // // //roles: ['abpvnext_master.ProjectPeople'],//控制页面角色(可以设置多个角色)
- // // icon: '二配'
- // // }
- // // }
- // ],
- // },
-
]
diff --git a/vue/src/router/modules/hqcardata.js b/vue/src/router/modules/hqcardata.js
new file mode 100644
index 00000000..68e2e211
--- /dev/null
+++ b/vue/src/router/modules/hqcardata.js
@@ -0,0 +1,45 @@
+//大众-FIS结算-路由
+import Layout from '@/layout'
+
+const hqcarManagerDataRouter = {
+ path: '/cpat-hq-car',
+ component: Layout,
+ redirect: 'pg',
+ name: '业务数据',
+ //hidden: true,
+ meta: {
+ //requiresAuth: true,
+ title: '一汽轿车平台',
+ index: 0,
+ type: 'crm',
+ icon: '看板',
+ roles: ['SettleAccount.BT_Carlatform', 'SettleAccount.Reports'],
+ keepAlive: false,
+ },
+ children: [
+ {
+ path: 'hq-Y-platform',
+ component: () => import('@/views/ux/vw/dataInput/hq_y'),
+ name: 'ERPEI',//命名路由
+ meta: {
+ title: '一汽轿车平台导入',
+ roles: ['SettleAccount.BT_Carlatform'],//控制页面角色(可以设置多个角色)
+ icon: '单据导入'
+ }
+ },
+ {
+ path: 'hq-Y-report',
+ component: () => import('@/views/ux/vw/dataInput/hq_y_report'),
+ name: 'HQY',//命名路由
+ meta: {
+ title: '一汽轿车平台核对明细',
+ roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色)
+ icon: '业务'
+ }
+ },
+
+ ]
+}
+
+export default hqcarManagerDataRouter
+
diff --git a/vue/src/router/modules/wms_out_order.js b/vue/src/router/modules/wms_out_order.js
index 766cdb21..39f20df2 100644
--- a/vue/src/router/modules/wms_out_order.js
+++ b/vue/src/router/modules/wms_out_order.js
@@ -43,7 +43,18 @@ const vwsOutOrderDataRouter = {
name: 'WMSOutputSumReport',//命名路由
meta: {
title: '结算出库SAP接口',
- roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色)
+ roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色)
+ icon: '零件'
+ }
+ },
+
+ {
+ path: '/wms-OutputDetailDiffReport',
+ component: () => import('@/views/ux/billManage/WMSOutputDetailDiffReport'),
+ name: 'WMSOutputDetailDiffReport',//命名路由
+ 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 5a4aa18e..c22a5872 100644
--- a/vue/src/views/ux/billManage/KanbanUnSettled/index.vue
+++ b/vue/src/views/ux/billManage/KanbanUnSettled/index.vue
@@ -219,9 +219,9 @@
>