From f0b60866c043e890bf1e6080afc3da57886ee9bf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com>
Date: Tue, 24 Dec 2024 17:30:26 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90agv-pc=E3=80=91=E5=BC=80=E8=B4=A6?=
=?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=8A=A5=E8=A1=A8=E6=8C=82=E8=BD=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
fe/PC/src/filters/excelOrReportsOption.js | 1 +
.../reportForm/openingBalance.vue | 21 +++++++++++++++++++
2 files changed, 22 insertions(+)
create mode 100644 fe/PC/src/views/activeReportManage/reportForm/openingBalance.vue
diff --git a/fe/PC/src/filters/excelOrReportsOption.js b/fe/PC/src/filters/excelOrReportsOption.js
index cf35fc639..d380a2b24 100644
--- a/fe/PC/src/filters/excelOrReportsOption.js
+++ b/fe/PC/src/filters/excelOrReportsOption.js
@@ -94,6 +94,7 @@ export const reportsAddress = {
SupplierAndOrderSummary:reportsUrl + 'SupplierAndOrderSummary',//供应商发货订单汇总报表
rawScrapList:reportsUrl + 'rawScrapList',//原物料过期报表
inspection:reportsUrl + 'inspection',//质检报表
+ openingBalance:reportsUrl + 'openingBalance',//开账信息查询报表
// InventoryBookDetail:reportsUrl + '202212162111466911.rdlx',//库存流水帐明细
// InventoryBookSummary:reportsUrl + '202212162112124488.rdlx',//库存流水帐汇总
diff --git a/fe/PC/src/views/activeReportManage/reportForm/openingBalance.vue b/fe/PC/src/views/activeReportManage/reportForm/openingBalance.vue
new file mode 100644
index 000000000..cdc0eaeb8
--- /dev/null
+++ b/fe/PC/src/views/activeReportManage/reportForm/openingBalance.vue
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file