|
|
@ -998,6 +998,7 @@ export default {
|
|
|
|
filterSubByInv(query)
|
|
|
|
filterSubByInv(query)
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|
this.subInvList = response.data || [];
|
|
|
|
this.subInvList = response.data || [];
|
|
|
|
|
|
|
|
this.fromSubStorageOptions = response.data || [];
|
|
|
|
if (this.subInvList != null && this.subInvList.length == 1) {
|
|
|
|
if (this.subInvList != null && this.subInvList.length == 1) {
|
|
|
|
this.formData.invWarehouseCode = this.subInvList[0].code;
|
|
|
|
this.formData.invWarehouseCode = this.subInvList[0].code;
|
|
|
|
this.getBusType();
|
|
|
|
this.getBusType();
|
|
|
@ -1193,7 +1194,7 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.findSubInvByInv(this.formData.locStorageCode);
|
|
|
|
this.findSubInvByInv(this.formData.locStorageCode);
|
|
|
|
this.findSubStorageMethod();
|
|
|
|
// this.findSubStorageMethod();
|
|
|
|
this.getBusType();
|
|
|
|
this.getBusType();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|