From 00ef0375f10fc5a1fcb03908609b961341989f0e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com>
Date: Thu, 5 Dec 2024 16:16:27 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90agv-=E6=8A=A5=E8=A1=A8=E3=80=91?=
=?UTF-8?q?=E8=B4=A8=E6=A3=80=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/inspection.vue | 21 +++++++++++++++++++
2 files changed, 22 insertions(+)
create mode 100644 fe/PC/src/views/activeReportManage/reportForm/inspection.vue
diff --git a/fe/PC/src/filters/excelOrReportsOption.js b/fe/PC/src/filters/excelOrReportsOption.js
index 19db7ec29..cf35fc639 100644
--- a/fe/PC/src/filters/excelOrReportsOption.js
+++ b/fe/PC/src/filters/excelOrReportsOption.js
@@ -93,6 +93,7 @@ export const reportsAddress = {
InventoryBalanceEnRoute:reportsUrl + 'InventoryBalanceEnRoute',//库存余额报表按在途库 InventoryBalanceEnRoute
SupplierAndOrderSummary:reportsUrl + 'SupplierAndOrderSummary',//供应商发货订单汇总报表
rawScrapList:reportsUrl + 'rawScrapList',//原物料过期报表
+ inspection:reportsUrl + 'inspection',//质检报表
// InventoryBookDetail:reportsUrl + '202212162111466911.rdlx',//库存流水帐明细
// InventoryBookSummary:reportsUrl + '202212162112124488.rdlx',//库存流水帐汇总
diff --git a/fe/PC/src/views/activeReportManage/reportForm/inspection.vue b/fe/PC/src/views/activeReportManage/reportForm/inspection.vue
new file mode 100644
index 000000000..8ffec64b4
--- /dev/null
+++ b/fe/PC/src/views/activeReportManage/reportForm/inspection.vue
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file