From 55ad99f56c826622a2ee2c496e8f56d094c452f5 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 26 Jun 2026 14:08:07 +0800 Subject: [PATCH] =?UTF-8?q?2026-06-26=20=E6=9D=A1=E7=9B=AE=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E7=82=B9=E5=87=BB=E6=96=99=E5=8F=B7=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?Bom=E6=9F=A5=E8=AF=A2=E4=B8=8D=E5=88=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/quote/detail/primary/quoteDetailBom.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/modules/quote/detail/primary/quoteDetailBom.vue b/src/views/modules/quote/detail/primary/quoteDetailBom.vue index c004659..a2de6c2 100644 --- a/src/views/modules/quote/detail/primary/quoteDetailBom.vue +++ b/src/views/modules/quote/detail/primary/quoteDetailBom.vue @@ -502,6 +502,11 @@ export default { }).catch((error) => {}) }, handleJumpToBom(row){ + const jumpPartNo = row.plmPartNo + if (!jumpPartNo) { + this.$message.warning('当前材料未关联PLM物料编码,无法跳转BOM页面') + return + } if (this.$router.resolve('part-bomManagement').resolved.name === '404') { this.$alert('权限不足,访问失败', '警告', {confirmButtonText: '确定',}); } else { @@ -510,7 +515,7 @@ export default { name: "part-bomManagement", params: { type:'quote', - partNo:row.partNo, + partNo:jumpPartNo, bomType:row.bomType, engChgLevel:row.engChgLevel, alternativeNo:row.alternativeNo,