From eda007d71378855edb0c9d7aa985bc5668656ce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98937886381=E2=80=99?= <‘937886381@qq.com’> Date: Fri, 26 Jul 2024 17:03:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 4 +- .../factoryData/components/BarChartBase.vue | 2 +- .../components/BarChartChipOEE.vue | 4 +- .../copilot/factoryData/components/Order.vue | 5 ++- .../components/bipvProdMonitor.vue | 7 ++-- src/views/cost/accounting.vue | 38 ++++++++++++------- .../report/components/produceLineBar.vue | 2 +- .../report/components/produceLineYieldBar.vue | 3 +- src/views/warehouse/index.vue | 7 ++-- 9 files changed, 43 insertions(+), 29 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 0c1fd0b..07f7ae6 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -1,7 +1,7 @@ diff --git a/src/views/copilot/factoryData/components/BarChartChipOEE.vue b/src/views/copilot/factoryData/components/BarChartChipOEE.vue index b928bd8..b823f99 100644 --- a/src/views/copilot/factoryData/components/BarChartChipOEE.vue +++ b/src/views/copilot/factoryData/components/BarChartChipOEE.vue @@ -1,7 +1,7 @@ @@ -58,7 +58,7 @@ export default { grid: { left: "10%", right: "3%", - bottom: "10%", + bottom: "14%", top: "20%", // containLabel: true, }, diff --git a/src/views/copilot/factoryData/components/Order.vue b/src/views/copilot/factoryData/components/Order.vue index c271a00..29e6b4c 100644 --- a/src/views/copilot/factoryData/components/Order.vue +++ b/src/views/copilot/factoryData/components/Order.vue @@ -13,7 +13,8 @@ - + + @@ -114,7 +115,7 @@ export default { `${this.prodOrder[i].actualProduction || "" }`, `${this.prodOrder[i].productionProgress - ? this.prodOrder[i].productionProgress.toFixed(2) * 100 + "%" + ? parseFloat((this.prodOrder[i].productionProgress * 100).toFixed(2)) + "%" : "0%" }
diff --git a/src/views/copilot/factoryData/components/bipvProdMonitor.vue b/src/views/copilot/factoryData/components/bipvProdMonitor.vue index 4668553..a57e71c 100644 --- a/src/views/copilot/factoryData/components/bipvProdMonitor.vue +++ b/src/views/copilot/factoryData/components/bipvProdMonitor.vue @@ -1,7 +1,7 @@ @@ -125,7 +125,7 @@
生产情况 -
+
@@ -224,6 +224,7 @@ export default { };