public function actionMaterialfilter() { $model = new MaterialFilter(); if (Yii::$app->request->isAjax && Yii::$app->request->isGet) { Proc::PopulateFilterForm('MaterialSearch', $model); return $this->renderAjax('_materialfilter', ['model' => $model]); } }
public function actionFilter() { $model = new AuthitemFilter(); if (Yii::$app->request->isAjax && Yii::$app->request->isGet) { Proc::PopulateFilterForm('AuthitemSearch', $model); return $this->renderAjax('_filter', ['model' => $model]); } }
public function actionGlaukfilter() { $model = new PatientFilter(); if (Yii::$app->request->isAjax && Yii::$app->request->isGet) { Proc::PopulateFilterForm('PatientSearch', $model); return $this->renderAjax('_glaukfilter', ['model' => $model]); } }
public function actionRecoverysendaktfilter() { $model = new RecoverysendaktFilter(); if (Yii::$app->request->isAjax && Yii::$app->request->isGet) { Proc::PopulateFilterForm('RecoverysendaktSearch', $model); return $this->renderAjax('_recoverysendaktfilter', ['model' => $model]); } }