diff --git a/fe/PC/src/utils/index.js b/fe/PC/src/utils/index.js index 523b8365c..4d71b31ee 100644 --- a/fe/PC/src/utils/index.js +++ b/fe/PC/src/utils/index.js @@ -545,4 +545,9 @@ export function dictFormatData() { // 像接口传参时候需要补充.0000000 否则会报错情况下转义 export function initDataToHttpFormat (date) { return date ? date + '.0000000' : undefined +} + +// 新建浏览器标签页面 +export function createNewTabs (url) { + window.open(url, "_blank") } \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/InventoryAgingSegmentSummary.vue b/fe/PC/src/views/activeReportManage/reportForm/InventoryAgingSegmentSummary.vue index 39445be76..7c950c193 100644 --- a/fe/PC/src/views/activeReportManage/reportForm/InventoryAgingSegmentSummary.vue +++ b/fe/PC/src/views/activeReportManage/reportForm/InventoryAgingSegmentSummary.vue @@ -4,12 +4,21 @@ \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/InventoryBookDetail.vue b/fe/PC/src/views/activeReportManage/reportForm/InventoryBookDetail.vue index 6f26daf0d..07419b186 100644 --- a/fe/PC/src/views/activeReportManage/reportForm/InventoryBookDetail.vue +++ b/fe/PC/src/views/activeReportManage/reportForm/InventoryBookDetail.vue @@ -4,12 +4,21 @@ \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/InventoryBookSummary.vue b/fe/PC/src/views/activeReportManage/reportForm/InventoryBookSummary.vue index 231c7e16f..15616421d 100644 --- a/fe/PC/src/views/activeReportManage/reportForm/InventoryBookSummary.vue +++ b/fe/PC/src/views/activeReportManage/reportForm/InventoryBookSummary.vue @@ -4,12 +4,21 @@ \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/InventoryDetailReport.vue b/fe/PC/src/views/activeReportManage/reportForm/InventoryDetailReport.vue index 1654d6a6d..6d5b6cc63 100644 --- a/fe/PC/src/views/activeReportManage/reportForm/InventoryDetailReport.vue +++ b/fe/PC/src/views/activeReportManage/reportForm/InventoryDetailReport.vue @@ -4,12 +4,21 @@ \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/UnplannedDeliverSummary.vue b/fe/PC/src/views/activeReportManage/reportForm/UnplannedDeliverSummary.vue index 2630815dd..4c6292568 100644 --- a/fe/PC/src/views/activeReportManage/reportForm/UnplannedDeliverSummary.vue +++ b/fe/PC/src/views/activeReportManage/reportForm/UnplannedDeliverSummary.vue @@ -4,12 +4,21 @@ \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/completionReceiptSummary.vue b/fe/PC/src/views/activeReportManage/reportForm/completionReceiptSummary.vue index a2691c29f..638bba346 100644 --- a/fe/PC/src/views/activeReportManage/reportForm/completionReceiptSummary.vue +++ b/fe/PC/src/views/activeReportManage/reportForm/completionReceiptSummary.vue @@ -4,12 +4,21 @@ \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/finishedProductDeliverySummary.vue b/fe/PC/src/views/activeReportManage/reportForm/finishedProductDeliverySummary.vue index f5f92e332..f625ecff5 100644 --- a/fe/PC/src/views/activeReportManage/reportForm/finishedProductDeliverySummary.vue +++ b/fe/PC/src/views/activeReportManage/reportForm/finishedProductDeliverySummary.vue @@ -4,12 +4,21 @@ \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/inventoryBalanceReport.vue b/fe/PC/src/views/activeReportManage/reportForm/inventoryBalanceReport.vue index 6543f4670..cb44c51b4 100644 --- a/fe/PC/src/views/activeReportManage/reportForm/inventoryBalanceReport.vue +++ b/fe/PC/src/views/activeReportManage/reportForm/inventoryBalanceReport.vue @@ -4,12 +4,21 @@ \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/inventoryReport.vue b/fe/PC/src/views/activeReportManage/reportForm/inventoryReport.vue index 30ed9bdff..1469e580a 100644 --- a/fe/PC/src/views/activeReportManage/reportForm/inventoryReport.vue +++ b/fe/PC/src/views/activeReportManage/reportForm/inventoryReport.vue @@ -4,12 +4,21 @@ \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/inventorySummary.vue b/fe/PC/src/views/activeReportManage/reportForm/inventorySummary.vue index 13a3d6255..78c931d2f 100644 --- a/fe/PC/src/views/activeReportManage/reportForm/inventorySummary.vue +++ b/fe/PC/src/views/activeReportManage/reportForm/inventorySummary.vue @@ -4,12 +4,21 @@ \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/productionIssuanceSummary.vue b/fe/PC/src/views/activeReportManage/reportForm/productionIssuanceSummary.vue index 527808262..ac8571354 100644 --- a/fe/PC/src/views/activeReportManage/reportForm/productionIssuanceSummary.vue +++ b/fe/PC/src/views/activeReportManage/reportForm/productionIssuanceSummary.vue @@ -4,12 +4,21 @@ \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/productionReturnSummary.vue b/fe/PC/src/views/activeReportManage/reportForm/productionReturnSummary.vue index eb9e002d4..3cf2ebb84 100644 --- a/fe/PC/src/views/activeReportManage/reportForm/productionReturnSummary.vue +++ b/fe/PC/src/views/activeReportManage/reportForm/productionReturnSummary.vue @@ -4,12 +4,21 @@ \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/purchaseReceiptSummary.vue b/fe/PC/src/views/activeReportManage/reportForm/purchaseReceiptSummary.vue index 8d9e718fc..5c180746d 100644 --- a/fe/PC/src/views/activeReportManage/reportForm/purchaseReceiptSummary.vue +++ b/fe/PC/src/views/activeReportManage/reportForm/purchaseReceiptSummary.vue @@ -4,12 +4,21 @@ \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/purchaseReturnSummaryReport.vue b/fe/PC/src/views/activeReportManage/reportForm/purchaseReturnSummaryReport.vue index 5537c2df8..ccd23fdc0 100644 --- a/fe/PC/src/views/activeReportManage/reportForm/purchaseReturnSummaryReport.vue +++ b/fe/PC/src/views/activeReportManage/reportForm/purchaseReturnSummaryReport.vue @@ -4,12 +4,21 @@ \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/purchaseSum.vue b/fe/PC/src/views/activeReportManage/reportForm/purchaseSum.vue index 2ad696061..f665ba684 100644 --- a/fe/PC/src/views/activeReportManage/reportForm/purchaseSum.vue +++ b/fe/PC/src/views/activeReportManage/reportForm/purchaseSum.vue @@ -4,12 +4,21 @@ \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/scrapDetails.vue b/fe/PC/src/views/activeReportManage/reportForm/scrapDetails.vue index dd10adb7c..41ad32d62 100644 --- a/fe/PC/src/views/activeReportManage/reportForm/scrapDetails.vue +++ b/fe/PC/src/views/activeReportManage/reportForm/scrapDetails.vue @@ -4,12 +4,21 @@ \ No newline at end of file diff --git a/fe/PC/src/views/activeReportManage/reportForm/unplannedReceiptSummary.vue b/fe/PC/src/views/activeReportManage/reportForm/unplannedReceiptSummary.vue index 3e59e5e45..e1e8da670 100644 --- a/fe/PC/src/views/activeReportManage/reportForm/unplannedReceiptSummary.vue +++ b/fe/PC/src/views/activeReportManage/reportForm/unplannedReceiptSummary.vue @@ -4,12 +4,21 @@ \ No newline at end of file