From 0c9ce57f9c376abc5523f8cc8e3c1382e8a1fb97 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Fri, 6 Dec 2024 16:24:13 +0800 Subject: [PATCH] =?UTF-8?q?12/6=20=E4=BC=98=E5=8C=961.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/collect/DealOrder.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 || []