Browse Source

完善客户查询--增加付款方式

zhanglei
yunuo970428 2 years ago
parent
commit
d4fbdc1d82
  1. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehuchaxun/kehuchaxun.vue

2
anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehuchaxun/kehuchaxun.vue

@ -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
}

Loading…
Cancel
Save