From 551f95ef57660494eab4b16e2716fa98824bf06d 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:25:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9F=A5=E8=AF=A2=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/views/ux/vw/dataInput/hq_f_sparepart/index.vue | 2 +- vue/src/views/ux/vw/dataInput/hq_h_sparepart/index.vue | 2 +- vue/src/views/ux/vw/dataInput/hq_m_sparepart/index.vue | 2 +- vue/src/views/ux/vw/dataInput/hq_y_sparepart/index.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 a46d1fea..8d0c825b 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 @@ -1260,7 +1260,7 @@ export default { getList() { this.listLoading = true; //导入界面中超链接过来的参数 - this.listQuery.name = "F平台备件明细"; + this.listQuery.name = "F平台备件核对明细"; this.listQuery.type = this.JobversionValue; this.$axios .posts("/api/settleaccount/Job/list", this.listQuery) 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 92b3a6ad..cbc6ebed 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 @@ -1260,7 +1260,7 @@ export default { getList() { this.listLoading = true; //导入界面中超链接过来的参数 - this.listQuery.name = "H平台备件明细"; + this.listQuery.name = "H平台备件核对明细"; this.listQuery.type = this.JobversionValue; this.$axios .posts("/api/settleaccount/Job/list", this.listQuery) 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 d2c72935..244ddfd5 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 @@ -1260,7 +1260,7 @@ export default { getList() { this.listLoading = true; //导入界面中超链接过来的参数 - this.listQuery.name = "M平台备件明细"; + this.listQuery.name = "M平台备件核对明细"; this.listQuery.type = this.JobversionValue; this.$axios .posts("/api/settleaccount/Job/list", this.listQuery) diff --git a/vue/src/views/ux/vw/dataInput/hq_y_sparepart/index.vue b/vue/src/views/ux/vw/dataInput/hq_y_sparepart/index.vue index 099ce2e4..5b797b42 100644 --- a/vue/src/views/ux/vw/dataInput/hq_y_sparepart/index.vue +++ b/vue/src/views/ux/vw/dataInput/hq_y_sparepart/index.vue @@ -1260,7 +1260,7 @@ export default { getList() { this.listLoading = true; //导入界面中超链接过来的参数 - this.listQuery.name = "一汽轿车平台备件明细"; + this.listQuery.name = "一汽轿车平台备件核对明细"; this.listQuery.type = this.JobversionValue; this.$axios .posts("/api/settleaccount/ReportMakeService/HQHSettledDetailDiffExportService", this.listQuery)