diff --git a/src/views/modules/qc/FAIResultEntry.vue b/src/views/modules/qc/FAIResultEntry.vue index 3d293c8..91cb0b2 100644 --- a/src/views/modules/qc/FAIResultEntry.vue +++ b/src/views/modules/qc/FAIResultEntry.vue @@ -165,7 +165,7 @@ - + - - - - + + + + + + + + + 机台 @@ -1367,7 +1368,7 @@ this.modalData.seqNo = item.seqNo this.modalData.orderNo = item.orderNo this.getOperationList() - this.getPartList() + //this.getPartList() }, // 获取处置措施列表 @@ -1419,7 +1420,7 @@ this.modalData.operationDesc = '' this.modalData.resourceId = '' this.getOperationList() - this.getPartList() + //this.getPartList() } if (this.tagNo === 205) { this.modalData.resourceId = val.resource_id @@ -1455,7 +1456,7 @@ } else { getResourceList(this.modalData).then(({data}) => { if (data && data.code === 0) { - this.resourceList = data.rows + //this.resourceList = data.rows this.modalData.workCenterNo = data.rows[0].workCenterNo this.modalData.resourceId = data.rows[0].resourceId this.modalData.resourceDesc = data.rows[0].resourceDesc @@ -1474,7 +1475,14 @@ if (data && data.code === 0) { this.operationList = data.rows this.modalData.operationDesc = data.rows[0].operationDesc - this.getResourceList() + //this.getResourceList() + this.modalData.workCenterNo = data.rows[0].workCenterNo + this.modalData.resourceId = data.rows[0].resourceId + this.modalData.resourceDesc = data.rows[0].resourceDesc + this.modalData.partNo = data.rows[0].partNo + this.modalData.partDesc = data.rows[0].partDesc + this.modalData.spec = data.rows[0].spec + this.modalData.sku = data.rows[0].sku } else { this.$alert(data.msg, '错误', { confirmButtonText: '确定' diff --git a/src/views/modules/qc/FQCResultEntry.vue b/src/views/modules/qc/FQCResultEntry.vue index 3fb3c05..a9b78db 100644 --- a/src/views/modules/qc/FQCResultEntry.vue +++ b/src/views/modules/qc/FQCResultEntry.vue @@ -163,7 +163,7 @@ - + - - - - + + + + + + + + + 机台 @@ -1364,7 +1365,7 @@ this.modalData.seqNo = item.seqNo this.modalData.orderNo = item.orderNo this.getOperationList() - this.getPartList() + //this.getPartList() }, // 获取处置措施列表 @@ -1416,7 +1417,7 @@ this.modalData.operationDesc = '' this.modalData.resourceId = '' this.getOperationList() - this.getPartList() + //this.getPartList() } if (this.tagNo === 205) { this.modalData.resourceId = val.resource_id @@ -1452,7 +1453,7 @@ } else { getResourceList(this.modalData).then(({data}) => { if (data && data.code === 0) { - this.resourceList = data.rows + //this.resourceList = data.rows this.modalData.workCenterNo = data.rows[0].workCenterNo this.modalData.resourceId = data.rows[0].resourceId this.modalData.resourceDesc = data.rows[0].resourceDesc @@ -1471,7 +1472,14 @@ if (data && data.code === 0) { this.operationList = data.rows this.modalData.operationDesc = data.rows[0].operationDesc - this.getResourceList() + //this.getResourceList() + this.modalData.workCenterNo = data.rows[0].workCenterNo + this.modalData.resourceId = data.rows[0].resourceId + this.modalData.resourceDesc = data.rows[0].resourceDesc + this.modalData.partNo = data.rows[0].partNo + this.modalData.partDesc = data.rows[0].partDesc + this.modalData.spec = data.rows[0].spec + this.modalData.sku = data.rows[0].sku } else { this.$alert(data.msg, '错误', { confirmButtonText: '确定' diff --git a/src/views/modules/qc/IPQCResultEntry.vue b/src/views/modules/qc/IPQCResultEntry.vue index 813b977..17201d0 100644 --- a/src/views/modules/qc/IPQCResultEntry.vue +++ b/src/views/modules/qc/IPQCResultEntry.vue @@ -173,7 +173,7 @@ - + + - - - - + + + + + + + + + 机台 @@ -1414,7 +1416,7 @@ this.modalData.seqNo = item.seqNo this.modalData.orderNo = item.orderNo this.getOperationList() - this.getPartList() + //this.getPartList() }, // 获取处置措施列表 @@ -1591,7 +1593,7 @@ this.modalData.operationDesc = '' this.modalData.resourceId = '' this.getOperationList() - this.getPartList() + //this.getPartList() } if (this.tagNo === 205) { this.modalData.resourceId = val.resource_id @@ -1625,7 +1627,14 @@ if (data && data.code === 0) { this.operationList = data.rows this.modalData.operationDesc = data.rows[0].operationDesc - this.getResourceList() + //this.getResourceList() + this.modalData.workCenterNo = data.rows[0].workCenterNo + this.modalData.resourceId = data.rows[0].resourceId + this.modalData.resourceDesc = data.rows[0].resourceDesc + this.modalData.partNo = data.rows[0].partNo + this.modalData.partDesc = data.rows[0].partDesc + this.modalData.spec = data.rows[0].spec + this.modalData.sku = data.rows[0].sku } else { this.$alert(data.msg, '错误', { confirmButtonText: '确定' @@ -1642,7 +1651,7 @@ } else { getResourceList(this.modalData).then(({data}) => { if (data && data.code === 0) { - this.resourceList = data.rows + //this.resourceList = data.rows this.modalData.workCenterNo = data.rows[0].workCenterNo this.modalData.resourceId = data.rows[0].resourceId this.modalData.resourceDesc = data.rows[0].resourceDesc