'品牌方', 'dealer1' => '一级经销商', 'dealer2' => '二级经销商', 'retail' => '直营门店', 'ecom' => '电商', 'export' => '外贸出口', 'oem' => '生产代工', ]; $levelOpts = ['A' => 'A(重点)', 'B' => 'B(普通)', 'C' => 'C(潜在)']; $industryOpts = ['服装' => '服装', '鞋帽' => '鞋帽', '家纺' => '家纺', '其他' => '其他']; $statusOpts = [ 'lead' => '潜在客户', 'intent' => '意向客户', 'quote' => '报价中', 'cooperating' => '合作中', 'won' => '已成交', 'lost' => '已流失', 'dormant' => '休眠', ]; $curType = $c['type'] ?? 'brand'; $curLevel = $c['level'] ?? 'C'; $curIndustry = $c['industry'] ?? '服装'; $curStatus = $c['status'] ?? 'lead'; ?>

取消