Example #1
0
 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]);
     }
 }
Example #2
0
 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]);
     }
 }
Example #3
0
 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]);
     }
 }