From 007f6c864278e5f12ba0b833e5d0b7b7193fc4fa Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Tue, 16 May 2023 09:50:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/DialogCreateOrder.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/inout/DialogCreateOrder.vue b/src/views/inout/DialogCreateOrder.vue index 16dba6b8..39cd552a 100644 --- a/src/views/inout/DialogCreateOrder.vue +++ b/src/views/inout/DialogCreateOrder.vue @@ -655,7 +655,7 @@ export default { this.curInvOptions.length > 0 && this.orderFormData.invWarehouseCode == null ) { - this.orderFormData.invCode = this.curInvOptions[0].code; + //this.orderFormData.invCode = this.curInvOptions[0].code; this.getBusTypeByInv(); this.findCurSpaceList(this.orderFormData.invCode); } @@ -1362,7 +1362,6 @@ export default { if (this.$isNotBlank(this.orderFormData.checkPreInOrders)) { this.checkPreInArray = this.orderFormData.split(","); } - this.refreshCodesPanel(); //加载选择框候选数据 this.findInvListByUser();