From 3ee7ff4151ceaa781018727ecb15d0200ab684a9 Mon Sep 17 00:00:00 2001 From: jinna Date: Tue, 26 May 2026 17:38:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A7=BD=E6=B6=B2=E6=A8=A1=E5=9D=97=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=8F=8A=E8=B4=A8=E9=87=8F=E6=A3=80=E9=AA=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productionTesting/productionQuality.vue | 5 ++-- .../components/batchDialog.vue | 28 +++++++++---------- .../components/disposeDialog.vue | 4 +-- .../tankSolutionTaskDispose.vue | 20 ++++++------- 4 files changed, 29 insertions(+), 28 deletions(-) diff --git a/src/views/productionTesting/productionQuality.vue b/src/views/productionTesting/productionQuality.vue index 360d06d6..3a16ca9b 100644 --- a/src/views/productionTesting/productionQuality.vue +++ b/src/views/productionTesting/productionQuality.vue @@ -1306,8 +1306,8 @@ export default { getThickness(val,allData,endTime,itemDetail){ getThicknessList({ - // startTime:this.startTime, - // endTime:endTime, + startTime:this.startTime, + endTime:endTime, allData, // count:val }).then(res =>{ @@ -1628,6 +1628,7 @@ export default { // res.data.data.wpItemList[0].item.name = '厚度检测' // res.data.data.wpItemList[0].checkUserRealName = null this.vxeTableData = res.data.data.wpItemList; + console.log('this.vxeTableData', this.vxeTableData); this.vxeTableData.map(item => { item.lossQty = (item.checkUserRealName != null && item.checkUserRealName != '' ) ? item.lossQty : item.lossQty != null && item.lossQty != '' && item.lossQty != -1 diff --git a/src/views/qualityManagement/tankSolutionSystem/components/batchDialog.vue b/src/views/qualityManagement/tankSolutionSystem/components/batchDialog.vue index a9f11b7b..bcc7d40e 100644 --- a/src/views/qualityManagement/tankSolutionSystem/components/batchDialog.vue +++ b/src/views/qualityManagement/tankSolutionSystem/components/batchDialog.vue @@ -63,10 +63,10 @@ {{scope.row.qualified == 1 ? '合格' : scope.row.qualified == 2 ? '不合格' : ''}} -