|
|
@ -121,7 +121,7 @@ export default {
|
|
|
|
combineQuery: {
|
|
|
|
combineQuery: {
|
|
|
|
thirdSys: "",
|
|
|
|
thirdSys: "",
|
|
|
|
key: null,
|
|
|
|
key: null,
|
|
|
|
erpUnitsResponse: [],
|
|
|
|
basicErpUnitsResponse: [],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
total: 0,
|
|
|
|
total: 0,
|
|
|
|
erpTotal: 0,
|
|
|
|
erpTotal: 0,
|
|
|
@ -211,7 +211,7 @@ export default {
|
|
|
|
console.log(val);
|
|
|
|
console.log(val);
|
|
|
|
this.combineQuery.thirdSys = this.thirdSysFk;
|
|
|
|
this.combineQuery.thirdSys = this.thirdSysFk;
|
|
|
|
this.combineQuery.key = this.corpData.id;
|
|
|
|
this.combineQuery.key = this.corpData.id;
|
|
|
|
this.combineQuery.erpUnitsResponse = val;
|
|
|
|
this.combineQuery.basicErpUnitsResponse = val;
|
|
|
|
},
|
|
|
|
},
|
|
|
|
combine() {
|
|
|
|
combine() {
|
|
|
|
|
|
|
|
|
|
|
@ -219,7 +219,7 @@ export default {
|
|
|
|
this.$message.warning("未选择往来单位!");
|
|
|
|
this.$message.warning("未选择往来单位!");
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (this.combineQuery.erpUnitsResponse.checked == true) {
|
|
|
|
if (this.combineQuery.basicErpUnitsResponse.checked == true) {
|
|
|
|
this.$message.warning("该往来单位已被关联,不能重复选入!");
|
|
|
|
this.$message.warning("该往来单位已被关联,不能重复选入!");
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|