|
|
|
@ -998,6 +998,11 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
findSubStorageMethod(val) {
|
|
|
|
|
this.subInvList.forEach(item => {
|
|
|
|
|
if (item.code === val) {
|
|
|
|
|
this.formData.locStorageCode = item.parentId;
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
this.getBusType();
|
|
|
|
|
let cQuery = {
|
|
|
|
|
code: this.formData.invWarehouseCode,
|
|
|
|
@ -1214,8 +1219,6 @@ export default {
|
|
|
|
|
this.query.limit = parseInt(this.query.limit);
|
|
|
|
|
this.query.corpOrderId = query.id;
|
|
|
|
|
}
|
|
|
|
|
this.formData.invWarehouseCode = this.$store.getters.locSubInvCode;
|
|
|
|
|
this.formData.locStorageCode = this.$store.getters.locInvCode;
|
|
|
|
|
if (this.$isNotBlank(this.formData.locStorageCode)) {
|
|
|
|
|
this.findStorageMethod();
|
|
|
|
|
}
|
|
|
|
|