From bdfe1bfc79e16d0e28a67cf7f65324c5c028d504 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Fri, 6 Feb 2026 17:38:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E8=89=BA=E7=AE=A1=E7=90=86=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processMainte/reworkProcessPlanning.vue | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/views/processManagement/components/processMainte/reworkProcessPlanning.vue b/src/views/processManagement/components/processMainte/reworkProcessPlanning.vue index 5741c90..eee8f1c 100644 --- a/src/views/processManagement/components/processMainte/reworkProcessPlanning.vue +++ b/src/views/processManagement/components/processMainte/reworkProcessPlanning.vue @@ -250,7 +250,7 @@ :data="form2.tableData2" style="width: 100%" @selection-change="handleSelectionChange2" - class="tableHeight" + class="tableHeight" > @@ -368,7 +368,7 @@ :data="form3.tableData3" style="width: 100%" @selection-change="handleSelectionChange3" - class="tableHeight" + class="tableHeight" > @@ -441,7 +441,7 @@ :data="form4.tableData4" style="width: 100%" @selection-change="handleSelectionChange4" - class="tableHeight" + class="tableHeight" > @@ -797,7 +797,7 @@ export default { processInfo: { id: null, // 新增时通常设为 null processNo: this.getProcessNo(this.form1.tableData1), // 自动生成工序号 - ppsId: item.ppsId+'', // 假设模板中有 ppsId 或 id + ppsId: item.ppsId + '', // 假设模板中有 ppsId 或 id processCode: item.processCode, // 假设模板中有 processCode 或 id processName: item.processName, craftCode: item.craftCode, @@ -806,7 +806,7 @@ export default { proHours: item.proHours || '', setoutHours: item.setoutHours || '', isMain: item.isMain || '0', - caId: item.caId+'', + caId: item.caId + '', }, // 其他字段按需补充... }; @@ -1106,7 +1106,6 @@ export default { if (this.treeLeave == 2) { this.form1.tableData1.forEach(item => { - newArr.push({ ...item.processInfo, processProjectVOList: item.projectList || [],