|
|
@ -371,7 +371,7 @@ export default { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '付款方式请选择是或否' }) |
|
|
|
return |
|
|
|
} |
|
|
|
if (this.isTerminal === '') { |
|
|
|
if (this.isPayment === '0' && this.isTerminal === '') { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '是否确定车架号请选择是或否' }) |
|
|
|
return |
|
|
|
} |
|
|
|