From 76551bc25bf2c21695dc3e5f1c7360a792f27af5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Thu, 20 Apr 2023 13:08:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E4=BB=A5=E6=96=B0=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E5=BD=A2=E5=BC=8F=E8=BF=9B=E8=A1=8C=E5=B1=95=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/utils/index.js | 5 +++++ .../reportForm/InventoryAgingSegmentSummary.vue | 11 ++++++++++- .../reportForm/InventoryBookDetail.vue | 11 ++++++++++- .../reportForm/InventoryBookSummary.vue | 11 ++++++++++- .../reportForm/InventoryDetailReport.vue | 11 ++++++++++- .../reportForm/UnplannedDeliverSummary.vue | 11 ++++++++++- .../reportForm/completionReceiptSummary.vue | 11 ++++++++++- .../reportForm/finishedProductDeliverySummary.vue | 11 ++++++++++- .../reportForm/inventoryBalanceReport.vue | 11 ++++++++++- .../activeReportManage/reportForm/inventoryReport.vue | 11 ++++++++++- .../reportForm/inventorySummary.vue | 11 ++++++++++- .../reportForm/productionIssuanceSummary.vue | 11 ++++++++++- .../reportForm/productionReturnSummary.vue | 11 ++++++++++- .../reportForm/purchaseReceiptSummary.vue | 11 ++++++++++- .../reportForm/purchaseReturnSummaryReport.vue | 11 ++++++++++- .../activeReportManage/reportForm/purchaseSum.vue | 11 ++++++++++- .../activeReportManage/reportForm/scrapDetails.vue | 11 ++++++++++- .../reportForm/unplannedReceiptSummary.vue | 11 ++++++++++- 18 files changed, 175 insertions(+), 17 deletions(-) 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