From 17fd6fbea4b5aaba74c03a844530fc6a83f78735 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, 1 Jun 2023 09:34:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BA=93=E5=AD=98=E6=B5=81?= =?UTF-8?q?=E6=B0=B4=E5=B8=90=E6=B1=87=E6=80=BB(=E5=BA=93=E4=BD=8D)?= =?UTF-8?q?=E6=8A=A5=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/filters/excelOrReportsOption.js | 1 + .../InventoryBookSummaryLocation.vue | 24 +++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 fe/PC/src/views/activeReportManage/reportForm/InventoryBookSummaryLocation.vue diff --git a/fe/PC/src/filters/excelOrReportsOption.js b/fe/PC/src/filters/excelOrReportsOption.js index a029d1f35..5b7a0e129 100644 --- a/fe/PC/src/filters/excelOrReportsOption.js +++ b/fe/PC/src/filters/excelOrReportsOption.js @@ -49,4 +49,5 @@ export const reportsAddress = { InventoryBookSummary:reportsUrl + '202212162112124488.rdlx',//库存流水帐汇总 inventoryBalanceReportLocationCode:reportsUrl + '202211300922434082.rdlx',//库存余额报表按库位 inventoryBalanceReportLocationErpCode:reportsUrl + '202211300922434083.rdlx',//库存余额报表按ERP库位 + InventoryBookSummaryLocation:reportsUrl + '202211300922434083.rdlx',//库存流水帐汇总(库位) } diff --git a/fe/PC/src/views/activeReportManage/reportForm/InventoryBookSummaryLocation.vue b/fe/PC/src/views/activeReportManage/reportForm/InventoryBookSummaryLocation.vue new file mode 100644 index 000000000..376349b27 --- /dev/null +++ b/fe/PC/src/views/activeReportManage/reportForm/InventoryBookSummaryLocation.vue @@ -0,0 +1,24 @@ + + \ No newline at end of file