|
@@ -109,6 +109,8 @@ export default {
|
|
|
|
|
|
this.params.warehouse = '';
|
|
this.params.warehouse = '';
|
|
this.params.warehouseName = '';
|
|
this.params.warehouseName = '';
|
|
|
|
+ this.params.goodsAllocation = '';
|
|
|
|
+ this.params.goodsAllocationName = '';
|
|
|
|
|
|
if(billList.find(item => item === nVal)){
|
|
if(billList.find(item => item === nVal)){
|
|
this.rules.warehouseName = [
|
|
this.rules.warehouseName = [
|
|
@@ -117,6 +119,7 @@ export default {
|
|
}else{
|
|
}else{
|
|
this.rules.warehouseName = null;
|
|
this.rules.warehouseName = null;
|
|
}
|
|
}
|
|
|
|
+ this.rules.goodsAllocationName = null;
|
|
|
|
|
|
this.count++;
|
|
this.count++;
|
|
}
|
|
}
|