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;