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