|
|
@ -49,10 +49,10 @@ class PhoneCenterController extends BaseController |
|
|
|
|
|
|
|
|
|
|
|
public function actionCallRecords() { |
|
|
|
public function actionCallRecords() { |
|
|
|
$request = Yii::$app->request; |
|
|
|
$request = Yii::$app->request; |
|
|
|
$company_id = $request->get('company_id',0); |
|
|
|
$company_type = $request->get('company_type',0); |
|
|
|
|
|
|
|
|
|
|
|
return $this->render('call-records', [ |
|
|
|
return $this->render('call-records', [ |
|
|
|
'company_id' => $company_id |
|
|
|
'company_type' => $company_type |
|
|
|
]); |
|
|
|
]); |
|
|
|
} |
|
|
|
} |
|
|
|
public function actionCallRecordsJson(){ |
|
|
|
public function actionCallRecordsJson(){ |
|
|
@ -506,9 +506,9 @@ public function actionDownload(){ |
|
|
|
|
|
|
|
|
|
|
|
public function actionUsercallIndex() { |
|
|
|
public function actionUsercallIndex() { |
|
|
|
$request = Yii::$app->request; |
|
|
|
$request = Yii::$app->request; |
|
|
|
$company_id = $request->get('company_id',0); |
|
|
|
$company_type = $request->get('company_type',0); |
|
|
|
return $this->render('usercall-index',[ |
|
|
|
return $this->render('usercall-index',[ |
|
|
|
'company_id' => $company_id |
|
|
|
'company_id' => $company_type |
|
|
|
]); |
|
|
|
]); |
|
|
|
} |
|
|
|
} |
|
|
|
public function actionUsercallIndexJson(){ |
|
|
|
public function actionUsercallIndexJson(){ |
|
|
|