|
@@ -670,7 +670,7 @@ export default {
|
|
for (let j = i+1; j < this.tableSelection.length; j++) {
|
|
for (let j = i+1; j < this.tableSelection.length; j++) {
|
|
|
|
|
|
if (this.tableSelection[i].orderBase !== this.tableSelection[j].orderBase) {
|
|
if (this.tableSelection[i].orderBase !== this.tableSelection[j].orderBase) {
|
|
- return this.$errorMsg('只能选择新单货旧单');
|
|
|
|
|
|
+ return this.$errorMsg('只能选择新单或旧单');
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|