|
|
|
@ -821,9 +821,10 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
getFormStorageCode(code) {
|
|
|
|
|
var row= this.fromSubStorageOptions.find(item => item.code == code)
|
|
|
|
|
this.formData.subInvCode=row.parentId
|
|
|
|
|
this.formData.fromSubInvCode = row.code
|
|
|
|
|
this.formData.fromCorpId = row.parentId;
|
|
|
|
|
this.formData.fromCorp = row.name;
|
|
|
|
|
this.formData.fromCorpId = row.code;
|
|
|
|
|
this.formData.fromCorp = row.warehouseName;
|
|
|
|
|
},
|
|
|
|
|
ksChange(code){
|
|
|
|
|
this.formData.deptCode=code;
|
|
|
|
@ -1007,6 +1008,9 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
findSubStorageMethod(val) {
|
|
|
|
|
if(this.subInvList.length>0){
|
|
|
|
|
this.query.invStorageCode= this.subInvList.find(item => item.code == this.formData.invWarehouseCode).parentId
|
|
|
|
|
}
|
|
|
|
|
this.getBusType();
|
|
|
|
|
let cQuery = {
|
|
|
|
|
code: this.formData.invWarehouseCode,
|
|
|
|
|