From 87ef42e277807b45ec21e162dc30aecf0cbd84f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98937886381=E2=80=99?= <‘937886381@qq.com’> Date: Thu, 25 Apr 2024 10:05:41 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev | 6 +- src/views/OperationalOverview/coldBoard.vue | 4 +- .../components/ISRAChart.vue | 4 +- .../OperationalOverview/processingBoard.vue | 109 +++-- src/views/report/ingredientReport/day.vue | 156 +++--- .../report/qcReport/cutDayReport/index.vue | 71 ++- .../report/qcReport/fullInspection/index.vue | 453 ++++-------------- 7 files changed, 321 insertions(+), 482 deletions(-) diff --git a/.env.dev b/.env.dev index 2d9cb29e..d31675a5 100644 --- a/.env.dev +++ b/.env.dev @@ -1,8 +1,8 @@ ### # @Author: zhp # @Date: 2024-04-12 14:30:48 - # @LastEditTime: 2024-04-23 17:25:25 - # @LastEditors: DY + # @LastEditTime: 2024-04-25 09:43:17 + # @LastEditors: zhp # @Description: ### # 开发环境配置 @@ -13,7 +13,7 @@ VUE_APP_TITLE = MES系统 # 芋道管理系统/开发环境 VUE_APP_BASE_API = 'http://192.168.0.33:48082' -# VUE_APP_BASE_API = 'http://192.168.4.176:48082' +# VUE_APP_BASE_API = 'http://192.168.1.104:48082' # 积木报表指向地址 VUE_APP_JIMU_API = 'http://192.168.1.101:48082' diff --git a/src/views/OperationalOverview/coldBoard.vue b/src/views/OperationalOverview/coldBoard.vue index ea41b29d..e5ee3bce 100644 --- a/src/views/OperationalOverview/coldBoard.vue +++ b/src/views/OperationalOverview/coldBoard.vue @@ -1,7 +1,7 @@ @@ -628,7 +628,7 @@ export default { `${this.NumFormat(item.productArea) + '㎡' || ''}`, `${this.NumFormat(item.wasteArea) + '㎡' || ''}`, `
${(item.product * 100).toFixed(0) + '%' || ''}
-
${(item.product * 100).toFixed(0) + '%' || ''}
` +
${(item.product * 100).toFixed(2) + '%' || ''}
` ]) this.cutConfig.data = cutArr // this.$nextTick(() => { diff --git a/src/views/OperationalOverview/components/ISRAChart.vue b/src/views/OperationalOverview/components/ISRAChart.vue index 70151d1f..9aaeb6aa 100644 --- a/src/views/OperationalOverview/components/ISRAChart.vue +++ b/src/views/OperationalOverview/components/ISRAChart.vue @@ -1,7 +1,7 @@ @@ -113,7 +113,7 @@ export default { color:this.colors, title:{ text: num, - subtext: '总数/片', + subtext: '总数/个', top: '32%', left: '49%', textAlign: 'center', diff --git a/src/views/OperationalOverview/processingBoard.vue b/src/views/OperationalOverview/processingBoard.vue index b29942ad..c5f6a23d 100644 --- a/src/views/OperationalOverview/processingBoard.vue +++ b/src/views/OperationalOverview/processingBoard.vue @@ -2,7 +2,7 @@ * @Author: zwq * @Date: 2021-07-19 15:18:30 * @LastEditors: zhp - * @LastEditTime: 2024-04-24 14:48:00 + * @LastEditTime: 2024-04-25 09:02:38 * @Description: -->