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 ? '不合格' : ''}} -