企业基本信息
| 企业名称(中文) |
${c.companyFullName}
|
企业名称(英文) |
${c.englishCompanyName}
|
| 企业简称(中文) |
${c.companyName}
|
企业简称(英文) |
${c.companyEnglishAbbreviation}
|
| 行业类别 |
${c.industryDesc}
|
|
|
| 企业地址(中文) |
${c.address}
|
| 企业地址(英文) |
${c.englishAddress}
|
| 业务性质(选一) |
<%
var str="";
if(c.businessType=="1"){
str="生产企业";
}else if(c.businessType=="2"){
str="销售公司";
}else if(c.businessType=="3"){
str="设计研发机构";
}else if(c.businessType=="4"){
str="投资机构";
}else if(c.businessType=="5"){
str="采购中心";
}else if(c.businessType=="6"){
str="服务机构";
}else if(c.businessType=="7"){
str="进出口商";
}else if(c.businessType=="8"){
str="商会、协会";
}else if(c.businessType=="9"){
str="政府或其他机构";
}else{
str="其他";
}
%>
${str}
|
| 资本类型(选一) |
<%
var str2="";
if(c.capitalType=="1"){
str2="投资控股公司";
}else if(c.capitalType=="2"){
str2="有限责任公司";
}else if(c.capitalType=="3"){
str2="上市公司";
}else if(c.capitalType=="4"){
str2="股份公司";
}else if(c.capitalType=="5"){
str2="中外合资公司";
}else{
str2="其他";
}
%>
${str2}
|
| 开户银行 |
${c.bankName}
|
银行账号 |
${c.bankAccount}
|
| 注册资本 |
${c.registeredCapital}
|
|
|
| 营业执照注册号 |
${c.businessLicenseNumber}
|
企业成立时间 |
${c.companyEstablishmentTime,'yyyy-MM-dd'}
|
| 电话号码 |
${c.telephone}
|
传真号码 |
${c.fax}
|
| 占地面积(平方米) |
${c.landArea}
|
总建筑面积(平方米) |
${c.totalBuildingArea}
|
厂房所有权 |
<%
var str3="";
if(c.workplaceOwnership=="0"){
str3="自有";
}else{
str3="租凭";
}
%>
${str3}
|
| 厂房面积(平方米) |
${c.plantArea}
|
厂房使用率 |
${c.plantUseRate}
|
管理人员数 |
${c.managerNumber}
|
| 业务人员数 |
${c.salesmanNumber}
|
工程技术人员数 |
${c.technicianNumber}
|
工人数 |
${c.workerNumber}
|
| 质量人员数 |
${c.qualityInspectorNumber}
|
总人数 |
${c.totalNumber}
|
欲竞投类产品产能(万套/年) |
${c.productCapacity}
|
| PPM表现 |
${c.ppmPerformance}
|
8D反馈时间 |
${c.feedbackTime}
|
欲竞投类产品供货周期 |
${c.productSupplyCycle}
|
| 可接受的交货方式 |
<%
var deli=c.deliveryMode;
var str5="";
if(deli=="DEQ"){
str5="目的港码头交货";
}else if(deli=="DAF"){
str5="边境交货";
}else if(deli=="DES"){
str5="目的港船上交货";
}else if(deli=="EXW"){
str5="工厂交货";
}else if(deli=="DDU"){
str5="未完税交货";
}else if(deli=="DDP"){
str5="完税后交货";
}else{
str5="船边交货";
}
%>
${str5}
|
可接受的付款条件 |
<%
var comp=c.payConditionsCode;
var st="";
if(comp=="Z415"){
st="发货后15天期票";
}else if(comp=="Z430"){
st="发货后30天期票";
}else if(comp=="Z445"){
st="发货后45天期票";
}else if(comp=="Z315"){
st="当月15日结";
}else if(comp=="Z330"){
st="当月月底结";
}else if(comp=="Z345"){
st="月结15天";
}else if(comp=="Z360"){
st="月结30天";
}else if(comp=="Z375"){
st="月结45天";
}else if(comp=="Z390"){
st="月结60天";
}else{
st="月结90天";
}
%>
${st}
|
交易币种 |
<%
var com=c.orderCurren;
var str4="";
if(com=="GHC"){
str4="加纳塞地";
}else if(com=="HKD"){
str4="港币";
}else if(com=="ITL"){
str4="意大利里拉";
}else if(com=="JOD"){
str4="约旦第纳尔";
}else if(com=="JPY"){
str4="日元";
}else if(com=="KWD"){
str4="科威特第纳尔";
}else if(com=="MOP"){
str4="澳门元";
}else if(com=="MYR"){
str4="马来西亚元";
}else if(com=="NLG"){
str4="荷兰盾";
}else if(com=="GNS"){
str4="几内亚西里";
}else if(com=="NOK"){
str4="挪威克郎";
}else if(com=="NPR"){
str4="尼泊尔卢比";
}else if(com=="NZD"){
str4="新西兰元";
}else if(com=="PHP"){
str4="菲律宾比索";
}else if(com=="PKR"){
str4="巴基斯坦卢比";
}else if(com=="RMB"){
str4="人民币元";
}else if(com=="SEK"){
str4="瑞典克郎";
}else if(com=="SGD"){
str4="新加坡元";
}else if(com=="SLL"){
str4="塞拉利昂利昂";
}else if(com=="SUR"){
str4="卢布(RBS)";
}else if(com=="THB"){
str4="泰国株";
}else if(com=="TZS"){
str4="坦桑尼亚先令";
}else if(com=="USD"){
str4="美元";
}else if(com=="ZMY"){
str4="折美元";
}else if(com=="EUR"){
str4="欧元";
}else if(com=="ATS"){
str4="奥地利先令";
}else if(com=="AUD"){
str4="澳大利亚元";
}else if(com=="BEF"){
str4="比利时法郎";
}else if(com=="CAD"){
str4="加拿大元";
}else if(com=="CHF"){
str4="瑞士法郎";
}else if(com=="CNY"){
str4="人民币元";
}else if(com=="DEM"){
str4="西德马克";
}else if(com=="DKK"){
str4="丹麦克郎";
}else if(com=="DZD"){
str4="阿尔及利亚第纳尔";
}else if(com=="FIM"){
str4="芬兰马克";
}else if(com=="FRF"){
str4="法国法郎";
}else if(com=="GBP"){
str4="英镑";
}else if(com=="IQD"){
str4="伊拉克第纳尔";
}else{
str4="伊朗里亚尔";
}
%>
${str4}
|
联系人信息
主要产品/服务
说明:需填占60%比重的产品,或 5个产品,如果单一产品达到了25%的比例或更多,请说明。
主要客户/市场
说明:占60%比重的客户,或 5个客户,如果单一客户达到了25%的市场份额或更多,请说明。
主要供应商/原材料
主要技术信息
关键生产设备
关键试验、检测设备
企业通过的认证
专利/专有技术/许可
财务信息(单位:万人民币)
员工供货关系
说明:填写供应商的股东、法人、董事、高层管理及购销环节的决策者与华阳月薪员工的关系