public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->typ = "Field_array_kv";
     $this->value = array();
     $this->allKeys = array();
 }
 public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->typ = "Field_array";
     $this->value = array('', '', '', '', '');
     $this->names = array('损坏位置', '旧件拆后', '新件装上去前', '新旧对比', '新件装好后');
 }
 public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->typ = "Field_tag";
     $this->default = array();
     $this->value = array();
 }
 public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->typ = "Field_array";
     $this->real_data = array();
     $this->value = array();
 }
 public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->typ = "Field_array";
     $this->value = array();
     $this->imgCountLimit = 0;
     $this->uploadUrl = "amanagement/upload";
 }
 public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->typ = "Field_array";
     $this->value = $this->default = array();
     $this->imgCountLimit = 5;
     $this->uploadUrl = "common/doUpload";
     $this->uploadDir = "duploads";
 }
 public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->typ = "Field_array_hash";
     $this->field_typ = "Null_model";
     $this->hash_info = array('name' => '名称', 'info' => '信息');
     $this->value = array();
     $this->datas = array();
 }