From 4d271aad83c185f307a2ebec2fc62c1dd2344200 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 13 Oct 2025 13:39:01 +0800 Subject: [PATCH] =?UTF-8?q?2025-10-13=20plm=20BM=E5=B7=A5=E5=BA=8F?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=BB=E9=94=AEoperationNo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../technicalSpecificationDetail/com_bm_demoSlot.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue index 4475329..cc751e9 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue @@ -201,6 +201,7 @@ type:'', propertiesCodeNo:'', fieldId:'', + operationNo: '' }, type:'prepress', ifDisableFlag:false, @@ -232,6 +233,9 @@ // } // 初始化参数 this.searchData = JSON.parse(JSON.stringify(inData)) + if (this.searchData.type === 'PackageInfo' || this.searchData.type === 'drawing' || this.searchData.type === 'fai' || this.searchData.type === 'qualityDocument') { + this.searchData.operationNo = '0' + } // if (this.searchData.ifDisableFlag) { // this.ifDisableFlag = true // }