|
| 客户类别:
|
{{customerTypeDisplay}}
|
助记简称:
|
{{customerEntity.ShortName|truncate(20,'')}}
|
| 执照全称:
|
{{customerEntity.FullName}}
|
| 客户分类:
|
{{customerEntity.BusinessTypeDisplay}}-{{customerEntity.SuperiorCategoryDisplay}}-{{customerEntity.CategoryDisplay}}
|
上级客户:
|
{{customerEntity.ParentName}}
|
| 客户阶段:
|
{{customerEntity.StageDisplay}}
|
客户来源:
|
{{customerEntity.SourceDisplay}}
|
|
{{customerEntity.Sex==0?'男':'女'}}
|
|
{{customerEntity.Birthday}}
|
|
{{customerEntity.IdCardTypeDisplay}}
|
|
{{customerEntity.IdCardNO}}
|
|
{{customerEntity.Company}}
|
|
{{customerEntity.Department}}
|
| 主营行业:
|
{{customerEntity.IndustryDisplay}}
|
注册资金:
|
{{customerEntity.RegFund}}
|
| 主营业务:
|
{{customerEntity.Profession}}
|
人员规模:
|
{{customerEntity.ScaleDisplay}}
|
| 备注说明:
|
{{customerEntity.Remark}}
|