diff --git a/fe/PC/src/filters/excelOrReportsOption.js b/fe/PC/src/filters/excelOrReportsOption.js index cf35fc639..d380a2b24 100644 --- a/fe/PC/src/filters/excelOrReportsOption.js +++ b/fe/PC/src/filters/excelOrReportsOption.js @@ -94,6 +94,7 @@ export const reportsAddress = { SupplierAndOrderSummary:reportsUrl + 'SupplierAndOrderSummary',//供应商发货订单汇总报表 rawScrapList:reportsUrl + 'rawScrapList',//原物料过期报表 inspection:reportsUrl + 'inspection',//质检报表 + openingBalance:reportsUrl + 'openingBalance',//开账信息查询报表 // InventoryBookDetail:reportsUrl + '202212162111466911.rdlx',//库存流水帐明细 // InventoryBookSummary:reportsUrl + '202212162112124488.rdlx',//库存流水帐汇总 diff --git a/fe/PC/src/views/activeReportManage/reportForm/openingBalance.vue b/fe/PC/src/views/activeReportManage/reportForm/openingBalance.vue new file mode 100644 index 000000000..cdc0eaeb8 --- /dev/null +++ b/fe/PC/src/views/activeReportManage/reportForm/openingBalance.vue @@ -0,0 +1,21 @@ + + \ No newline at end of file