CRM_26-01-29#task#13363,潜在服务商审核-财务信息-h5做必填

This commit is contained in:
2026-01-21 13:56:14 +08:00
parent c657f3b5ac
commit 8a457952fa

View File

@@ -264,6 +264,10 @@
this.$toast('营业执照未上传')
return
}
if( !this.licensePhoto ) {
this.$toast('开户许可证未上传')
return
}
if( !(this.form.serviceAreaCode.length > 0) ) {
this.$toast('服务区域不能为空')
return