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() // 设置监听