Пример #1
0
 public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->set_relate_db('sWorkingweek', '_id', 'name');
     $this->is_link = false;
     $this->add_where(WHERE_TYPE_WHERE, 'packed', 0);
 }
Пример #2
0
 public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->typ = "Field_userid";
     $this->set_relate_db('uUser', '_id', 'name');
     $this->projectFieldName = 'projectIds';
 }
 public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->set_relate_db('uUser', 'cars._id', 'cars.$');
     $this->needOrgId = 0;
     $this->xinghao = '';
     $this->chepaihao = '';
 }
 public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->typ = "Field_related_multi_ids";
     $this->model_name = '';
     $this->valueSetted = false;
     $this->placeholder = '请点击<+>输入';
     $this->jsonValue = array();
     $this->plusCreateData = NULL;
 }
 public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->typ = "Field_related_id";
     $this->model_name = '';
     $this->placeholder = '请点击<+>输入';
     $this->jsonValue = array();
     $this->plusCreateData = array();
     $this->searchPlus = "";
     $this->tips = "输入内容可以搜索选择,输入新的内容会自动创建";
 }
 public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->typ = "Field_related";
     $this->tableName = '';
     $this->valueField = '';
     $this->showField = '';
     $this->whereData = array();
     $this->valueSetted = false;
     $this->showValue = ' - ';
     $this->enum = array();
     $this->typs = array();
     $this->tableName = 'fTurnoverType';
     $this->valueField = 'id';
     $this->showField = 'name';
     $this->typ = -1;
 }
Пример #7
0
 public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->typ = "Field_cross_relate";
     $this->valueSetted = false;
     $this->showValue = ' - ';
     $this->enum = array();
     $this->needOrgId = 1;
     $this->whereOrgId = '';
     $this->relate_id_is_id = true;
     $this->value_checked = 0;
     $this->relate_typ = 0;
     $this->relate_id = '';
     $this->whereData = array();
     $this->tableName = array();
     $this->valueField = array();
     $this->showField = array();
 }
 public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->set_relate_db('oOrg', '_id', 'name');
     $this->needOrgId = 0;
 }
Пример #9
0
 public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->set_relate_db('gDepartment', '_id', 'name');
     $this->is_link = false;
 }
 public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->set_relate_db('sProject', '_id', 'name');
 }