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 2e942f2..ca916ee 100644 --- a/src/views/modules/project/projectInfo/com_project_info_part.vue +++ b/src/views/modules/project/projectInfo/com_project_info_part.vue @@ -1977,8 +1977,8 @@ density: data.rows.density, variableLeadTimeHour: data.rows.variableLeadTimeHour, customerNo: this.searchData.customerId, - buNo: data.rows.buNo, - buDesc: data.rows.buDesc, + buNo: '', + buDesc: '', } this.modalFlag = true this.modalDisableFlag = true @@ -2093,7 +2093,9 @@ density: data.rows.density, variableLeadTimeHour: data.rows.variableLeadTimeHour, customerNo: this.searchData.customerId, - partNoSource: '料号复制' + partNoSource: '料号复制', + buNo: '', + buDesc: '', } this.modalFlag = true this.modalDisableFlag = false diff --git a/src/views/modules/tooling/components/com_tool_info_add_update.vue b/src/views/modules/tooling/components/com_tool_info_add_update.vue index a3dc084..dedbcfa 100644 --- a/src/views/modules/tooling/components/com_tool_info_add_update.vue +++ b/src/views/modules/tooling/components/com_tool_info_add_update.vue @@ -8,7 +8,7 @@ - 工具标识号 Next Tool ID + 工具标识号 Next Tool ID