From 48fbcf928b0949f19f13a4c1ed1a3bb4a251e542 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 30 Jan 2026 15:11:52 +0800 Subject: [PATCH] =?UTF-8?q?2026-01-30=20=E5=B7=A5=E7=A8=8B=E5=8F=98?= =?UTF-8?q?=E6=9B=B4=E7=94=B3=E8=AF=B7=E9=A1=B5=E9=9D=A2=E3=80=90=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E3=80=91=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/changeManagement/changeRecord.vue | 73 ++++++++++++++++++- 1 file changed, 71 insertions(+), 2 deletions(-) diff --git a/src/views/modules/changeManagement/changeRecord.vue b/src/views/modules/changeManagement/changeRecord.vue index bc4602a..2775291 100644 --- a/src/views/modules/changeManagement/changeRecord.vue +++ b/src/views/modules/changeManagement/changeRecord.vue @@ -89,7 +89,7 @@ label="操作"> @@ -3983,9 +3983,78 @@ this.modalDisableFlag = true this.showModalFlag = false }, - showModal(){ + + // 详情模态框(只读模式,参考编辑功能加载数据) + showModal (row) { + this.modalData = { + site: row.site, + changeNo: row.changeNo, + applicantId: row.applicantId, + applicantName: row.applicantName, + applicationDepartmentId: row.applicationDepartmentId, + applicationDepartmentName: row.applicationDepartmentName, + applyDate: row.applyDate, + ecnType: row.ecnType, + changeImpact: row.changeImpact, + changeImpactDesc: row.changeImpactDesc, + ecnStage: row.ecnStage, + changeType: row.changeType, + tpEngineerId: row.tpEngineerId, + tpEngineerName: row.tpEngineerName, + changePhaseInDate: row.changePhaseInDate, + dfIsProduct: row.dfIsProduct, + printing: row.printing, + manufacturingCostIsChange: row.manufacturingCostIsChange, + changeRequestDesc: row.changeRequestDesc, + isReQuote: row.isReQuote, + ulCertificationRequirements: row.ulCertificationRequirements, + ulContinueToMeetDemand: row.ulContinueToMeetDemand, + gpCertificationRequirements: row.gpCertificationRequirements, + gpContinueToMeetDemand: row.gpContinueToMeetDemand, + updateBy: this.$store.state.user.name, + detailList: [], + ecnTypeData: [], + industrialEngineerId: row.industrialEngineerId, + industrialEngineerName: row.industrialEngineerName, + changeStatus: row.changeStatus, + cqcOperatorId: row.cqcOperatorId, + cqcOperatorName: row.cqcOperatorName, + faiOperatorId: row.faiOperatorId, + faiOperatorName: row.faiOperatorName, + nodeConclusion: '', + rejectOpinion: '', + stepId: row.stepId, + rejectFlag: row.rejectFlag, + rejectStepId: row.rejectStepId, + isReject: row.isReject, + menuId: this.$route.meta.menuId, + userName: this.$store.state.user.name, + nodeId: row.nodeId, + buNo: row.buNo, + createBy2: row.createBy2, + tpProcessControl: row.tpProcessControl, + csProcessControl: row.csProcessControl + } + this.changeTitle = '变更申请详情-' + this.modalData.changeNo + // 查选择的ECN种类 + this.getChangeChooseEcnType() + // 查变更单明细 + this.changeRequestDetailSearch() + // 查变更单库存成本影响 + this.inventoryCostImpactSearch() + // 查变更单TP&执行信息 + this.tpExecutionInfoSearch() + // 查变更单会签信息 + this.countersignatureSearch() + // 查询DelegateAccess人员列表 + this.searchDelegateAccessByUser() + // 回显已选择的DelegateAccess人员 + this.searchDelegateAccess() + this.activeName = 'basicInformation' + // 设置为只读模式 this.showModalFlag = true this.modalFlag = true + this.modalDisableFlag = true }, // 下达