|
|
@ -1137,7 +1137,7 @@ export default { |
|
|
|
if ((this.multipleSelection[i].salesDate == null || this.multipleSelection[i].salesDate === '') && this.multipleSelection[i].settlementStatus !== '预买断') { |
|
|
|
this.$message({ |
|
|
|
showClose: true, |
|
|
|
message: '请选择销售日期不为空或买断状态为预买断的车辆!', |
|
|
|
message: '请选择销售日期不为空且买断状态为预买断的车辆!', |
|
|
|
type: 'error' |
|
|
|
}) |
|
|
|
return |
|
|
|