|
@@ -471,9 +471,9 @@ export default {
|
|
// WMS仓库
|
|
// WMS仓库
|
|
if(type === 'WAREHOUSE_PARAM'){
|
|
if(type === 'WAREHOUSE_PARAM'){
|
|
this.judgeGoodsAllocation(val.csFlag);
|
|
this.judgeGoodsAllocation(val.csFlag);
|
|
- this.params.goodsAllocation = ''
|
|
|
|
- this.params.goodsAllocationName = ''
|
|
|
|
- this.count++
|
|
|
|
|
|
+ source.goodsAllocation = ''
|
|
|
|
+ source.goodsAllocationName = ''
|
|
|
|
+ // this.count++
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
|