|
|
|
@ -479,9 +479,8 @@ export default {
|
|
|
|
|
this.findSubStorageMethod();
|
|
|
|
|
},
|
|
|
|
|
subStorageChange(item) {
|
|
|
|
|
debugger
|
|
|
|
|
// 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();
|
|
|
|
|