From bfb6b7eb28e17bd568e6966a692bbc44ea8b4893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E6=99=A8=E6=99=A8?= Date: Wed, 19 Apr 2023 11:59:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/DialogCreateOrder.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/inout/DialogCreateOrder.vue b/src/views/inout/DialogCreateOrder.vue index 6ce24f20..24ea270d 100644 --- a/src/views/inout/DialogCreateOrder.vue +++ b/src/views/inout/DialogCreateOrder.vue @@ -466,6 +466,9 @@ export default { //仓库改变 changeInv() { this.orderFormData.action = null; + if(this.documentShow=true){ + this.documentShow=false + } this.getBusTypeByInv(); }, @@ -567,8 +570,6 @@ export default { } if(this.curAction.scanPreIn = true && this.curAction.backPreinType == 1){ this.documentShow=true - }else if(this.orderFormData.action===""){ - this.documentShow=false } else{ this.documentShow=false