{{ info.enterpriseName }}
{{ transformBusiness(info.business) }}
月采购量
{{ info.monthlyPurchaseQuantity ? `${info.monthlyPurchaseQuantity}吨` : '0' }}
月采购额
{{ info.monthlyTradingQuota ? `${info.monthlyTradingQuota}万` : '0' }}
最近购买
{{ transformDate(info.lastTradingDate) || '-' }}
法定代表人
{{ info.legalPerson ? `${info.legalPerson}` : '' }}
注册资本
{{ info.registeredCapital ? `${info.registeredCapital}万` : '0' }}
成立时间
{{ transformDate(info.openingDate) || '-' }}
{{ info.detailedAddress || '未知' }}
{{ info.legalPerson + ' ' + transformPhoneNum(info.contactNumber) }}