From bf9ccca0a7e6e1ef9a54d107c9b0ea12c1df4e62 Mon Sep 17 00:00:00 2001 From: cloud Date: Fri, 26 Jun 2020 02:24:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=B9=BF=E5=91=8A=E4=BD=8D?= =?UTF-8?q?=E5=BD=95=E5=85=A5=E6=97=B6=E5=8F=AF=E4=BB=A5=E5=90=8C=E6=97=B6?= =?UTF-8?q?=E7=AD=9B=E9=80=89=E5=A4=9A=E4=B8=AA=E5=B9=BF=E5=91=8A=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/class/table_theme.class.php | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/include/class/table_theme.class.php b/include/class/table_theme.class.php index c0b217f..81d04ec 100644 --- a/include/class/table_theme.class.php +++ b/include/class/table_theme.class.php @@ -773,8 +773,18 @@ class table_theme { $tsql = load::own_class('tsql','new'); $this->search[] = self::input_search(['e_number','广告位编号',$_M['form']['e_number']],'输入广告位编号'); //位置 - $para = $tsql->table('para')->where(['p_type' => 0])->all(); - $this->search[] = self::para_select($para,['e_aps','位置']); + $this->select2 = [ + '_fiend' => ['veaps','位置'], + 'placeholder' => '可选择多个位置', + 'fiend' => 'p_value', + 'tname' => 'para', + 'source' => 'search_para_eaps', + 'allnone' => 0, + 'condition' => 'p_type|||0' + ]; + $this->search[] = self::input_select_search_multiple(); +// $para = $tsql->table('para')->where(['p_type' => 0])->all(); +// $this->search[] = self::para_select($para,['e_aps','位置']); //门口方位 $para = $tsql->table('para')->where(['p_type' => 3])->all(); $this->search[] = self::para_select($para,['e_bno','门口方位']);