From b0869aaf46290908644826d9924b33cb710cded3 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 27 Mar 2026 15:55:39 +0800 Subject: [PATCH] =?UTF-8?q?2026-03-27=20IQC=E6=A3=80=E9=AA=8C=E3=80=90?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E3=80=91=E6=97=B6=E8=B0=83=E7=94=A8=E5=AD=98?= =?UTF-8?q?=E5=82=A8=E8=BF=87=E7=A8=8BUspUpdatePartDefectTracking=20?= =?UTF-8?q?=E7=89=A9=E6=96=99=E6=A1=A3=E6=A1=88=E7=AE=A1=E7=90=86-?= =?UTF-8?q?=E3=80=8B=E7=BC=96=E8=BE=91=E5=AF=B9=E8=AF=9D=E6=A1=86=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=9B=9B=E4=B8=AA=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/qc/qcPartAttribute.vue | 100 +++++++++++++++++------ 1 file changed, 75 insertions(+), 25 deletions(-) diff --git a/src/views/modules/qc/qcPartAttribute.vue b/src/views/modules/qc/qcPartAttribute.vue index 29c7815..e28914a 100644 --- a/src/views/modules/qc/qcPartAttribute.vue +++ b/src/views/modules/qc/qcPartAttribute.vue @@ -258,28 +258,28 @@ OQC检验 - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -306,6 +306,35 @@ + + +
+
+ 缺陷跟踪 +
+ + + + + + + + + + + + + + + + + + + + + + +
@@ -1429,7 +1458,14 @@ minValue: '', adhesiveActivePeriodFlag: '', thawingDuration: '', - accumulatedExposureDuration: '' + accumulatedExposureDuration: '', + defectThreshold: 0, + recoveryBatchCount: 0, + currentDefectCount: 0, + remainingTrackingBatches: 0, + trackingFlag: 'N', + lastDefectCount: 0, + lastTriggerTime: null }, detailData: { site: '', @@ -2528,7 +2564,14 @@ adhesiveActivePeriodFlag: row.adhesiveActivePeriodFlag, thawingDuration: row.thawingDuration, accumulatedExposureDuration: row.accumulatedExposureDuration, - issueMethod: row.issueMethod + issueMethod: row.issueMethod, + defectThreshold: row.defectThreshold, + recoveryBatchCount: row.recoveryBatchCount, + currentDefectCount: row.currentDefectCount, + remainingTrackingBatches: row.remainingTrackingBatches, + trackingFlag: row.trackingFlag, + lastDefectCount: row.lastDefectCount, + lastTriggerTime: row.lastTriggerTime } this.modalDisableFlag = false this.modalFlag = true @@ -2575,7 +2618,14 @@ adhesiveActivePeriodFlag: row.adhesiveActivePeriodFlag, thawingDuration: row.thawingDuration, accumulatedExposureDuration: row.accumulatedExposureDuration, - issueMethod: row.issueMethod + issueMethod: row.issueMethod, + defectThreshold: row.defectThreshold, + recoveryBatchCount: row.recoveryBatchCount, + currentDefectCount: row.currentDefectCount, + remainingTrackingBatches: row.remainingTrackingBatches, + trackingFlag: row.trackingFlag, + lastDefectCount: row.lastDefectCount, + lastTriggerTime: row.lastTriggerTime } this.modalDisableFlag = true this.modalFlag = true