diff --git a/src/views/modules/eam/eamWorkOrderForDefect.vue b/src/views/modules/eam/eamWorkOrderForDefect.vue
index 6ce492f..e607870 100644
--- a/src/views/modules/eam/eamWorkOrderForDefect.vue
+++ b/src/views/modules/eam/eamWorkOrderForDefect.vue
@@ -186,6 +186,17 @@
备件图片
+
+
+
+
+
+
+
+
+
+
+
@@ -1034,7 +1045,9 @@
defectID: row.defectID,
defectDesc: row.defectDesc,
actualOperatorName: row.actualOperatorName,
- disposalMeasures: row.disposalMeasures
+ planDate: row.planDate,
+ reachDate: row.reachDate,
+ actualDate: row.actualDate,
}
this.detailModelFlag = true;
},
diff --git a/src/views/modules/qc/FAIResultEntry.vue b/src/views/modules/qc/FAIResultEntry.vue
index b8b9c68..aa148fb 100644
--- a/src/views/modules/qc/FAIResultEntry.vue
+++ b/src/views/modules/qc/FAIResultEntry.vue
@@ -189,6 +189,12 @@
+
+
+
+
+
+
@@ -390,7 +396,7 @@
width="100"
label="操作">
- 下载
+ 下载
删除
@@ -601,6 +607,30 @@
status: true,
fixed: '',
},
+ {
+ columnProp: 'cinvSourceCode',
+ headerAlign: "center",
+ align: "center",
+ columnLabel: 'PN',
+ columnHidden: false,
+ columnImage: false,
+ columnSortable: false,
+ sortLv: 0,
+ status: true,
+ fixed: '',
+ },
+ {
+ columnProp: 'sku',
+ headerAlign: "center",
+ align: "center",
+ columnLabel: 'SKU',
+ columnHidden: false,
+ columnImage: false,
+ columnSortable: false,
+ sortLv: 0,
+ status: true,
+ fixed: '',
+ },
{
columnProp: 'partDesc',
headerAlign: "center",
@@ -702,6 +732,8 @@
inspectorNo: '',
inspectionRemark: '',
submitFlag: '',
+ cinvSourceCode: '',
+ sku: ''
},
detailInformationFlag:false,
detailList:[],
@@ -1368,6 +1400,8 @@
this.detailData.inspectionResult = row.inspectionResult
this.detailData.inspectorNo = row.inspectorNo
this.detailData.inspectionRemark = row.inspectionRemark
+ this.detailData.cinvSourceCode = row.cinvSourceCode
+ this.detailData.sku = row.sku
faiDetailSearch(this.detailData).then(({data}) => {
this.detailList = data.rows
})
diff --git a/src/views/modules/qc/FQCResultEntry.vue b/src/views/modules/qc/FQCResultEntry.vue
index c244e7e..066bd17 100644
--- a/src/views/modules/qc/FQCResultEntry.vue
+++ b/src/views/modules/qc/FQCResultEntry.vue
@@ -187,6 +187,12 @@
+
+
+
+
+
+
@@ -597,6 +603,30 @@
status: true,
fixed: '',
},
+ {
+ columnProp: 'cinvSourceCode',
+ headerAlign: "center",
+ align: "center",
+ columnLabel: 'PN',
+ columnHidden: false,
+ columnImage: false,
+ columnSortable: false,
+ sortLv: 0,
+ status: true,
+ fixed: '',
+ },
+ {
+ columnProp: 'sku',
+ headerAlign: "center",
+ align: "center",
+ columnLabel: 'SKU',
+ columnHidden: false,
+ columnImage: false,
+ columnSortable: false,
+ sortLv: 0,
+ status: true,
+ fixed: '',
+ },
{
columnProp: 'partDesc',
headerAlign: "center",
@@ -698,6 +728,8 @@
inspectorNo: '',
inspectionRemark: '',
submitFlag: '',
+ cinvSourceCode: '',
+ sku: ''
},
detailInformationFlag:false,
detailList:[],
@@ -1354,6 +1386,8 @@
this.detailData.inspectionResult = row.inspectionResult
this.detailData.inspectorNo = row.inspectorNo
this.detailData.inspectionRemark = row.inspectionRemark
+ this.detailData.cinvSourceCode = row.cinvSourceCode
+ this.detailData.sku = row.sku
fqcDetailSearch(this.detailData).then(({data}) => {
this.detailList = data.rows
})
diff --git a/src/views/modules/qc/IPQCResultEntry.vue b/src/views/modules/qc/IPQCResultEntry.vue
index 72d82b3..6197137 100644
--- a/src/views/modules/qc/IPQCResultEntry.vue
+++ b/src/views/modules/qc/IPQCResultEntry.vue
@@ -209,6 +209,12 @@
+
+
+
+
+
+
@@ -692,6 +698,30 @@
status: true,
fixed: '',
},
+ {
+ columnProp: 'cinvSourceCode',
+ headerAlign: "center",
+ align: "center",
+ columnLabel: 'PN',
+ columnHidden: false,
+ columnImage: false,
+ columnSortable: false,
+ sortLv: 0,
+ status: true,
+ fixed: '',
+ },
+ {
+ columnProp: 'sku',
+ headerAlign: "center",
+ align: "center",
+ columnLabel: 'SKU',
+ columnHidden: false,
+ columnImage: false,
+ columnSortable: false,
+ sortLv: 0,
+ status: true,
+ fixed: '',
+ },
{
columnProp: 'partDesc',
headerAlign: "center",
@@ -793,6 +823,8 @@
inspectorNo: '',
inspectionRemark: '',
submitFlag: '',
+ cinvSourceCode: '',
+ sku: ''
},
detailInformationFlag:false,
detailList:[],
@@ -1146,7 +1178,7 @@
},
// 删除文件
- deleteFile(row){
+ deleteFile (row) {
let tempData = {
site: row.orderRef1,
inspectionNo: row.orderRef2
@@ -1552,6 +1584,8 @@
this.detailData.inspectionResult = row.inspectionResult
this.detailData.inspectorNo = row.inspectorNo
this.detailData.inspectionRemark = row.inspectionRemark
+ this.detailData.cinvSourceCode = row.cinvSourceCode
+ this.detailData.sku = row.sku
ipqcDetailSearch(this.detailData).then(({data}) => {
this.detailList = data.rows
})