diff --git a/fe/PC/public/version.json b/fe/PC/public/version.json index c3532d578..3645a48de 100644 --- a/fe/PC/public/version.json +++ b/fe/PC/public/version.json @@ -1,3 +1,3 @@ { - "version": "1.0.12" + "version": "1.0.13" } \ No newline at end of file diff --git a/fe/PC/src/filters/excelOrReportsOption.js b/fe/PC/src/filters/excelOrReportsOption.js index 7442740b1..a029d1f35 100644 --- a/fe/PC/src/filters/excelOrReportsOption.js +++ b/fe/PC/src/filters/excelOrReportsOption.js @@ -47,6 +47,6 @@ export const reportsAddress = { InventoryAgingSegmentSummary:reportsUrl + '202211300912101560.rdlx',//库存账龄分段汇总表 InventoryBookDetail:reportsUrl + '202212162111466911.rdlx',//库存流水帐明细 InventoryBookSummary:reportsUrl + '202212162112124488.rdlx',//库存流水帐汇总 - // 缺少: - // 安全库存 + inventoryBalanceReportLocationCode:reportsUrl + '202211300922434082.rdlx',//库存余额报表按库位 + inventoryBalanceReportLocationErpCode:reportsUrl + '202211300922434083.rdlx',//库存余额报表按ERP库位 } diff --git a/fe/PC/src/views/activeReportManage/reportForm/inventoryBalanceReportLocationCode.vue b/fe/PC/src/views/activeReportManage/reportForm/inventoryBalanceReportLocationCode.vue new file mode 100644 index 000000000..f46c9569c --- /dev/null +++ b/fe/PC/src/views/activeReportManage/reportForm/inventoryBalanceReportLocationCode.vue @@ -0,0 +1,24 @@ + + \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/inventoryBalanceReportLocationErpCode.vue b/fe/PC/src/views/activeReportManage/reportForm/inventoryBalanceReportLocationErpCode.vue new file mode 100644 index 000000000..03742799b --- /dev/null +++ b/fe/PC/src/views/activeReportManage/reportForm/inventoryBalanceReportLocationErpCode.vue @@ -0,0 +1,24 @@ + + \ No newline at end of file