<#include "/apps/business/customer/include/left.html">

全部客户
<#include "/apps/business/customer/top.html">
<#if ekind??>
<#if user?? && (user.roleAuthMap["A03_A01_A02_B06"]?? || user.admin) > <#if user?? && (user.roleAuthMap["A03_A01_A02_B09"]?? || user.admin) >
<#if user?? && (user.roleAuthMap["A03_A01_A02_B010"]?? || user.admin) >
<#if currentOrgan?? && currentOrgan != null>

<#if entCustomerList?? && entCustomerList.content?? && entCustomerList.content?size gt 0> <#list entCustomerList.content as entCustomer> <#else>
客户名称 类型 所在城市 客户状态 行业 成熟度 获得时间 所有者 操作
${entCustomer.name!''} ${uKeFuDic[entCustomer.ekind!''].name!''} <#if uKeFuDic[entCustomer.city!''].name != "市辖区" && uKeFuDic[entCustomer.city!''].name != "县"> ${uKeFuDic[entCustomer.city!''].name!'' } <#else> ${uKeFuDic[entCustomer.province!''].name!'' } ${uKeFuDic[entCustomer.validstatus!''].name!''} ${uKeFuDic[entCustomer.industry!''].name!''} ${uKeFuDic[entCustomer.maturity!''].name!''} <#if entCustomer.touchtime??> ${entCustomer.touchtime?string('yyyy-MM-dd')} <#if entCustomer.user??>${entCustomer.user.username!''} <#if user?? && (user.roleAuthMap["A03_A01_A02_B07"]?? || user.admin) > 编辑 <#if user?? && (user.roleAuthMap["A03_A01_A02_B08"]?? || user.admin) > 删除
还没有客户信息