From 080a1de3fca5e8bf8281e2f608cb0845fc5c0841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=90=20=E5=BC=A0?= <2366389513@qq.com> Date: Tue, 11 Jan 2022 09:17:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E4=B8=80=E6=B1=BD?= =?UTF-8?q?=E8=BD=BF=E8=BD=A6=E5=B9=B3=E5=8F=B0=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/components/ImportExcel-base/index.vue | 8 ++++---- vue/src/router/modules/hq_menu.js | 20 +++++++++---------- vue/src/router/modules/hq_out_order.js | 20 +++++++++---------- .../ux/vw/dataInput/hq_f_sparepart/index.vue | 2 +- .../ux/vw/dataInput/hq_h_sparepart/index.vue | 4 ++-- .../ux/vw/dataInput/hq_m_sparepart/index.vue | 4 ++-- .../ux/vw/dataInput/hq_y_outorder/detail.vue | 8 ++++---- .../ux/vw/dataInput/hq_y_outorder/index.vue | 2 +- .../ux/vw/dataInput/hq_y_report/index.vue | 6 +++--- 9 files changed, 37 insertions(+), 37 deletions(-) diff --git a/vue/src/components/ImportExcel-base/index.vue b/vue/src/components/ImportExcel-base/index.vue index a0ebca43..3e9a1d0a 100644 --- a/vue/src/components/ImportExcel-base/index.vue +++ b/vue/src/components/ImportExcel-base/index.vue @@ -311,12 +311,12 @@ export default { HQ_H_OUTORDER:"红旗H平台出库单", HQ_M_OUTORDER:"红旗M平台出库单", HQ_Y_OUTORDER:"一汽轿车平台出库单", - HQ_F_OUTORDER:"红旗F平台出库单", + HQ_F_OUTORDER:"红旗F平台出库单", HQ_F_OUTORDER_CHICKOUT:"红旗F平台备件出库单", bomdatabase: "产品结构BOM", HQ_H_CHECKOUT:"红旗H平台备件出库单", HQ_M_CHECKOUT:"红旗M平台备件出库单", - HQ_Y_CHECKOUT:"一汽轿车平台备件出库单", + //HQ_Y_CHECKOUT:"一汽轿车平台备件出库单", prebatch: "预批量", secondaryPriceRatio: "二配结算价格比例", factory: "工厂设置", @@ -357,7 +357,7 @@ export default { HQ_F_OUTORDER_CHICKOUT:"/api/settleaccount/wmsHQFSharePartoutput/ExcelImport",//红旗F平台备件出库单导入 HQ_M_OUTORDER: "/api/settleaccount/WMSHQMKanbanoutput/ExcelImport", //红旗M平台出库单导入 - HQ_Y_OUTORDER: "/api/settleaccount//ExcelImport", //一汽轿车平台出库单导入 + HQ_Y_OUTORDER: "/api/settleaccount/WmsHQCaroutput/ExcelImport", //一汽轿车平台出库单导入 sparepartoutorder: "/api/settleaccount/wmsSharePartoutput/ExcelImport", //大众备件出库单导入 @@ -385,7 +385,7 @@ export default { HQ_H_CHECKOUT:"/api/settleaccount/WmsHQHSharePartoutput/ExcelImport", //H平台备件出库单导入 HQ_M_CHECKOUT:"/api/settleaccount/WmsHQMSharePartoutput/ExcelImport", //M平台备件出库单导入 - HQ_Y_CHECKOUT:"/api/settleaccount//ExcelImport" //一汽轿车平台备件出库单导入 + //HQ_Y_CHECKOUT:"/api/settleaccount//ExcelImport" //一汽轿车平台备件出库单导入 }[this.crmType] || "" ); }, diff --git a/vue/src/router/modules/hq_menu.js b/vue/src/router/modules/hq_menu.js index e53f2562..9cc9ef40 100644 --- a/vue/src/router/modules/hq_menu.js +++ b/vue/src/router/modules/hq_menu.js @@ -198,16 +198,16 @@ const hqMenudataRouter = { icon: '文件' } }, - { - path: 'hq-Y-sparepart-export', - component: () => import('@/views/ux/vw/dataInput/hq_y_sparepart'), - name: 'HQY',//命名路由 - meta: { - title: '一汽轿车平台备件明细', - roles: ['SettleAccount.Boms'],//控制页面角色(可以设置多个角色) - icon: '文件' - } - }, + // { + // path: 'hq-Y-sparepart-export', + // component: () => import('@/views/ux/vw/dataInput/hq_y_sparepart'), + // name: 'HQY',//命名路由 + // meta: { + // title: '一汽轿车平台备件明细', + // roles: ['SettleAccount.Boms'],//控制页面角色(可以设置多个角色) + // icon: '文件' + // } + // }, // { // path: 'hq-Y-platform-export', // component: () => import('@/views/ux/vw/dataInput/ScrapClaims'), diff --git a/vue/src/router/modules/hq_out_order.js b/vue/src/router/modules/hq_out_order.js index 2f0b378a..57796239 100644 --- a/vue/src/router/modules/hq_out_order.js +++ b/vue/src/router/modules/hq_out_order.js @@ -86,16 +86,16 @@ const hqOutOrderDataRouter = { icon: '结算' } }, - { - path: 'hq-y-checkout', - component: () => import('@/views/ux/vw/dataInput/hq_y_checkout'), - name: 'SettleAccount',//命名路由 - meta: { - title: '一汽轿车平台备件出库单', - roles: ['SettleAccount.SettleAccounts'],//控制页面角色(可以设置多个角色) - icon: '结算' - } - }, + // { + // path: 'hq-y-checkout', + // component: () => import('@/views/ux/vw/dataInput/hq_y_checkout'), + // name: 'SettleAccount',//命名路由 + // meta: { + // title: '一汽轿车平台备件出库单', + // 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_sparepart/index.vue b/vue/src/views/ux/vw/dataInput/hq_f_sparepart/index.vue index 97e84f6a..a46d1fea 100644 --- a/vue/src/views/ux/vw/dataInput/hq_f_sparepart/index.vue +++ b/vue/src/views/ux/vw/dataInput/hq_f_sparepart/index.vue @@ -1263,7 +1263,7 @@ export default { this.listQuery.name = "F平台备件明细"; this.listQuery.type = this.JobversionValue; this.$axios - .posts("/api/settleaccount/ReportMakeService/HQFSharePartSettledDetailDiffExportService", this.listQuery) + .posts("/api/settleaccount/Job/list", this.listQuery) .then((response) => { this.list = response; setTimeout(() => { diff --git a/vue/src/views/ux/vw/dataInput/hq_h_sparepart/index.vue b/vue/src/views/ux/vw/dataInput/hq_h_sparepart/index.vue index 00f1ab8f..92b3a6ad 100644 --- a/vue/src/views/ux/vw/dataInput/hq_h_sparepart/index.vue +++ b/vue/src/views/ux/vw/dataInput/hq_h_sparepart/index.vue @@ -1126,7 +1126,7 @@ export default { ); this.$axios .posts( - "/api/settleaccount/ReportMakeService/", + "/api/settleaccount/ReportMakeService/HQHSharePartSettledDetailDiffExportService", this.listExportQuery ) .then((res) => { @@ -1263,7 +1263,7 @@ export default { this.listQuery.name = "H平台备件明细"; this.listQuery.type = this.JobversionValue; this.$axios - .posts("/api/settleaccount/ReportMakeService/HQHSharePartSettledDetailDiffExportService", this.listQuery) + .posts("/api/settleaccount/Job/list", this.listQuery) .then((response) => { this.list = response; setTimeout(() => { diff --git a/vue/src/views/ux/vw/dataInput/hq_m_sparepart/index.vue b/vue/src/views/ux/vw/dataInput/hq_m_sparepart/index.vue index 0d6f276d..d2c72935 100644 --- a/vue/src/views/ux/vw/dataInput/hq_m_sparepart/index.vue +++ b/vue/src/views/ux/vw/dataInput/hq_m_sparepart/index.vue @@ -1126,7 +1126,7 @@ export default { ); this.$axios .posts( - "/api/settleaccount/ReportMakeService/", + "/api/settleaccount/ReportMakeService/HQMSharePartSettledDetailDiffExportService", this.listExportQuery ) .then((res) => { @@ -1263,7 +1263,7 @@ export default { this.listQuery.name = "M平台备件明细"; this.listQuery.type = this.JobversionValue; this.$axios - .posts("/api/settleaccount/ReportMakeService/HQMSharePartSettledDetailDiffExportService", this.listQuery) + .posts("/api/settleaccount/Job/list", this.listQuery) .then((response) => { this.list = response; setTimeout(() => { diff --git a/vue/src/views/ux/vw/dataInput/hq_y_outorder/detail.vue b/vue/src/views/ux/vw/dataInput/hq_y_outorder/detail.vue index f0468bd9..4d7107a2 100644 --- a/vue/src/views/ux/vw/dataInput/hq_y_outorder/detail.vue +++ b/vue/src/views/ux/vw/dataInput/hq_y_outorder/detail.vue @@ -301,7 +301,7 @@ export default { .then(() => { this.$axios .posts( - "/api/settleaccount/WmsHQHKanbanoutput/WmsHQHKanbanOutPut-Cancel", + "/api/settleaccount/WmsHQCaroutput/WmsSharePartOutPut-Cancel", this.listOutPutQuery ) .then((response) => { @@ -340,7 +340,7 @@ export default { .then(() => { this.$axios .posts( - "/api/settleaccount/WmsHQHKanbanoutput/WmsHQHKanbanOutPut-Pass", + "/api/settleaccount/WmsHQCaroutput/WmsSharePartOutPut-Pass", this.listOutPutQuery ) .then((response) => { @@ -392,7 +392,7 @@ export default { .then(() => { this.$axios .posts( - "/api/settleaccount/WmsHQHKanbanoutput/WmsHQHKanbanOutPut-Pass", + "/api/settleaccount/WmsHQCaroutput/WmsSharePartOutPut-Pass", this.listOutPutQuery ) .then((response) => { @@ -493,7 +493,7 @@ export default { console.log("查询条件:" + JSON.stringify(this.listQuery)); this.$axios .posts( - "/api/settleaccount/WmsHQHKanbanoutput/WmsHQHKanbanDetailList", + "/api/settleaccount/WmsHQCaroutput/WmsSharePartDetailList", this.listQuery ) .then((response) => { diff --git a/vue/src/views/ux/vw/dataInput/hq_y_outorder/index.vue b/vue/src/views/ux/vw/dataInput/hq_y_outorder/index.vue index b3e0c775..52d7de8a 100644 --- a/vue/src/views/ux/vw/dataInput/hq_y_outorder/index.vue +++ b/vue/src/views/ux/vw/dataInput/hq_y_outorder/index.vue @@ -277,7 +277,7 @@ export default { this.listQuery.SkipCount = (this.page - 1) * 15; } this.$axios - .posts("/api/settleaccount/WmsHQHKanbanoutput/WmsHQHKanbanList", this.listQuery) + .posts("/api/settleaccount/WmsHQCaroutput/WmsSharePartList", this.listQuery) .then((response) => { this.list = response.items; //alert(JSON.stringify(response.Items)) diff --git a/vue/src/views/ux/vw/dataInput/hq_y_report/index.vue b/vue/src/views/ux/vw/dataInput/hq_y_report/index.vue index bf013e53..26ead6c5 100644 --- a/vue/src/views/ux/vw/dataInput/hq_y_report/index.vue +++ b/vue/src/views/ux/vw/dataInput/hq_y_report/index.vue @@ -737,7 +737,7 @@ export default { .then(() => { this.$axios .posts( - "/api/settleaccount/WmsHQHKanbanoutput/WmsHQHKanbanOutPutAudit", + "/api/settleaccount/WmsHQCaroutput/WmsSharePartOutPutAudit", params ) .then((response) => { @@ -814,7 +814,7 @@ export default { this.formLoading = true; this.$axios .posts( - "/api/settleaccount/WmsHQHKanbanoutput/WmsHQHKanbanOutPut", + "/api/settleaccount/WmsHQCaroutput/WmsSharePartOutPut", this.listBillQuery ) .then((response) => { @@ -1127,7 +1127,7 @@ export default { ); this.$axios .posts( - "/api/settleaccount/ReportMakeService/HQHSettledDetailDiffExportService", + "/api/settleaccount/ReportMakeService/HQCarSettledDetailDiffExportService", this.listExportQuery ) .then((res) => {