From bcf0ca82e588da9250ac13b462c4e787314fc86d 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, 29 Jul 2024 16:54:20 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90nev-pc=E3=80=91=E6=8A=A5=E8=A1=A8?=
=?UTF-8?q?=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/rawScrapList.vue | 21 +++++++++++++++++++
2 files changed, 22 insertions(+)
create mode 100644 fe/PC/src/views/activeReportManage/reportForm/rawScrapList.vue
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