From 8c14224b59c93611f22762d2009dbcbbc5008550 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Thu, 27 Apr 2023 17:38:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=82=E5=B8=B8=E5=8D=95?= =?UTF-8?q?=E6=8D=AE=E4=B8=AD=20=E4=BB=93=E5=BA=93=20=E5=92=8C=E5=8D=95?= =?UTF-8?q?=E6=8D=AE=E7=B1=BB=E5=9E=8B=E6=B2=A1=E6=9C=89=E8=81=94=E5=8A=A8?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/IoCheckErrorOrder.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/inout/IoCheckErrorOrder.vue b/src/views/inout/IoCheckErrorOrder.vue index f3c387a..ec609ef 100644 --- a/src/views/inout/IoCheckErrorOrder.vue +++ b/src/views/inout/IoCheckErrorOrder.vue @@ -627,10 +627,10 @@ export default { }, getBusType() { if (this.subInvList.length > 0) { - this.filterQuery.locStorageCode = this.subInvList.find(item => item.code == this.filterQuery.invWarehouseCode).parentId + this.filterQuery.locStorageCode = this.subInvList.find(item => item.code == this.filterQuery.invCode).parentId } let query = { - code: this.filterQuery.invWarehouseCode, + code: this.filterQuery.invCode, enabled: true, vueType: "supDelivery", }; @@ -750,6 +750,7 @@ export default { }) .catch(() => { }); + this.getBusType(); }, getSubInvList() { let query = {