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