|
@@ -431,7 +431,7 @@ const ContactPerson = React.createClass({
|
|
|
</div>
|
|
|
|
|
|
<div style={{
|
|
|
- fontSize: 16,
|
|
|
+ fontSize: 14,
|
|
|
marginTop: 20,
|
|
|
}}>
|
|
|
<div style={{ fontWeight: "bold", marginBottom: 5, color: "#58A3FF" }}>企业情况及前期准备工作</div>
|
|
@@ -461,7 +461,7 @@ const ContactPerson = React.createClass({
|
|
|
</Button>
|
|
|
}
|
|
|
</div>
|
|
|
- <div>
|
|
|
+ <div style={{ fontSize: 12, }}>
|
|
|
专利总数 {detail.patentCount || 0}
|
|
|
发明专利 {detail.inventionPatentCount || 0}
|
|
|
实用新型 {detail.utilityModelCount || 0}
|
|
@@ -491,7 +491,7 @@ const ContactPerson = React.createClass({
|
|
|
</Button>
|
|
|
}
|
|
|
</div>
|
|
|
- <div>{detail.financialData || "无"}</div>
|
|
|
+ <div style={{ fontSize: 12, }}>{detail.financialData || "无"}</div>
|
|
|
<div style={{ fontWeight: "bold", marginTop: 10 }}>
|
|
|
3.前期沟通<span style={{ color: "red" }}>(客户的难处、需求)</span>
|
|
|
{
|
|
@@ -514,7 +514,7 @@ const ContactPerson = React.createClass({
|
|
|
</Button>
|
|
|
}
|
|
|
</div>
|
|
|
- <div>{detail.earlyCommunication || "无"}</div>
|
|
|
+ <div style={{ fontSize: 12, }}>{detail.earlyCommunication || "无"}</div>
|
|
|
<div style={{ fontWeight: "bold", marginTop: 10 }}>
|
|
|
4.面谈思路及目的
|
|
|
{
|
|
@@ -537,7 +537,7 @@ const ContactPerson = React.createClass({
|
|
|
</Button>
|
|
|
}
|
|
|
</div>
|
|
|
- <div>{detail.interviewIdeas || "无"}</div>
|
|
|
+ <div style={{ fontSize: 12, }}>{detail.interviewIdeas || "无"}</div>
|
|
|
</div>
|
|
|
|
|
|
{/* 新增联系人 */}
|