From ae82779cb2295f8a4e0cc71b8f15a66dfcc87e94 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 23 Mar 2026 17:47:09 +0800 Subject: [PATCH] =?UTF-8?q?2026-03-23=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/part/bomManagement.vue | 2 +- src/views/modules/part/partInformation.vue | 6 +++--- src/views/modules/part/recipeManagement.vue | 2 +- .../modules/project/projectInfo/com_project_info_part.vue | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/modules/part/bomManagement.vue b/src/views/modules/part/bomManagement.vue index 63bd9c7..988bf24 100644 --- a/src/views/modules/part/bomManagement.vue +++ b/src/views/modules/part/bomManagement.vue @@ -4768,7 +4768,7 @@ export default { partInformationSearch({ site: this.$store.state.user.site, - ifsPartNo: this.componentData.componentPart, + partNo: this.componentData.componentPart, limit: 1, page: 1 }).then(({data}) => { diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue index db6e44d..20c09ac 100644 --- a/src/views/modules/part/partInformation.vue +++ b/src/views/modules/part/partInformation.vue @@ -4314,7 +4314,7 @@ planningInfoFlag: false, // planning标识 partItemInfoFlag: false, // 属性信息标识 copyPartNo: '', - drawingNo: row.drawingNo || '' + drawingNo: row.drawingNo || 'NA' } this.resetFlags() // 重置标识 this.setupWatchers() // 设置监听 @@ -4439,7 +4439,7 @@ planningInfoFlag: false, // planning标识 partItemInfoFlag: false, // 属性信息标识 copyPartNo: '', - drawingNo: row.drawingNo || '' + drawingNo: row.drawingNo || 'NA' } this.getPartCharacteristicList() this.inventoryPartTable = 'General' @@ -4563,7 +4563,7 @@ planningInfoFlag: false, // planning标识 partItemInfoFlag: false, // 属性信息标识 copyPartNo: '', - drawingNo: row.drawingNo || '' + drawingNo: row.drawingNo || 'NA' } this.getPartCharacteristicList() // 查出该物料的BOM和routing的替代 diff --git a/src/views/modules/part/recipeManagement.vue b/src/views/modules/part/recipeManagement.vue index 97b40c1..68f6248 100644 --- a/src/views/modules/part/recipeManagement.vue +++ b/src/views/modules/part/recipeManagement.vue @@ -4222,7 +4222,7 @@ export default { partInformationSearch({ site: this.$store.state.user.site, - ifsPartNo: this.componentData.componentPart, + partNo: this.componentData.componentPart, limit: 1, page: 1 }).then(({data}) => { diff --git a/src/views/modules/project/projectInfo/com_project_info_part.vue b/src/views/modules/project/projectInfo/com_project_info_part.vue index 6b09477..6cc70be 100644 --- a/src/views/modules/project/projectInfo/com_project_info_part.vue +++ b/src/views/modules/project/projectInfo/com_project_info_part.vue @@ -2441,7 +2441,7 @@ import CodeGeneration from "../../code/generation.vue"; manufacturingInfoFlag: false, // Manufacturing标识 planningInfoFlag: false, // planning标识 partItemInfoFlag: false, // 属性信息标识 - drawingNo: data.rows.drawingNo || '' + drawingNo: data.rows.drawingNo || 'NA' } this.resetFlags() // 重置标识 this.setupWatchers() // 设置监听