|
@@ -563,7 +563,7 @@ export default {
|
|
|
//参照数据选择多条时
|
|
|
dataSet(){
|
|
|
this.confimList = []
|
|
|
- this.ggarmentArr = []
|
|
|
+ this.garmentArr = []
|
|
|
this.customerArr = []
|
|
|
var orderTest = [],
|
|
|
poTest = [],
|
|
@@ -592,6 +592,7 @@ 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&&
|