From be9af90e125aabd73e8705255f586c2c5f5ca0f9 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 20 Mar 2024 10:12:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=98=E7=89=B9=E5=9B=BE=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pm/utask_dept7.vue | 1 + src/views/statistics/good_check.vue | 6 ++--- src/views/statistics/hunliao.vue | 4 +-- src/views/statistics/inm_statistics.vue | 14 ++++++---- src/views/statistics/material_statistics.vue | 16 +++++++----- src/views/statistics/product_check.vue | 6 ++--- src/views/statistics/product_check2.vue | 25 ++++++++++++++---- src/views/statistics/user_statistics.vue | 27 ++++++++++++++------ 8 files changed, 67 insertions(+), 32 deletions(-) diff --git a/src/views/pm/utask_dept7.vue b/src/views/pm/utask_dept7.vue index 12146c72..bbe51c61 100644 --- a/src/views/pm/utask_dept7.vue +++ b/src/views/pm/utask_dept7.vue @@ -371,6 +371,7 @@ export default { obj.start_date__gte = start_date; obj.end_date__lte = end_date; obj.belong_dept__name = '7车间'; + obj.page = 0; this.paramsUtask = obj; this.getGantt(); }, diff --git a/src/views/statistics/good_check.vue b/src/views/statistics/good_check.vue index 528b43bd..99029091 100644 --- a/src/views/statistics/good_check.vue +++ b/src/views/statistics/good_check.vue @@ -42,7 +42,7 @@ 导出 - + @@ -69,7 +69,7 @@ 导出 - + @@ -96,7 +96,7 @@ 导出 - + diff --git a/src/views/statistics/hunliao.vue b/src/views/statistics/hunliao.vue index cb404386..f87b0dc7 100644 --- a/src/views/statistics/hunliao.vue +++ b/src/views/statistics/hunliao.vue @@ -27,7 +27,7 @@ 导出 - + @@ -59,7 +59,7 @@ 导出 - + diff --git a/src/views/statistics/inm_statistics.vue b/src/views/statistics/inm_statistics.vue index 2864b75e..7cbdc739 100644 --- a/src/views/statistics/inm_statistics.vue +++ b/src/views/statistics/inm_statistics.vue @@ -31,7 +31,7 @@ - + @@ -53,9 +53,9 @@
- + 导出 - + @@ -88,9 +88,9 @@
- + 导出 - + @@ -198,6 +198,7 @@ // barWidth: '15px', // }] // }, + tableHeight:0, tableData:[ {id:1,date:'2023-12-11',name:'ZJ2-1',count:200}, {id:1,date:'2023-12-11',name:'ZJ2-2',count:200}, @@ -231,6 +232,9 @@ that.xAxisOrigin.push('第'+i+'周'); } that.xAxisData = that.xAxisOrigin; + let height= document.getElementById('elMain').clientHeight-140; + let chartheight= document.getElementById('bachart1').clientHeight; + that.tableHeight = height-chartheight; this.getTableData(); // this.getTableData2(); }, diff --git a/src/views/statistics/material_statistics.vue b/src/views/statistics/material_statistics.vue index c675c2ea..dcb05521 100644 --- a/src/views/statistics/material_statistics.vue +++ b/src/views/statistics/material_statistics.vue @@ -31,7 +31,7 @@ - + @@ -53,9 +53,9 @@
- + 导出 - +