From f78a7c323ceefd3eb04d7ff92d6474b397a132a1 Mon Sep 17 00:00:00 2001 From: jinna Date: Tue, 31 Mar 2026 16:04:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B5=E5=AD=90=E6=A1=A3=E6=A1=88=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inspectionArchiving/ERecord/printDialog.vue | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/views/qualityManagement/inspectionArchiving/ERecord/printDialog.vue b/src/views/qualityManagement/inspectionArchiving/ERecord/printDialog.vue index 615d4c9..0c44ef6 100644 --- a/src/views/qualityManagement/inspectionArchiving/ERecord/printDialog.vue +++ b/src/views/qualityManagement/inspectionArchiving/ERecord/printDialog.vue @@ -92,8 +92,8 @@
{{ item.factEndTime || '/' }} - - 曹鹏飞1/2025-06-28 + {{ (item.procedureSet.ppsName.indexOf('检验') != -1 || item.procedureSet.ppsName == '镀后接收') ? '/' : (testMan(index) ? (testMan(index) + ' / '+item.factEndTime):'/') }} + @@ -107,8 +107,8 @@
{{ item.factEndTime || '/' }} - - 曹鹏飞2/2025-06-28 + {{ (item.procedureSet.ppsName.indexOf('检验') != -1 || item.procedureSet.ppsName == '镀后接收') ? '/' : (testMan(index) ? (testMan(index) + ' / '+item.factEndTime):'/') }} + @@ -551,6 +551,7 @@ export default { ], modelThree: { checkList: [], procedureSet: {}}, modelFour: { procedureSet: {}, prWorkOrder: { pjYieldOrder: {}}}, + modelFive: [], } }, created(){ @@ -559,6 +560,8 @@ export default { this.modelOne = modelOne this.modelTwo = modelTwo this.modelThree = modelThree + this.modelFour = modelFour; + this.modelFive = modelFive; getWordDetail({ woId:this.woId, @@ -592,6 +595,11 @@ export default { } } }, + testManImg(index) { + let testWorkPlan = null; + console.log(9999999,this.modelTwo[index],index) + return this.modelTwo[index].workerImgUrl; + }, getTemplateComponent(type) { const componentName = getTemplateComponent(type); return componentName;