Browse Source

完善客户洽谈--新增/编辑时若客户类型为企业时,则客户名称的长度不少于5个汉字

master
yunuo970428 3 years ago
parent
commit
e2835520ea
  1. 1
      anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehudangan/kehudanganAdd.vue

1
anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehudangan/kehudanganAdd.vue

@ -966,6 +966,7 @@ export default {
}
if (this.temp.customerType == '企业' && this.temp.name.length < 5) {
this.$message({ showClose: true, type: 'error', message: '因客户类型为企业,客户名称的长度应不少于5个汉字' })
return
}
if (this.stateId === '0') {
this.temp.dto1 = this.templooke // this.templooke

Loading…
Cancel
Save