|
@@ -592,7 +592,6 @@ export default {
|
|
|
this.garmentArr.push(item.garmentFactory)
|
|
|
this.customerArr.push(item.customerAbbreviation)
|
|
|
})
|
|
|
- debugger
|
|
|
this.customerArr = [...new Set(this.customerArr)]
|
|
|
if([...new Set(orderTest)].length == 1 && [...new Set(poTest)].length == 1 &&[...new Set(preDeliveryTest)].length == 1&&
|
|
|
[...new Set(preCompletionTest)].length == 1 && [...new Set(itemNumberTest)].length == 1 &&[...new Set(inventoryCodeTest)].length !== 1&&
|