diff --git a/src/views/modules/qc/FAIResultEntry.vue b/src/views/modules/qc/FAIResultEntry.vue index 8c2e6a8..24dc034 100644 --- a/src/views/modules/qc/FAIResultEntry.vue +++ b/src/views/modules/qc/FAIResultEntry.vue @@ -3222,7 +3222,8 @@ partNo: this.modalData.partNo, attributeNo: this.modalData.partNo, partDesc: this.modalData.partDesc, - attributeType: 'A' + attributeType: 'A', + inspectionTypeNo: '106' } searchPartAttributeDetails(params).then(({data}) => { if (data.total = 1){ diff --git a/src/views/modules/qc/FQCResultEntry.vue b/src/views/modules/qc/FQCResultEntry.vue index 60c8d25..3c21a85 100644 --- a/src/views/modules/qc/FQCResultEntry.vue +++ b/src/views/modules/qc/FQCResultEntry.vue @@ -3197,7 +3197,8 @@ partNo: this.modalData.partNo, attributeNo: this.modalData.partNo, partDesc: this.modalData.partDesc, - attributeType: 'A' + attributeType: 'A', + inspectionTypeNo: '107' } searchPartAttributeDetails(params).then(({data}) => { if (data.total = 1){ diff --git a/src/views/modules/qc/IPQCResultEntry.vue b/src/views/modules/qc/IPQCResultEntry.vue index 53613d6..69b4918 100644 --- a/src/views/modules/qc/IPQCResultEntry.vue +++ b/src/views/modules/qc/IPQCResultEntry.vue @@ -3220,7 +3220,8 @@ partNo: this.modalData.partNo, attributeNo: this.modalData.partNo, partDesc: this.modalData.partDesc, - attributeType: 'A' + attributeType: 'A', + inspectionTypeNo: '101' } searchPartAttributeDetails(params).then(({data}) => { if (data.total = 1){