客户编号
公司名称
联系人
地区
请选择客户区域
    query("SELECT id, countryCode, countryName FROM country"); while ($row = $result->fetch_assoc()) { echo "
  • (+{$row['countryCode']}){$row['countryName']}
  • "; } ?>

    无匹配项

来源
联系方式
同步到电话联方式
地址
业务类型 query("SELECT id, businessType FROM clientType"); while ($row = $result->fetch_assoc()) { echo " "; } ?>
跟进阶段
其他
自定义标签
美特柏品牌客户, OEM定制客户小型B端客户C端客户贸易公司档口客户 prepare("SELECT DISTINCT tagName FROM tagTable WHERE employeeId = ?"); $stmt->bind_param("i", $_SESSION['employee_id']); $stmt->execute(); $result = $stmt->get_result(); while ($row = $result->fetch_assoc()) { echo "" . htmlspecialcharsFix(textUncode($row['tagName'])) . ","; } ?>
备注