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) {