|
|
@ -578,7 +578,7 @@ export default {
|
|
|
|
this.subData = {advanceType: data.advanceType.toString(), spUse: false, parentCode: data.code};
|
|
|
|
this.subData = {advanceType: data.advanceType.toString(), spUse: false, parentCode: data.code};
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
debugger
|
|
|
|
this.subFormVisible = true;
|
|
|
|
this.subFormVisible = true;
|
|
|
|
this.getSubThrsysDetailData();
|
|
|
|
this.getSubThrsysDetailData();
|
|
|
|
if (this.subData.parentCode != null && this.subData.parentCode != "") {
|
|
|
|
if (this.subData.parentCode != null && this.subData.parentCode != "") {
|
|
|
@ -592,6 +592,7 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
filterSubAll(this.query)
|
|
|
|
filterSubAll(this.query)
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|
|
|
|
|
debugger
|
|
|
|
let invList = response.data || [];
|
|
|
|
let invList = response.data || [];
|
|
|
|
//上级仓库中去除当前仓库节点
|
|
|
|
//上级仓库中去除当前仓库节点
|
|
|
|
if (invList.length > 0) {
|
|
|
|
if (invList.length > 0) {
|
|
|
|