diff --git a/vue/src/router/modules/hq_menu.js b/vue/src/router/modules/hq_menu.js
index 7274243e..a9e76a13 100644
--- a/vue/src/router/modules/hq_menu.js
+++ b/vue/src/router/modules/hq_menu.js
@@ -4,7 +4,7 @@ import Layout from '@/layout'
const hqMenudataRouter = {
path: '/capt-hq',
component: Layout,
- redirect: 'ux/vw/dataInput/hq_h',
+ redirect: 'ux/vw/dataInput/index',
name: 'HQData',
meta: {
title: '红旗工厂',
@@ -14,10 +14,10 @@ const hqMenudataRouter = {
},
children: [
{
- path: '/import-h-data',
+ path: '/H',
name: 'import-h-data',//命名路由-二级
- component: () => import('@/views/ux/vw/dataInput/hq_h'),
- redirect: 'ux/vw/dataInput/hq_h',
+ component: () => import('@/views/ux/vw/dataInput/index'),
+ redirect: 'ux/vw/dataInput/index',
meta: {
title: 'H平台',
// roles: ['SettleAccount.HQKBs', 'SettleAccount.HQSpecKBs'],
@@ -36,11 +36,11 @@ const hqMenudataRouter = {
},
{
path: 'hq-H-platform-export',
- component: () => import('@/views/ux/vw/dataInput/ScrapClaims'),
- name: 'ScrapClaims',
+ component: () => import('@/views/ux/vw/dataInput/hq_h_report'),
+ name: 'HQH',
meta: {
title: 'H平台结算差异输出',
- roles: ['SettleAccount.FISs'],
+ //roles: ['SettleAccount.FISs'],
icon: '文件'
}
}
@@ -49,10 +49,10 @@ const hqMenudataRouter = {
},
{
- path: '/export-m-data',
- component: () => import('@/views/ux/vw/dataInput/hq_m'),
+ path: '/M',
+ component: () => import('@/views/ux/vw/dataInput/index'),
name: 'export-m-data',//命名路由
- redirect: '/ux/vw/dataInput/hq_m',
+ redirect: 'ux/vw/dataInput/index',
meta: {
title: 'M平台',
//roles: ['SettleAccount.HQConsigns', 'SettleAccount.HQSpecConsigns'],
@@ -83,10 +83,10 @@ const hqMenudataRouter = {
]
},
{
- path: '/export-f-data',
- component: () => import('@/views/ux/vw/dataInput/hq_f'),
+ path: '/F',
+ component: () => import('@/views/ux/vw/dataInput/index'),
name: 'export-f-data',//命名路由
- redirect: '/ux/vw/dataInput/hq_f',
+ redirect: 'ux/vw/dataInput/index',
meta: {
title: 'F平台',
//roles: ['SettleAccount.HQConsigns', 'SettleAccount.HQSpecConsigns'],
@@ -118,10 +118,10 @@ const hqMenudataRouter = {
},
{
- path: '/import-y-data',
+ path: '/hqcar',
name: 'import-y-data',//命名路由-二级
- component: () => import('@/views/ux/vw/dataInput/hq_y'),
- redirect: 'ux/vw/dataInput/hq_y',
+ component: () => import('@/views/ux/vw/dataInput/index'),
+ redirect: 'ux/vw/dataInput/index',
meta: {
title: '一汽轿车平台',
// roles: ['SettleAccount.HQKBs', 'SettleAccount.HQSpecKBs'],
diff --git a/vue/src/views/ux/vw/dataInput/hq_h_report/index.vue b/vue/src/views/ux/vw/dataInput/hq_h_report/index.vue
new file mode 100644
index 00000000..d68f47c5
--- /dev/null
+++ b/vue/src/views/ux/vw/dataInput/hq_h_report/index.vue
@@ -0,0 +1,1491 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.column.label }}
+
+
+
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+
+ 下载
+ 检验失败,下载
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.label }}
+ {{
+ item.value
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 其他搜索条件(单击折叠或伸展)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/vue/src/views/ux/vw/dataInput/index.vue b/vue/src/views/ux/vw/dataInput/index.vue
index e69de29b..509198d1 100644
--- a/vue/src/views/ux/vw/dataInput/index.vue
+++ b/vue/src/views/ux/vw/dataInput/index.vue
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file