|
|
|
|
@ -74,12 +74,16 @@ class Welcome extends CI_Controller {
|
|
|
|
|
$data['group_service'] = $this->Groupinfo_model->get_group_service($eoi_sn, $vei_sn);//执行两次,第一次可能因为数据没有建立
|
|
|
|
|
$data['service_question_four'] = $this->Groupinfo_model->get_eva_feedback($gri_sn, $vei_sn, $eoi_sn, $data['group_service']->QSFour);
|
|
|
|
|
$data['service_question_five'] = $this->Groupinfo_model->get_eva_feedback($gri_sn, $vei_sn, $eoi_sn, $data['group_service']->QSFive);
|
|
|
|
|
$data['service_question_six'] = $this->Groupinfo_model->get_eva_feedback($gri_sn, $vei_sn, $eoi_sn, '223016'); //第六个问题 20241017 zp
|
|
|
|
|
//问题6
|
|
|
|
|
$data['other_service_question'] = $this->Groupinfo_model->get_eva_feedback($gri_sn, $vei_sn, $eoi_sn, 223012);
|
|
|
|
|
|
|
|
|
|
//判断是否已经由小助手那边提交了反馈数据
|
|
|
|
|
$data['CheckXzsSubmit'] = $this->Groupinfo_model->CheckXzsSubmit($gri_sn,$vei_sn);
|
|
|
|
|
|
|
|
|
|
//判断是否是最后一站城市
|
|
|
|
|
$data['CheckLastCity'] = $this->Groupinfo_model->CheckLastCity($gri_sn,$vei_sn);
|
|
|
|
|
|
|
|
|
|
$this->load->view('header', $data);
|
|
|
|
|
$this->load->view('feedback_detail');
|
|
|
|
|
$this->load->view('footer');
|
|
|
|
|
|