From 53059712983b4704b6e04687c813739587539c48 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, 1 Jun 2023 09:42:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E6=B5=81=E6=B0=B4=E5=B8=90?= =?UTF-8?q?=E6=B1=87=E6=80=BB(=E5=BA=93=E4=BD=8D)=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/public/version.json | 2 +- fe/PC/src/filters/excelOrReportsOption.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fe/PC/public/version.json b/fe/PC/public/version.json index 65efab604..6140d1086 100644 --- a/fe/PC/public/version.json +++ b/fe/PC/public/version.json @@ -1,3 +1,3 @@ { - "version": "1.0.24" + "version": "1.0.25" } \ No newline at end of file diff --git a/fe/PC/src/filters/excelOrReportsOption.js b/fe/PC/src/filters/excelOrReportsOption.js index 5b7a0e129..83ae18701 100644 --- a/fe/PC/src/filters/excelOrReportsOption.js +++ b/fe/PC/src/filters/excelOrReportsOption.js @@ -49,5 +49,5 @@ export const reportsAddress = { InventoryBookSummary:reportsUrl + '202212162112124488.rdlx',//库存流水帐汇总 inventoryBalanceReportLocationCode:reportsUrl + '202211300922434082.rdlx',//库存余额报表按库位 inventoryBalanceReportLocationErpCode:reportsUrl + '202211300922434083.rdlx',//库存余额报表按ERP库位 - InventoryBookSummaryLocation:reportsUrl + '202211300922434083.rdlx',//库存流水帐汇总(库位) + InventoryBookSummaryLocation:reportsUrl + '202212162112124489.rdlx',//库存流水帐汇总(库位) }