|
|
|
@ -480,7 +480,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
subStorageChange(item) {
|
|
|
|
|
// this.formData.fromSubInvCode = null;
|
|
|
|
|
this.formData.locStorageCode= this.subInvList.find(item => item.code == this.formData.invWarehouseCode)
|
|
|
|
|
this.formData.locStorageCode= this.subInvList.find(item => item.code == this.formData.invWarehouseCode).parentId
|
|
|
|
|
this.formData.corpId=this.subInvList.find(item => item.code == this.formData.invWarehouseCode).code
|
|
|
|
|
this.formData.corpName=this.subInvList.find(item => item.code == this.formData.invWarehouseCode).warehouseName
|
|
|
|
|
this.findSubStorageMethod();
|
|
|
|
|