|
@@ -240,11 +240,10 @@ export default {
|
|
})
|
|
})
|
|
},
|
|
},
|
|
submit() {
|
|
submit() {
|
|
- if (this.corp_certificate_type_name == "统一社会信用代码")
|
|
|
|
|
|
+ if (this.corp_certificate_type_name == 1)
|
|
this.corp_certificate_type = "20"
|
|
this.corp_certificate_type = "20"
|
|
- else
|
|
|
|
|
|
+ else if(this.corp_certificate_type_name==2)
|
|
this.corp_certificate_type = "30"
|
|
this.corp_certificate_type = "30"
|
|
- console.log(this.fieldTemplateId)
|
|
|
|
|
|
|
|
if (this.cooperator_name == "") {
|
|
if (this.cooperator_name == "") {
|
|
this.$alert("请输入合作方名称");
|
|
this.$alert("请输入合作方名称");
|
|
@@ -254,6 +253,7 @@ export default {
|
|
this.$alert("请输入证件号码");
|
|
this.$alert("请输入证件号码");
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
+ console.log(this.corpCertificateNum)
|
|
if (this.corp_certificate_type == "") {
|
|
if (this.corp_certificate_type == "") {
|
|
this.$alert("请选择证件类型");
|
|
this.$alert("请选择证件类型");
|
|
return;
|
|
return;
|