diff --git a/src/views/modules/qc/IQCResultEntry.vue b/src/views/modules/qc/IQCResultEntry.vue index df0440c..a050bbc 100644 --- a/src/views/modules/qc/IQCResultEntry.vue +++ b/src/views/modules/qc/IQCResultEntry.vue @@ -2777,7 +2777,7 @@ this.$message.warning('请勾选要重载的检验单!') return } - if (this.IQCSelections.length === 1 && this.IQCSelections[0].buNo == '02-Hardtag' && (this.IQCSelections[0].state=='待检验'|| this.IQCSelections[0].state=='未开始') &&this.IQCSelections[0].partNo.substring(0,1) === '1') { + if (this.IQCSelections.length === 1 && this.IQCSelections[0].buNo == '02-Hardtag' && (this.IQCSelections[0].state=='待检验'|| this.IQCSelections[0].state=='未开始') &&this.IQCSelections[0].partNo.substring(0,1) === '4') { this.iqcRecordOverPartNo = this.IQCSelections[0].partNo this.iqcRecordOverPartDesc = this.IQCSelections[0].partDesc this.iqcRecordOverSupplierNo = this.IQCSelections[0].supplierNo