From 13e9db24edd69a68a351aa7f7bc3551dfd2232a3 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Wed, 8 Feb 2023 22:26:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=BA=93=E7=9B=B8=E5=85=B3bug?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/IoCreateOrder.vue | 2 +- src/views/system/dept/invWarehouse.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/inout/IoCreateOrder.vue b/src/views/inout/IoCreateOrder.vue index 46f282e2..342d9827 100644 --- a/src/views/inout/IoCreateOrder.vue +++ b/src/views/inout/IoCreateOrder.vue @@ -385,7 +385,7 @@ export default { findInvByUser() .then((response) => { this.curInvOptions = response.data || []; - if (this.curInvOptions != null && this.curInvOptions.length > 1) { + if (this.curInvOptions != null && this.curInvOptions.length > 0) { this.orderFormData.invWarehouseCode = this.curInvOptions[0].code; this.getBusTypeByInv() } diff --git a/src/views/system/dept/invWarehouse.vue b/src/views/system/dept/invWarehouse.vue index bb7f39d7..74893df7 100644 --- a/src/views/system/dept/invWarehouse.vue +++ b/src/views/system/dept/invWarehouse.vue @@ -131,7 +131,7 @@ -