From 05266028598c3216b7f0dd540343d58a6434879e Mon Sep 17 00:00:00 2001
From: "xunyu.guo" <916759660@qq.com>
Date: Mon, 10 Jan 2022 16:22:05 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0F=E5=B9=B3=E5=8F=B0=E7=95=8C?=
=?UTF-8?q?=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
vue/src/components/ImportExcel-base/index.vue | 5 +
vue/src/router/modules/hq_menu.js | 21 +
vue/src/router/modules/hq_out_order.js | 20 +
.../ux/vw/dataInput/hq_f_outorder/detail.vue | 621 ++++++++
.../ux/vw/dataInput/hq_f_outorder/index.vue | 340 +++++
.../hq_f_outorder_chickout/detail.vue | 621 ++++++++
.../hq_f_outorder_chickout/index.vue | 340 +++++
.../ux/vw/dataInput/hq_f_report/index.vue | 1316 +++++++++++++++++
.../ux/vw/dataInput/hq_f_sparepart/index.vue | 1316 +++++++++++++++++
9 files changed, 4600 insertions(+)
create mode 100644 vue/src/views/ux/vw/dataInput/hq_f_outorder/detail.vue
create mode 100644 vue/src/views/ux/vw/dataInput/hq_f_outorder/index.vue
create mode 100644 vue/src/views/ux/vw/dataInput/hq_f_outorder_chickout/detail.vue
create mode 100644 vue/src/views/ux/vw/dataInput/hq_f_outorder_chickout/index.vue
create mode 100644 vue/src/views/ux/vw/dataInput/hq_f_report/index.vue
create mode 100644 vue/src/views/ux/vw/dataInput/hq_f_sparepart/index.vue
diff --git a/vue/src/components/ImportExcel-base/index.vue b/vue/src/components/ImportExcel-base/index.vue
index 9a305b0f..187e4678 100644
--- a/vue/src/components/ImportExcel-base/index.vue
+++ b/vue/src/components/ImportExcel-base/index.vue
@@ -309,6 +309,8 @@ export default {
sparepartoutorder: "大众备件出库单",
kanbanoutorder: "大众看板出库单",
HQ_H_OUTORDER:"红旗H平台出库单",
+ HQ_F_OUTORDER:"红旗F平台出库单",
+ HQ_F_OUTORDER_CHICKOUT:"红旗F平台备件出库单",
bomdatabase: "产品结构BOM",
prebatch: "预批量",
secondaryPriceRatio: "二配结算价格比例",
@@ -324,6 +326,7 @@ export default {
customerStorageLocation: "客户存储地点",
secondaryAdjustment: "二配数量调整输入",
secondaryDiscount: "二配折扣调整输入",
+
}[this.crmType] || ""
);
},
@@ -341,6 +344,8 @@ export default {
vwoutorder: "/api/settleaccount/wmsjitoutput/ExcelImport", //准时化出库单导入
kanbanoutorder: "/api/settleaccount/wmskanbanoutput/ExcelImport", //大众看板出库单导入
HQ_H_OUTORDER: "/api/settleaccount/WmsHQHKanbanoutput/ExcelImport", //红旗H平台出库单导入
+ HQ_F_OUTORDER: "/api/settleaccount/WMSHQFKanbanoutput/ExcelImport", //红旗F平台出库单导入
+ HQ_F_OUTORDER_CHICKOUT:"/api/settleaccount/wmsHQFSharePartoutput/ExcelImport",//红旗F平台备件出库单导入
sparepartoutorder:
"/api/settleaccount/wmsSharePartoutput/ExcelImport", //大众备件出库单导入
bomdatabase: "/api/settleaccount/bom/ExcelImport",
diff --git a/vue/src/router/modules/hq_menu.js b/vue/src/router/modules/hq_menu.js
index 8575e230..34d22a2b 100644
--- a/vue/src/router/modules/hq_menu.js
+++ b/vue/src/router/modules/hq_menu.js
@@ -114,6 +114,27 @@ const hqMenudataRouter = {
}
},
+ {
+ path: 'hq-F-platform-export',
+ component: () => import('@/views/ux/vw/dataInput/hq_f_report'),
+ name: 'HQH',
+ meta: {
+ title: 'F平台核对明细',
+ //roles: ['SettleAccount.FISs'],
+ icon: '文件'
+ }
+ },
+ {
+ path: 'hq-F-sparepart-export',
+ component: () => import('@/views/ux/vw/dataInput/hq_f_sparepart'),
+ name: 'HQH',
+ meta: {
+ title: 'F平台备件明细',
+ //roles: ['SettleAccount.FISs'],
+ icon: '文件'
+ }
+ },
+
{
path: 'hq-F-platform-export',
component: () => import('@/views/ux/billManage/sparePart'),
diff --git a/vue/src/router/modules/hq_out_order.js b/vue/src/router/modules/hq_out_order.js
index f2700825..14fa2c92 100644
--- a/vue/src/router/modules/hq_out_order.js
+++ b/vue/src/router/modules/hq_out_order.js
@@ -26,6 +26,26 @@ const hqOutOrderDataRouter = {
icon: '结算'
}
},
+ {
+ path: 'hq-f-outorder',
+ component: () => import('@/views/ux/vw/dataInput/hq_f_outorder'),
+ name: 'SettleAccount',//命名路由
+ meta: {
+ title: '红旗F平台出库单',
+ roles: ['SettleAccount.SettleAccounts'],//控制页面角色(可以设置多个角色)
+ icon: '结算'
+ }
+ },
+ {
+ path: 'hq-f-outorder-chickout',
+ component: () => import('@/views/ux/vw/dataInput/hq_f_outorder_chickout'),
+ name: 'SettleAccount',//命名路由
+ meta: {
+ title: '红旗F平台备件出库单',
+ roles: ['SettleAccount.SettleAccounts'],//控制页面角色(可以设置多个角色)
+ icon: '结算'
+ }
+ },
// {
// path: 'hq-m-outorder',
// component: () => import('@/views/ux/billManage/kanbanOutOrder/index'),
diff --git a/vue/src/views/ux/vw/dataInput/hq_f_outorder/detail.vue b/vue/src/views/ux/vw/dataInput/hq_f_outorder/detail.vue
new file mode 100644
index 00000000..569f68fd
--- /dev/null
+++ b/vue/src/views/ux/vw/dataInput/hq_f_outorder/detail.vue
@@ -0,0 +1,621 @@
+
+
+
+
+
+
+
+
+
+ {{ scope.column.label }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/vue/src/views/ux/vw/dataInput/hq_f_outorder/index.vue b/vue/src/views/ux/vw/dataInput/hq_f_outorder/index.vue
new file mode 100644
index 00000000..6e2b80bd
--- /dev/null
+++ b/vue/src/views/ux/vw/dataInput/hq_f_outorder/index.vue
@@ -0,0 +1,340 @@
+
+
+
+
+
+
+
+
+
+ {{
+ scope.row.billNum
+ }}
+
+
+
+
+
+
+ {{ scope.column.label }}
+
+
+
+
+
+
+
+
+
+
+
+
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
new file mode 100644
index 00000000..8741c418
--- /dev/null
+++ b/vue/src/views/ux/vw/dataInput/hq_f_outorder_chickout/detail.vue
@@ -0,0 +1,621 @@
+
+
+
+
+
+
+
+
+
+ {{ scope.column.label }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/vue/src/views/ux/vw/dataInput/hq_f_outorder_chickout/index.vue b/vue/src/views/ux/vw/dataInput/hq_f_outorder_chickout/index.vue
new file mode 100644
index 00000000..52bdf34c
--- /dev/null
+++ b/vue/src/views/ux/vw/dataInput/hq_f_outorder_chickout/index.vue
@@ -0,0 +1,340 @@
+
+
+
+
+
+
+
+
+
+ {{
+ scope.row.billNum
+ }}
+
+
+
+
+
+
+ {{ scope.column.label }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/vue/src/views/ux/vw/dataInput/hq_f_report/index.vue b/vue/src/views/ux/vw/dataInput/hq_f_report/index.vue
new file mode 100644
index 00000000..f0038029
--- /dev/null
+++ b/vue/src/views/ux/vw/dataInput/hq_f_report/index.vue
@@ -0,0 +1,1316 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.column.label }}
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+
+ 下载
+ 检验失败,下载
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.label }}
+ {{
+ item.value
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 其他搜索条件(单击折叠或展开)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/vue/src/views/ux/vw/dataInput/hq_f_sparepart/index.vue b/vue/src/views/ux/vw/dataInput/hq_f_sparepart/index.vue
new file mode 100644
index 00000000..9d680023
--- /dev/null
+++ b/vue/src/views/ux/vw/dataInput/hq_f_sparepart/index.vue
@@ -0,0 +1,1316 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.column.label }}
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+
+ 下载
+ 检验失败,下载
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.label }}
+ {{
+ item.value
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 其他搜索条件(单击折叠或展开)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file