diff --git a/src/views/collect/DealOrder.vue b/src/views/collect/DealOrder.vue index 719fe3a0..aee68b3b 100644 --- a/src/views/collect/DealOrder.vue +++ b/src/views/collect/DealOrder.vue @@ -636,7 +636,7 @@ export default { }; findFromCorp(cQuery) .then((response) => { - if (!isBlank(this.$route.query.busType) && this.$route.query.busType == "SC73200069614118"){ + if (!isBlank(this.$route.query.busType) && this.formDataVisible.consignee == 2){ this.invList = response.data || []; }else { this.fromInvOptions = response.data || []; @@ -1443,7 +1443,7 @@ export default { } getInvListByUser(query) .then((response) => { - if (!isBlank(this.$route.query.busType) && this.$route.query.busType == "SC73200069614118"){ + if (!isBlank(this.$route.query.busType) && this.formDataVisible.consignee == 2){ this.fromInvOptions = response.data || []; }else { this.invList = response.data || []