From 43053cdfa8a5dc6fad2944511831e8f12bc3938d Mon Sep 17 00:00:00 2001
From: 44673626 <44673626@qq.com>
Date: Thu, 6 Jan 2022 14:46:32 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BA=A2=E6=97=97=E8=BD=BF=E8=BD=A6=E8=B7=AF?=
=?UTF-8?q?=E7=94=B1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
vue/src/router/modules/hq_menu.js | 32 +-
.../ux/vw/dataInput/hq_h_report/index.vue | 1491 +++++++++++++++++
vue/src/views/ux/vw/dataInput/index.vue | 7 +
3 files changed, 1514 insertions(+), 16 deletions(-)
create mode 100644 vue/src/views/ux/vw/dataInput/hq_h_report/index.vue
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