|
@@ -242,6 +242,9 @@ export default {
|
|
|
"areaCode":'',
|
|
|
"telephone":'',
|
|
|
"isTelephone":'0',
|
|
|
+ "co_name":'',//法人
|
|
|
+ "co_phonenumber":'',//联系电话
|
|
|
+ "co_taxno":'',//税号
|
|
|
}
|
|
|
},
|
|
|
unitnameList:[],
|
|
@@ -457,7 +460,7 @@ export default {
|
|
|
this.activityVisible = false
|
|
|
},
|
|
|
/*工商信息*/
|
|
|
- businessSelect(val, regProvince) {
|
|
|
+ businessSelect(val, regProvince,legalPerson) {
|
|
|
this.$confirm(this.$t('是否以查询的工商信息更新客户信息')+'?', this.$t('提示'), {
|
|
|
confirmButtonText: this.$t('确定'),
|
|
|
cancelButtonText: this.$t('取消'),
|
|
@@ -470,6 +473,9 @@ export default {
|
|
|
this.param.content.province = [regProvince, val.regCity, val.regArea];
|
|
|
this.param.content.city = val.regCity;
|
|
|
this.param.content.county = val.regArea
|
|
|
+ this.param.content.co_name = val.legalPerson
|
|
|
+ this.param.content.co_phonenumber = val.phone
|
|
|
+ this.param.content.co_taxno = val.taxNum
|
|
|
}).catch(() => {
|
|
|
this.$refs.businessRef.businessShow = false;
|
|
|
this.$message({
|