diff --git a/fe/PC/src/filters/excelOrReportsOption.js b/fe/PC/src/filters/excelOrReportsOption.js
index 65e27a717..19db7ec29 100644
--- a/fe/PC/src/filters/excelOrReportsOption.js
+++ b/fe/PC/src/filters/excelOrReportsOption.js
@@ -92,6 +92,7 @@ export const reportsAddress = {
interfaceError:reportsUrl + 'interfaceError',//接口错误报表 interfaceError
InventoryBalanceEnRoute:reportsUrl + 'InventoryBalanceEnRoute',//库存余额报表按在途库 InventoryBalanceEnRoute
SupplierAndOrderSummary:reportsUrl + 'SupplierAndOrderSummary',//供应商发货订单汇总报表
+ rawScrapList:reportsUrl + 'rawScrapList',//原物料过期报表
// InventoryBookDetail:reportsUrl + '202212162111466911.rdlx',//库存流水帐明细
// InventoryBookSummary:reportsUrl + '202212162112124488.rdlx',//库存流水帐汇总
diff --git a/fe/PC/src/views/activeReportManage/reportForm/rawScrapList.vue b/fe/PC/src/views/activeReportManage/reportForm/rawScrapList.vue
new file mode 100644
index 000000000..9b467346c
--- /dev/null
+++ b/fe/PC/src/views/activeReportManage/reportForm/rawScrapList.vue
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file