From e0ee28b253a61621fcc7ad0ff147abed95df82a6 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Thu, 13 Jul 2023 17:33:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B0=E5=A2=9E=E5=8D=95?= =?UTF-8?q?=E6=8D=AE=E8=8D=89=E7=A8=BF=E4=BF=9D=E5=AD=98=EF=BC=8C=E5=86=8D?= =?UTF-8?q?=E6=AC=A1=E6=89=93=E5=BC=80=20=E5=BE=80=E6=9D=A5=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=20=E6=98=BE=E7=A4=BA=E6=9C=89=E8=AF=AF=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/DialogCreateOrder.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/inout/DialogCreateOrder.vue b/src/views/inout/DialogCreateOrder.vue index 2e0c56cf..a931fd32 100644 --- a/src/views/inout/DialogCreateOrder.vue +++ b/src/views/inout/DialogCreateOrder.vue @@ -1466,12 +1466,13 @@ export default { if (this.$isNotBlank(this.orderFormData.checkPreInOrders)) { this.checkPreInArray = this.orderFormData.split(","); } + this.findMethod(this.orderFormData.fromCorp); this.curAction = {} this.refreshCodesPanel(); //加载选择框候选数据 this.findInvListByUser(); this.initBusType(); - this.findMethod(this.orderFormData.fromCorp); + // this.findMethod(this.orderFormData.fromCorp); this.findFromInvList(); } else { //新增页面