opt:优化功能
This commit is contained in:
@@ -286,7 +286,7 @@ export default {
|
|||||||
if (this.form.tableData.length !== 0) {
|
if (this.form.tableData.length !== 0) {
|
||||||
this.flagnow = false
|
this.flagnow = false
|
||||||
for (let i = 0; i < this.form.tableData.length; i++) {
|
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
|
this.flagnow = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user