|
|
|
@ -2411,7 +2411,7 @@ |
|
|
|
const firstTemplateId = firstItem.templateId |
|
|
|
const firstSupplierNo = firstItem.supplierNo |
|
|
|
if (!this.FQASSelections.every(item => item.templateId === firstTemplateId)) { |
|
|
|
this.$message.warning('所选检验单模板和供应商必须一致!') |
|
|
|
this.$message.warning('所选检验单模板必须一致!') |
|
|
|
return |
|
|
|
} |
|
|
|
this.FQASSelections.forEach((item, index) => { |
|
|
|
|