|
@@ -784,7 +784,7 @@ export default {
|
|
|
for (let item of this.selectionList) {
|
|
|
for (let li of this.selectionList) {
|
|
|
if (item.rentEndDate !== li.rentEndDate) {
|
|
|
- return this.$message.error(`${item.code} - ${item.rentEndDate},选择重复请重新选择`)
|
|
|
+ return this.$message.error(`${item.code} - ${item.rentEndDate},当前租金期间不相同,禁止选择`)
|
|
|
}
|
|
|
}
|
|
|
}
|