From a4c19a08d7fa7223cd9f14b023ed00c71f369ccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Wed, 25 Dec 2024 13:32:13 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90nev-pc=E3=80=91=E5=BA=93=E4=BD=8D?= =?UTF-8?q?=E9=9B=B6=E4=BB=B6=E5=85=B3=E7=B3=BB=E6=9F=A5=E8=AF=A2=E6=8A=A5?= =?UTF-8?q?=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/ItemStoreRelationReport.vue | 21 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 fe/PC/src/views/activeReportManage/reportForm/ItemStoreRelationReport.vue diff --git a/fe/PC/src/filters/excelOrReportsOption.js b/fe/PC/src/filters/excelOrReportsOption.js index d380a2b24..b1876b40a 100644 --- a/fe/PC/src/filters/excelOrReportsOption.js +++ b/fe/PC/src/filters/excelOrReportsOption.js @@ -95,6 +95,7 @@ export const reportsAddress = { rawScrapList:reportsUrl + 'rawScrapList',//原物料过期报表 inspection:reportsUrl + 'inspection',//质检报表 openingBalance:reportsUrl + 'openingBalance',//开账信息查询报表 + ItemStoreRelationReport:reportsUrl + 'ItemStoreRelation',//库位零件关系查询报表 // InventoryBookDetail:reportsUrl + '202212162111466911.rdlx',//库存流水帐明细 // InventoryBookSummary:reportsUrl + '202212162112124488.rdlx',//库存流水帐汇总 diff --git a/fe/PC/src/views/activeReportManage/reportForm/ItemStoreRelationReport.vue b/fe/PC/src/views/activeReportManage/reportForm/ItemStoreRelationReport.vue new file mode 100644 index 000000000..578912bf6 --- /dev/null +++ b/fe/PC/src/views/activeReportManage/reportForm/ItemStoreRelationReport.vue @@ -0,0 +1,21 @@ + + \ No newline at end of file