From 079902fffa2aa5b983434ed603ee12b037289428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Thu, 20 Jul 2023 15:27:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E5=9C=B0=E5=9D=80=E6=9B=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/public/version.json | 2 +- .../reportForm/InventoryBookSummaryERP_pay.vue | 2 +- .../reportForm/InventoryBookSummaryWMS_pay.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fe/PC/public/version.json b/fe/PC/public/version.json index 36a7fe759..3476c0c0c 100644 --- a/fe/PC/public/version.json +++ b/fe/PC/public/version.json @@ -1,3 +1,3 @@ { - "version": "1.0.60" + "version": "1.0.61" } \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/InventoryBookSummaryERP_pay.vue b/fe/PC/src/views/activeReportManage/reportForm/InventoryBookSummaryERP_pay.vue index 2cded1230..fe2aec47a 100644 --- a/fe/PC/src/views/activeReportManage/reportForm/InventoryBookSummaryERP_pay.vue +++ b/fe/PC/src/views/activeReportManage/reportForm/InventoryBookSummaryERP_pay.vue @@ -14,7 +14,7 @@ export default { }, methods:{ openHandle(){ - createNewTabs(reportsAddress.InventoryBookSummaryLocation + '?title=' + this.$route.meta.title) + createNewTabs(reportsAddress.InventoryBookSummaryERP_pay + '?title=' + this.$route.meta.title) } } } diff --git a/fe/PC/src/views/activeReportManage/reportForm/InventoryBookSummaryWMS_pay.vue b/fe/PC/src/views/activeReportManage/reportForm/InventoryBookSummaryWMS_pay.vue index aec388b56..e32ed79bd 100644 --- a/fe/PC/src/views/activeReportManage/reportForm/InventoryBookSummaryWMS_pay.vue +++ b/fe/PC/src/views/activeReportManage/reportForm/InventoryBookSummaryWMS_pay.vue @@ -14,7 +14,7 @@ export default { }, methods:{ openHandle(){ - createNewTabs(reportsAddress.InventoryBookSummaryLocation + '?title=' + this.$route.meta.title) + createNewTabs(reportsAddress.InventoryBookSummaryWMS_pay + '?title=' + this.$route.meta.title) } } }