From c38977964b445c1dc41ed850240a7c9b857a54c5 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 10 Oct 2025 13:08:36 +0800 Subject: [PATCH] =?UTF-8?q?2025-10-10=20=E9=A2=86=E6=96=99=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E7=AE=A1=E7=90=86=E7=9A=84=E6=9D=90=E6=96=99=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/qc/qcPartAttribute.vue | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/views/modules/qc/qcPartAttribute.vue b/src/views/modules/qc/qcPartAttribute.vue index 96b3c76..c49dcad 100644 --- a/src/views/modules/qc/qcPartAttribute.vue +++ b/src/views/modules/qc/qcPartAttribute.vue @@ -221,6 +221,14 @@ + + + + + + + + @@ -1279,6 +1287,7 @@ inboundWarehouseName: '', outboundWarehouseId: '', outboundWarehouseName: '', + issueMethod: '', inboundLocationId: '', inboundLocationName: '', active: '', @@ -2102,7 +2111,8 @@ minValue: row.minValue, adhesiveActivePeriodFlag: row.adhesiveActivePeriodFlag, thawingDuration: row.thawingDuration, - accumulatedExposureDuration: row.accumulatedExposureDuration + accumulatedExposureDuration: row.accumulatedExposureDuration, + issueMethod: row.issueMethod } this.modalDisableFlag = false this.modalFlag = true @@ -2148,7 +2158,8 @@ minValue: row.minValue, adhesiveActivePeriodFlag: row.adhesiveActivePeriodFlag, thawingDuration: row.thawingDuration, - accumulatedExposureDuration: row.accumulatedExposureDuration + accumulatedExposureDuration: row.accumulatedExposureDuration, + issueMethod: row.issueMethod } this.modalDisableFlag = true this.modalFlag = true