|
{$vo.full_name} |
{$vo.email} |
{$vo.from_country} |
{$xplx[$vo[type]]} |
{$vo.msg||str_cut=###,50} |
{$vo.createtime} |
{$vo.user_login}({$vo.user_nicename}) |
if(!empty($vo['company_name']) && !empty($vo['email'])){
$where3['cname'] = $vo['company_name'];
$where3['email'] = $vo['email'];
$where3['_logic'] = 'or';
$map['_complex'] = $where3;
$zccount = M('Client')->field('id')->where($map)->find();
$url = U('Crm/Cindex/editClient',array('id'=>$zccount['id'],'status'=>2));
}else{
$zccount = '';
}
if($zccount):
未分配(客户信息已经存在)
|
else:
未分配 |
endif;