From 48e4529c277f30a3678315eb0125727b62492bab Mon Sep 17 00:00:00 2001 From: Aoi_Tori <2547614904@qq.com> Date: Mon, 16 Jun 2025 17:32:08 +0800 Subject: [PATCH] 2025/6/16 --- .../technicalSpecificationDetail/com_bm_bom.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_bom.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_bom.vue index f1f3c4c..a98837f 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_bom.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_bom.vue @@ -277,7 +277,7 @@ - + 查询 @@ -709,6 +709,7 @@ this.baseForm=data.row; this.bomData.site=data.row.site this.bomData.partNo=data.row.finalPartNo + this.bomData.urlFile=data.row.urlFile this.getNodeAuthority(data.row) }) }, @@ -747,7 +748,8 @@ codeNo: this.searchData.codeNo, bomType: this.currentRow.bomType, engChgLevel: this.currentRow.engChgLevel, - bomAlternativeNo: this.currentRow.alternativeNo + bomAlternativeNo: this.currentRow.alternativeNo, + urlFile: this.currentRow.urlFile, } updateBMBomRev(inData).then(({data})=>{ if(data&& data.code===0){ @@ -769,6 +771,7 @@ partNo: this.bomData.partNo, bomType: this.bomData.bomType, engChgLevel: this.bomData.engChgLevel, + urlFile: this.bomData.urlFile, } localStorage.setItem('bomData', JSON.stringify(inData)) window.open('#/part-bomManagement')