From cdc1b72943b6c0e3bbc8ac8e67fd33471d92e17f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com>
Date: Mon, 8 May 2023 16:47:25 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8A=A5=E8=A1=A8=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=EF=BC=88=E5=BA=93=E5=AD=98=E4=BD=99=E9=A2=9D=E6=8A=A5?=
=?UTF-8?q?=E8=A1=A8=E6=8C=89=E5=BA=93=E4=BD=8D=E3=80=81=E5=BA=93=E5=AD=98?=
=?UTF-8?q?=E4=BD=99=E9=A2=9D=E6=8A=A5=E8=A1=A8=E6=8C=89ERP=E5=BA=93?=
=?UTF-8?q?=E4=BD=8D=EF=BC=89?=
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 | 4 ++--
.../inventoryBalanceReportLocationCode.vue | 24 +++++++++++++++++++
.../inventoryBalanceReportLocationErpCode.vue | 24 +++++++++++++++++++
4 files changed, 51 insertions(+), 3 deletions(-)
create mode 100644 fe/PC/src/views/activeReportManage/reportForm/inventoryBalanceReportLocationCode.vue
create mode 100644 fe/PC/src/views/activeReportManage/reportForm/inventoryBalanceReportLocationErpCode.vue
diff --git a/fe/PC/public/version.json b/fe/PC/public/version.json
index c3532d578..3645a48de 100644
--- a/fe/PC/public/version.json
+++ b/fe/PC/public/version.json
@@ -1,3 +1,3 @@
{
- "version": "1.0.12"
+ "version": "1.0.13"
}
\ No newline at end of file
diff --git a/fe/PC/src/filters/excelOrReportsOption.js b/fe/PC/src/filters/excelOrReportsOption.js
index 7442740b1..a029d1f35 100644
--- a/fe/PC/src/filters/excelOrReportsOption.js
+++ b/fe/PC/src/filters/excelOrReportsOption.js
@@ -47,6 +47,6 @@ export const reportsAddress = {
InventoryAgingSegmentSummary:reportsUrl + '202211300912101560.rdlx',//库存账龄分段汇总表
InventoryBookDetail:reportsUrl + '202212162111466911.rdlx',//库存流水帐明细
InventoryBookSummary:reportsUrl + '202212162112124488.rdlx',//库存流水帐汇总
- // 缺少:
- // 安全库存
+ inventoryBalanceReportLocationCode:reportsUrl + '202211300922434082.rdlx',//库存余额报表按库位
+ inventoryBalanceReportLocationErpCode:reportsUrl + '202211300922434083.rdlx',//库存余额报表按ERP库位
}
diff --git a/fe/PC/src/views/activeReportManage/reportForm/inventoryBalanceReportLocationCode.vue b/fe/PC/src/views/activeReportManage/reportForm/inventoryBalanceReportLocationCode.vue
new file mode 100644
index 000000000..f46c9569c
--- /dev/null
+++ b/fe/PC/src/views/activeReportManage/reportForm/inventoryBalanceReportLocationCode.vue
@@ -0,0 +1,24 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/fe/PC/src/views/activeReportManage/reportForm/inventoryBalanceReportLocationErpCode.vue b/fe/PC/src/views/activeReportManage/reportForm/inventoryBalanceReportLocationErpCode.vue
new file mode 100644
index 000000000..03742799b
--- /dev/null
+++ b/fe/PC/src/views/activeReportManage/reportForm/inventoryBalanceReportLocationErpCode.vue
@@ -0,0 +1,24 @@
+
+
+
+
+
\ No newline at end of file