|
|
|
@ -550,8 +550,10 @@ export default {
|
|
|
|
|
let tQuery = {
|
|
|
|
|
orderId: this.idQuery.id,
|
|
|
|
|
locStorageCode: this.formData.locStorageCode,
|
|
|
|
|
invStorageCode: this.formData.invStorageCode,
|
|
|
|
|
invWarehouseCode: this.formData.invWarehouseCode,
|
|
|
|
|
fromSubInvCode: this.formData.fromSubInvCode,
|
|
|
|
|
subInvCode: this.formData.subInvCode,
|
|
|
|
|
action: this.formData.action,
|
|
|
|
|
fromCorp: this.formData.fromCorp,
|
|
|
|
|
fromCorpId: this.formData.fromCorpId,
|
|
|
|
@ -1005,11 +1007,6 @@ 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,
|
|
|
|
@ -1229,6 +1226,8 @@ 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();
|
|
|
|
|
}
|
|
|
|
|