diff --git a/fe/PC/src/filters/excelOrReportsOption.js b/fe/PC/src/filters/excelOrReportsOption.js
index b1876b40a..9887063b8 100644
--- a/fe/PC/src/filters/excelOrReportsOption.js
+++ b/fe/PC/src/filters/excelOrReportsOption.js
@@ -96,6 +96,14 @@ export const reportsAddress = {
inspection:reportsUrl + 'inspection',//质检报表
openingBalance:reportsUrl + 'openingBalance',//开账信息查询报表
ItemStoreRelationReport:reportsUrl + 'ItemStoreRelation',//库位零件关系查询报表
+ // 0307新增
+ dailyReconciliation:reportsUrl + 'dailyReconciliation',//系统库存每日对账表
+ returnBeforeListing:reportsUrl + 'returnBeforeListing',//上架前退货
+ returnAfterListing:reportsUrl + 'returnAfterListing',//上架后退货
+ putaway:reportsUrl + 'putaway',//采购上架
+ putInDetails:reportsUrl + 'putInDetails',//入库明细
+ putOutDetails:reportsUrl + 'putOutDetails',//出库明细
+ InventoryBalanceAg:reportsUrl + 'InventoryBalance',//库存余额
// InventoryBookDetail:reportsUrl + '202212162111466911.rdlx',//库存流水帐明细
// InventoryBookSummary:reportsUrl + '202212162112124488.rdlx',//库存流水帐汇总
diff --git a/fe/PC/src/views/activeReportManage/reportForm/InventoryBalanceAg.vue b/fe/PC/src/views/activeReportManage/reportForm/InventoryBalanceAg.vue
new file mode 100644
index 000000000..2ed6b7980
--- /dev/null
+++ b/fe/PC/src/views/activeReportManage/reportForm/InventoryBalanceAg.vue
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/fe/PC/src/views/activeReportManage/reportForm/dailyReconciliation.vue b/fe/PC/src/views/activeReportManage/reportForm/dailyReconciliation.vue
new file mode 100644
index 000000000..b86dda245
--- /dev/null
+++ b/fe/PC/src/views/activeReportManage/reportForm/dailyReconciliation.vue
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/fe/PC/src/views/activeReportManage/reportForm/putInDetails.vue b/fe/PC/src/views/activeReportManage/reportForm/putInDetails.vue
new file mode 100644
index 000000000..5ec11f2df
--- /dev/null
+++ b/fe/PC/src/views/activeReportManage/reportForm/putInDetails.vue
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/fe/PC/src/views/activeReportManage/reportForm/putOutDetails.vue b/fe/PC/src/views/activeReportManage/reportForm/putOutDetails.vue
new file mode 100644
index 000000000..097710319
--- /dev/null
+++ b/fe/PC/src/views/activeReportManage/reportForm/putOutDetails.vue
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/fe/PC/src/views/activeReportManage/reportForm/putaway.vue b/fe/PC/src/views/activeReportManage/reportForm/putaway.vue
new file mode 100644
index 000000000..1fa2b74a9
--- /dev/null
+++ b/fe/PC/src/views/activeReportManage/reportForm/putaway.vue
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/fe/PC/src/views/activeReportManage/reportForm/returnAfterListing.vue b/fe/PC/src/views/activeReportManage/reportForm/returnAfterListing.vue
new file mode 100644
index 000000000..dde2961a4
--- /dev/null
+++ b/fe/PC/src/views/activeReportManage/reportForm/returnAfterListing.vue
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/fe/PC/src/views/activeReportManage/reportForm/returnBeforeListing.vue b/fe/PC/src/views/activeReportManage/reportForm/returnBeforeListing.vue
new file mode 100644
index 000000000..44eb9db23
--- /dev/null
+++ b/fe/PC/src/views/activeReportManage/reportForm/returnBeforeListing.vue
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file