From 152d4c990543720c9d09194f5d7d4752beb5391b Mon Sep 17 00:00:00 2001 From: DouDou <877258667@qq.com> Date: Wed, 9 Oct 2024 15:44:32 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=B7=A5=E5=85=B7=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/tooling/components/com_tool_info_add_update.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 0a37e3522f980a5c8c4fc7acc4aea61f3511f513 Mon Sep 17 00:00:00 2001 From: DouDou <877258667@qq.com> Date: Wed, 9 Oct 2024 17:28:49 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=89=A9=E6=96=99?= =?UTF-8?q?=E6=8B=B7=E8=B4=9D=E7=9A=84=E6=97=B6=E5=80=99=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?BU?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/project/projectInfo/com_project_info_part.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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