|
|
@ -558,15 +558,17 @@ export default {
|
|
|
|
let selectData = this.multipleUdiSelection;
|
|
|
|
let selectData = this.multipleUdiSelection;
|
|
|
|
let selected = null;
|
|
|
|
let selected = null;
|
|
|
|
if (this.multipleUdiSelection.length == 0) {
|
|
|
|
if (this.multipleUdiSelection.length == 0) {
|
|
|
|
this.$message.warning('请选入产品!');
|
|
|
|
|
|
|
|
if (this.relId != null) {
|
|
|
|
if (this.relId != null) {
|
|
|
|
this.combineQuery.relId = this.relId;
|
|
|
|
this.combineQuery.relId = this.relId;
|
|
|
|
this.combineQuery.keys.push(this.currentRow.uuid);
|
|
|
|
this.combineQuery.keys.push(this.currentRow.uuid);
|
|
|
|
if (this.currentRow.check) {
|
|
|
|
if (this.currentRow.check) {
|
|
|
|
selected = this.currentRow;
|
|
|
|
selected = this.currentRow;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} else
|
|
|
|
} else{
|
|
|
|
|
|
|
|
this.$message.warning('请选入产品!');
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
selectData.forEach((obj) => {
|
|
|
|
selectData.forEach((obj) => {
|
|
|
|