From 1902b7fe8d9483f85f8399e1c3426fc17a67bc84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=A5=89=E6=BA=90?= <1976974459@qq.com> Date: Tue, 19 Sep 2023 17:35:28 +0800 Subject: [PATCH] =?UTF-8?q?2023-09-19=20=E8=AE=BE=E5=A4=87=E5=92=8C?= =?UTF-8?q?=E8=B4=A8=E9=87=8F=E4=BF=AE=E6=94=B92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/eam/eamWorkOrderForDefect.vue | 15 +++++++- src/views/modules/qc/FAIResultEntry.vue | 36 ++++++++++++++++++- src/views/modules/qc/FQCResultEntry.vue | 34 ++++++++++++++++++ src/views/modules/qc/IPQCResultEntry.vue | 36 ++++++++++++++++++- 4 files changed, 118 insertions(+), 3 deletions(-) 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 })