diff --git a/include/class/table_theme.class.php b/include/class/table_theme.class.php index ede8f12..c0b217f 100644 --- a/include/class/table_theme.class.php +++ b/include/class/table_theme.class.php @@ -53,7 +53,8 @@ class table_theme { 'fiend' => '', 'tname' => '', 'source' => 'search', - 'allnone' => 1 + 'allnone' => 1, + 'condition' => '' ]; } @@ -302,7 +303,7 @@ class table_theme { data-source="'.$this->select2['source'].'" data-default="'.$value.'" data-division="," - data-condition="p_type|||0" + data-condition="'.$this->select2['condition'].'" data-placeholder="'.$this->select2['placeholder'].'"> @@ -870,7 +871,8 @@ class table_theme { 'fiend' => 'p_value', 'tname' => 'para', 'source' => 'search_para_eaps', - 'allnone' => 0 + 'allnone' => 0, + 'condition' => 'p_type|||0' ]; $this->search[] = self::input_select_search_multiple(); }