|
|
|
@ -1035,7 +1035,7 @@ export default {
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
findSubStorageMethod() {
|
|
|
|
|
findSubStorageMethod(val) {
|
|
|
|
|
let cQuery = {
|
|
|
|
|
pcode: this.formData.fromCorpId,
|
|
|
|
|
filter: 2,
|
|
|
|
@ -1043,6 +1043,9 @@ export default {
|
|
|
|
|
filterSubByInv(cQuery)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.fromSubStorageOptions = response.data || [];
|
|
|
|
|
if (val == 1) {
|
|
|
|
|
|
|
|
|
|
} else
|
|
|
|
|
this.formData.fromSubInvCode = this.fromSubStorageOptions[0].code;
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
@ -1231,6 +1234,8 @@ export default {
|
|
|
|
|
this.formData.preCheck = this.idQuery.preCheck;
|
|
|
|
|
this.actionEnable = true;
|
|
|
|
|
this.getCodeList();
|
|
|
|
|
|
|
|
|
|
this.findSubStorageMethod(1);
|
|
|
|
|
} else {
|
|
|
|
|
this.corpOrderIdDisabled = false;
|
|
|
|
|
if (JSON.stringify(this.$route.query) === '{}') {
|
|
|
|
|