From 60b3695a378f48b66cfcef9dc5114fe189ad9856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98937886381=E2=80=99?= <‘937886381@qq.com’> Date: Fri, 22 Mar 2024 10:20:08 +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 --- .../processEquValueBom/add-or-updata.vue | 4 +- .../quality/base/qualityScrapLog/index.vue | 20 ++++----- src/views/report/glass/day.vue | 35 +++++++++------- src/views/report/glass/inputTable.vue | 4 +- src/views/report/glass/month.vue | 41 +++++++++++++++---- src/views/report/glass/weekly.vue | 39 ++++++++++++++---- src/views/report/glass/year.vue | 39 ++++++++++++++---- .../report/productionDayReport/index.vue | 38 ++++++++--------- .../report/productionMonthReport/index.vue | 12 +++--- .../report/productionWeekReport/index.vue | 10 ++--- .../report/productionYearReport/index.vue | 10 ++--- 11 files changed, 163 insertions(+), 89 deletions(-) diff --git a/src/views/extend/processEquValueBom/add-or-updata.vue b/src/views/extend/processEquValueBom/add-or-updata.vue index 1e608953..c857d400 100644 --- a/src/views/extend/processEquValueBom/add-or-updata.vue +++ b/src/views/extend/processEquValueBom/add-or-updata.vue @@ -2,11 +2,11 @@ * @Author: zwq * @Date: 2021-11-18 14:16:25 * @LastEditors: zhp - * @LastEditTime: 2024-03-20 09:17:11 + * @LastEditTime: 2024-03-22 09:01:30 * @Description: --> @@ -82,8 +82,8 @@ @@ -91,8 +91,8 @@ @@ -101,8 +101,8 @@ {{ scope.row.missCheckTrend ? parseFloat((scope.row.missCheckTrend * - 100).toFixed(2)) + - '%' : undefined }} + 100).toFixed(2)) + + '%' : null }} @@ -113,8 +113,8 @@ {{ scope.row.goodProductPassNow ? parseFloat((scope.row.goodProductPassNow * - 100).toFixed(2)) + - '%' : undefined }} + 100).toFixed(2)) + + '%' : null }} @@ -123,8 +123,8 @@ {{ scope.row.goodProductPassHis ? parseFloat((scope.row.goodProductPassHis * - 100).toFixed(2)) + - '%' : undefined }} + 100).toFixed(2)) + + '%' : null }} @@ -133,8 +133,8 @@ {{ scope.row.goodProductPassTrend ? parseFloat((scope.row.goodProductPassTrend * - 100).toFixed(2)) + - '%' : undefined }} + 100).toFixed(2)) + + '%' : null }} @@ -146,7 +146,7 @@ {{ remark ? remark : '请输入备注' }} --> -
+
@@ -480,8 +480,8 @@ export default { // console.log(val.setHours(7, 0, 0)) // console.log(val.setHours(7, 0, 0) + 24 * 60 * 60 * 1000) // let time = this.format(val.setHours(7, 0, 0)) - this.listQuery.reportTime[0] = this.format(val.setHours(7, 0, 1)) //+ ' 00:00:00' //new Date(this.startTimeStamp + ' 00:00:00').getTime() / 1000 - this.listQuery.reportTime[1] = this.format(val.setHours(7, 0, 0) + 24 * 60 * 60 * 1000) //+ ' 23:59:59' //new Date(this.endTimeStamp + ' 23:59:59').getTime() / 1000 + this.listQuery.reportTime[1] = this.format(val.setHours(7, 0, 0)) //+ ' 00:00:00' //new Date(this.startTimeStamp + ' 00:00:00').getTime() / 1000 + this.listQuery.reportTime[0] = this.format(val.setHours(7, 0, 1) - 24 * 60 * 60 * 1000) //+ ' 23:59:59' //new Date(this.endTimeStamp + ' 23:59:59').getTime() / 1000 this.timeTips = this.listQuery.reportTime[0] + ' - ' + this.listQuery.reportTime[1] // console.log(this.listQuery.reportTime); } else { @@ -510,7 +510,7 @@ export default { //返回一个新创建的 Blob 对象,其内容由参数中给定的数组串联组成。 new Blob([wbout], { type: "application/octet-stream" }), //设置导出文件名称 - "许昌安彩月成品生产汇总.xlsx" + "许昌安彩日成品生产汇总.xlsx" ); } catch (e) { if (typeof console !== "undefined") console.log(e, wbout); diff --git a/src/views/report/productionMonthReport/index.vue b/src/views/report/productionMonthReport/index.vue index d0ef5154..2aeb6138 100644 --- a/src/views/report/productionMonthReport/index.vue +++ b/src/views/report/productionMonthReport/index.vue @@ -1,7 +1,7 @@ @@ -78,7 +78,7 @@ - + - +