Example #1
0
 public function actionSelectinput($q = null)
 {
     return Proc::ResultSelect2(['model' => new Material(), 'q' => $q, 'methodquery' => 'selectinput']);
 }
Example #2
0
 public function actionSelectinputforosmotrakt($q = null)
 {
     if (Yii::$app->request->isAjax) {
         return Proc::ResultSelect2(['model' => new TrOsnov(), 'q' => $q, 'methodquery' => 'selectinputforosmotrakt']);
     }
 }
Example #3
0
 public function actionSelectinput($field, $q = null)
 {
     return Proc::ResultSelect2(['model' => new Preparat(), 'field' => $field, 'q' => $q]);
 }
Example #4
0
 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]]);
     }
 }
Example #5
0
 public function actionSelectinput($field, $q = null)
 {
     return Proc::ResultSelect2(['model' => new Dolzh(), 'field' => $field, 'q' => $q, 'order' => 'dolzh_name']);
 }
Example #6
0
 public function actionSelectinputemloyee($q = null)
 {
     return Proc::ResultSelect2(['model' => new Employee(), 'q' => $q, 'methodquery' => 'selectinput']);
 }
Example #7
0
 public function actionSelectinput($field, $q = null)
 {
     return Proc::ResultSelect2(['model' => new Authuser(), 'field' => $field, 'q' => $q, 'order' => 'auth_user_fullname']);
 }
Example #8
0
 public function actionSelectinput($field, $q = null)
 {
     return Proc::ResultSelect2(['model' => new Reason(), 'field' => $field, 'q' => $q, 'order' => 'reason_text']);
 }
Example #9
0
 public function actionSelectinputfordiag($q = null)
 {
     if (Yii::$app->request->isAjax) {
         return Proc::ResultSelect2(['model' => new Classmkb(), 'q' => $q, 'methodquery' => 'selectinput']);
     }
 }
Example #10
0
 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]]);
     }
 }