opt:优化功能

This commit is contained in:
DESKTOP-5DIJMF9\admin
2025-07-22 20:00:51 +08:00
parent 94691ac13c
commit 6129a1f7f1

View File

@@ -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
}
}