|
|
@@ -7,7 +7,10 @@ Page({
|
|
|
"content": {
|
|
|
"sat_orderclueid": 0,
|
|
|
"sat_orderclueid": 0, //活动id,当活动id大于0是默认业务员创建
|
|
|
- "isprivate": 1 //0表示公海,1表示私域
|
|
|
+ "isprivate": 1, //0表示公海,1表示私域
|
|
|
+ co_taxno: "",
|
|
|
+ co_name: "",
|
|
|
+ co_phonenumber: "",
|
|
|
},
|
|
|
disabled: true
|
|
|
},
|
|
|
@@ -458,6 +461,9 @@ Page({
|
|
|
[`form[0].value`]: item.companyName,
|
|
|
[`form[5].value`]: [item.regProvince ? item.regProvince : item.regCity, item.regCity, item.regArea],
|
|
|
[`form[6].value`]: item.address,
|
|
|
+ "content.co_taxno": item.taxNum,
|
|
|
+ "content.co_name": item.legalPerson,
|
|
|
+ "content.co_phonenumber": item.phone,
|
|
|
})
|
|
|
},
|
|
|
queryClient() {
|