|
|
|
@ -505,7 +505,7 @@
|
|
|
|
|
this.popParentCode = data.curCode;
|
|
|
|
|
}else {
|
|
|
|
|
if( this.bhxjsl === this.syxjsl){
|
|
|
|
|
this.$confirm("该层级已录入完成, 是否关闭?", "提示", {
|
|
|
|
|
this.$confirm("该层级已录入完成111, 是否关闭?", "提示", {
|
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
|
cancelButtonText: "取消",
|
|
|
|
|
type: "warning",
|
|
|
|
@ -599,7 +599,7 @@
|
|
|
|
|
this.inputDisabled = false
|
|
|
|
|
},
|
|
|
|
|
submit(val) {
|
|
|
|
|
if(this.relFormData.detailList == null || this.relFormData.detailList.length == 0){
|
|
|
|
|
if(this.detailList == null || this.detailList.length == 0){
|
|
|
|
|
this.$message.warning("请先录入关联码!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|