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