From 09418c99b8b026663eeb156dd9292509c4b626cc Mon Sep 17 00:00:00 2001 From: yinq Date: Fri, 29 Mar 2024 10:14:21 +0800 Subject: [PATCH 01/16] =?UTF-8?q?update=20-=20=E7=94=9F=E4=BA=A7=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E6=8A=A5=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/productionExecutionReport/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/report/productionExecutionReport/index.vue b/src/views/report/productionExecutionReport/index.vue index 6f30b3d..5017dbd 100644 --- a/src/views/report/productionExecutionReport/index.vue +++ b/src/views/report/productionExecutionReport/index.vue @@ -201,10 +201,12 @@ export default { watch: { 'queryParams.productLineCode': function(newVal, oldVal) { // 执行方法,可以在这里调用你的方法 + this.selectedType = null; this.getStationList() }, selectedType(newType) { // 根据选择的工位类型筛选工位列表 + this.queryParams.stationCode = null; this.findStationList = this.stationList.filter(item => item.stationType == newType); // 重置选择的工位 // this.selectedStation = ''; From 2737ae0abc34dd8589526b2fcf2c2db34ff233a9 Mon Sep 17 00:00:00 2001 From: yinq Date: Fri, 29 Mar 2024 11:57:43 +0800 Subject: [PATCH 02/16] =?UTF-8?q?update=20-=20=E7=94=B5=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/base/monitorInfo/index.vue | 4 +- src/views/base/monitorWorkUnit/index.vue | 22 +++--- src/views/base/orderInfo/index.vue | 52 +++++++------ src/views/base/workUnit/index.vue | 14 ++-- src/views/report/pointDnb/index.vue | 96 ++++++++++++------------ 5 files changed, 98 insertions(+), 90 deletions(-) diff --git a/src/views/base/monitorInfo/index.vue b/src/views/base/monitorInfo/index.vue index b084d40..ddc6c34 100644 --- a/src/views/base/monitorInfo/index.vue +++ b/src/views/base/monitorInfo/index.vue @@ -49,7 +49,7 @@ :tree-props="{children: 'children', hasChildren: 'hasChildren'}" > - + @@ -92,7 +92,7 @@ {{ parseTime(scope.row.updatedTime, '{y}-{m}-{d}') }} - +