|
|
@ -674,6 +674,10 @@ export default { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '请选择车型' }) |
|
|
|
return |
|
|
|
} |
|
|
|
if (this.temp.settlementStatusValue !== '' && this.temp.settlementStatusValue === '买断' && this.temp.solidDate === '') { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '因买断状态为买断,则买断日期不能为空' }) |
|
|
|
return |
|
|
|
} |
|
|
|
this.$refs['dataForm'].validate((valid) => { |
|
|
|
if (valid) { |
|
|
|
this.FormLoading = true |
|
|
|