| | |
| | | $sheet->setCellValue('B1', '手机号'); |
| | | $sheet->setCellValue('C1', '邀请人'); |
| | | $sheet->setCellValue('D1', '邀请人手机号'); |
| | | $sheet->setCellValue('E1', '所属分会');/* |
| | | $sheet->setCellValue('E1', '所属分会'); |
| | | /*$sheet->setCellValue('F1', '微信支付交易号'); |
| | | $sheet->setCellValue('G1', '积分抵扣金额'); |
| | | $sheet->setCellValue('H1', '余额抵扣金额'); |
| | | $sheet->setCellValue('I1', '在线支付金额');*//* |
| | | $sheet->setCellValue('F1', '报名状态'); |
| | | $sheet->setCellValue('G1', '报名时间'); |
| | | $sheet->setCellValue('H1', '活动ID'); |
| | |
| | | $sheet->setCellValue('C' . ($index + 2), $item['recommend_name']); |
| | | $sheet->setCellValueExplicit('D' . ($index + 2), $item['recommend_mobile'] , \PhpOffice\PhpSpreadsheet\Cell\DataType::TYPE_STRING); |
| | | |
| | | $sheet->setCellValue('E' . ($index + 2), empty($item['branch']) ? '无' : $item['branch']['name']);/* |
| | | $sheet->setCellValue('E' . ($index + 2), empty($item['branch']) ? '无' : $item['branch']['name']); |
| | | /* $sheet->setCellValue('F' . ($index + 2), $item['transaction_id']); |
| | | $sheet->setCellValue('G' . ($index + 2), $item['points_money']); |
| | | $sheet->setCellValue('H' . ($index + 2), $item['balance']); |
| | | $sheet->setCellValue('I' . ($index + 2), $item['online_money']);*//* |
| | | $sheet->setCellValue('F' . ($index + 2), $item['status_text']); |
| | | $sheet->setCellValue('G' . ($index + 2), $item['create_time']); |
| | | $sheet->setCellValue('H' . ($index + 2), $item['activity_id']); |