|
@@ -512,6 +512,7 @@ export default {
|
|
if(val==true && this.warehouseForm.supportStocking==1){
|
|
if(val==true && this.warehouseForm.supportStocking==1){
|
|
this.showLocationFlag=true;
|
|
this.showLocationFlag=true;
|
|
}else{
|
|
}else{
|
|
|
|
+ this.warehouseForm.locationId="";
|
|
this.showLocationFlag=false;
|
|
this.showLocationFlag=false;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -522,6 +523,7 @@ export default {
|
|
if(value.findIndex(item => (item===2200))!=-1 && this.warehouseForm.supportStocking==1){
|
|
if(value.findIndex(item => (item===2200))!=-1 && this.warehouseForm.supportStocking==1){
|
|
this.showLocationFlag=true;
|
|
this.showLocationFlag=true;
|
|
}else{
|
|
}else{
|
|
|
|
+ this.warehouseForm.locationId="";
|
|
this.showLocationFlag=false;
|
|
this.showLocationFlag=false;
|
|
}
|
|
}
|
|
if (value) {
|
|
if (value) {
|