Browse Source

增加 IQC检验任务重载时,可以更改物料编码以’4‘开头

java8
赵宏斌 5 months ago
parent
commit
7cff380b19
  1. 2
      src/views/modules/qc/IQCResultEntry.vue

2
src/views/modules/qc/IQCResultEntry.vue

@ -2777,7 +2777,7 @@
this.$message.warning('请勾选要重载的检验单!') this.$message.warning('请勾选要重载的检验单!')
return 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.iqcRecordOverPartNo = this.IQCSelections[0].partNo
this.iqcRecordOverPartDesc = this.IQCSelections[0].partDesc this.iqcRecordOverPartDesc = this.IQCSelections[0].partDesc
this.iqcRecordOverSupplierNo = this.IQCSelections[0].supplierNo this.iqcRecordOverSupplierNo = this.IQCSelections[0].supplierNo

Loading…
Cancel
Save