Browse Source

完善问题

master
yunuo970428 1 year ago
parent
commit
5678e07ab4
  1. 4
      anrui-buscenter/anrui-buscenter-ui/src/views/chukuguanli/chukubanli/relation/weihukaipiaoxinxi.vue
  2. 4
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/chukuguanliFlow/chukuguanli/relation/weihukaipiao.vue

4
anrui-buscenter/anrui-buscenter-ui/src/views/chukuguanli/chukubanli/relation/weihukaipiaoxinxi.vue

@ -283,6 +283,10 @@ export default {
this.$message({ showClose: true, type: 'error', message: '电话不能为空' })
return
}
if (this.formobj.name.length > 5) {
this.$message({ showClose: true, type: 'error', message: '选择个人时开票名称长度不超过5个汉字' })
return
}
this.submitdisabled = true
saveGeren(this.formobj).then((resp) => {
if (resp.success) {

4
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/chukuguanliFlow/chukuguanli/relation/weihukaipiao.vue

@ -283,6 +283,10 @@ export default {
this.$message({ showClose: true, type: 'error', message: '电话不能为空' })
return
}
if (this.formobj.name.length > 5) {
this.$message({ showClose: true, type: 'error', message: '选择个人时开票名称长度不超过5个汉字' })
return
}
this.submitdisabled = true
saveGeren(this.formobj).then((resp) => {
if (resp.success) {

Loading…
Cancel
Save