From 5e3900dc1c290c7ebc4b5251fa73b9221c56f686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=96=9B=E5=AE=87?= <2433098676@qq.com> Date: Mon, 17 Jul 2023 16:18:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E8=B4=A6=E5=BA=93=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E4=B8=8A=E7=BA=A7=E4=BB=93=E5=BA=93=E6=97=B6=EF=BC=8C=E4=BC=9A?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=A2=84=E9=AA=8C=E6=94=B6=E4=B8=8E=E5=AF=84?= =?UTF-8?q?=E5=94=AE=E7=9A=84=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dept/invWarehouse.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/system/dept/invWarehouse.vue b/src/views/system/dept/invWarehouse.vue index 42d420bc..c9e4a646 100644 --- a/src/views/system/dept/invWarehouse.vue +++ b/src/views/system/dept/invWarehouse.vue @@ -163,8 +163,9 @@ + placeholder="选择上级仓库"> + @@ -562,7 +563,7 @@ export default { this.subData.advanceType = this.subData.advanceType.toString(); if (this.subData.parentCode != null && this.subData.parentCode != "") { this.isAdvanceTypeShow = true; - this.isShow = false; + this.isShow = true; } else { this.isAdvanceTypeShow = false; this.isShow = true @@ -578,7 +579,6 @@ export default { this.subData = {advanceType: data.advanceType.toString(), spUse: false, parentCode: data.code}; } } - debugger this.subFormVisible = true; this.getSubThrsysDetailData(); if (this.subData.parentCode != null && this.subData.parentCode != "") { @@ -592,7 +592,6 @@ export default { } filterSubAll(this.query) .then((response) => { - debugger let invList = response.data || []; //上级仓库中去除当前仓库节点 if (invList.length > 0) {