|
|
@ -286,7 +286,7 @@ export default { |
|
|
|
if (this.form.tableData.length !== 0) { |
|
|
|
this.flagnow = false |
|
|
|
for (let i = 0; i < this.form.tableData.length; i++) { |
|
|
|
if (this.form.tableData[i].storagevehicle_code === item.storagevehicle_code || this.form.tableData[i].source_bill_code === item.source_bill_code) { |
|
|
|
if (this.form.tableData[i].material_code === item.material_code || this.form.tableData[i].source_bill_code === item.source_bill_code) { |
|
|
|
this.flagnow = true |
|
|
|
} |
|
|
|
} |
|
|
|