init
This commit is contained in:
@@ -313,7 +313,7 @@ export default {
|
||||
rows.forEach((item) => {
|
||||
let same_mater = true
|
||||
this.form.tableData.forEach((row) => {
|
||||
if (row.pcsn === item.pcsn && row.material_id === item.material_id && row.storagevehicle_code === item.storagevehicle_code) {
|
||||
if (row.pcsn === item.pcsn) {
|
||||
same_mater = false
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user