|
|
@@ -601,6 +601,7 @@ export default {
|
|
|
this.$message.warning('请选择未开票的计划!');
|
|
|
return
|
|
|
}
|
|
|
+ console.log('selection', this.selection, new Set(customerIds).size, new Set(initiatorIds).size);
|
|
|
if(this.selection.length == 0 || new Set(customerIds).size != 1 || new Set(initiatorIds).size != 1) {
|
|
|
this.$message.warning('请选择相同客户和采购方的计划!');
|
|
|
return
|