public function actionSelectinput($q = null) { return Proc::ResultSelect2(['model' => new Material(), 'q' => $q, 'methodquery' => 'selectinput']); }
public function actionSelectinputforosmotrakt($q = null) { if (Yii::$app->request->isAjax) { return Proc::ResultSelect2(['model' => new TrOsnov(), 'q' => $q, 'methodquery' => 'selectinputforosmotrakt']); } }
public function actionSelectinput($field, $q = null) { return Proc::ResultSelect2(['model' => new Preparat(), 'field' => $field, 'q' => $q]); }
public function actionSelectinputforstreet($q = null, $fias_city = null) { if (Yii::$app->request->isAjax) { return Proc::ResultSelect2(['model' => new Fias(), 'q' => $q, 'methodquery' => 'selectinputforstreet', 'methodparams' => ['fias_city' => $fias_city]]); } }
public function actionSelectinput($field, $q = null) { return Proc::ResultSelect2(['model' => new Dolzh(), 'field' => $field, 'q' => $q, 'order' => 'dolzh_name']); }
public function actionSelectinputemloyee($q = null) { return Proc::ResultSelect2(['model' => new Employee(), 'q' => $q, 'methodquery' => 'selectinput']); }
public function actionSelectinput($field, $q = null) { return Proc::ResultSelect2(['model' => new Authuser(), 'field' => $field, 'q' => $q, 'order' => 'auth_user_fullname']); }
public function actionSelectinput($field, $q = null) { return Proc::ResultSelect2(['model' => new Reason(), 'field' => $field, 'q' => $q, 'order' => 'reason_text']); }
public function actionSelectinputfordiag($q = null) { if (Yii::$app->request->isAjax) { return Proc::ResultSelect2(['model' => new Classmkb(), 'q' => $q, 'methodquery' => 'selectinput']); } }
public function actionSelectinputfortrmatosmotr($q = null, $idosmotraktmat = null) { if (Yii::$app->request->isAjax) { return Proc::ResultSelect2(['model' => new TrMat(), 'q' => $q, 'methodquery' => 'selectinputfortrmatosmotr', 'methodparams' => ['idosmotraktmat' => $idosmotraktmat]]); } }