|
|
@ -202,6 +202,7 @@ export default {
|
|
|
|
this.loading = false;
|
|
|
|
this.loading = false;
|
|
|
|
this.localTypes = [];
|
|
|
|
this.localTypes = [];
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -356,11 +357,9 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
created() {
|
|
|
|
created() {
|
|
|
|
|
|
|
|
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
this.findSubInvByInv();
|
|
|
|
this.findSubInvByInv();
|
|
|
|
this.getEntrustStorage();
|
|
|
|
this.getEntrustStorage();
|
|
|
|
|
|
|
|
|
|
|
|
// if (this.$isNotBlank(this.inputQuery.entrustInv)) {
|
|
|
|
// if (this.$isNotBlank(this.inputQuery.entrustInv)) {
|
|
|
|
// this.entrustInvChange(this.inputQuery.entrustInv);
|
|
|
|
// this.entrustInvChange(this.inputQuery.entrustInv);
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|