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) } } }