|
@@ -2006,6 +2006,7 @@ class Whlabel_bh extends Start_Controller {
|
|
|
$purchase = $this->input->post('purchase',true);
|
|
|
$transfer = $this->input->post('transfer',true);
|
|
|
$lx = $this->input->post('lx',true);
|
|
|
+ $crk_select = $this->input->post('crk',true);
|
|
|
$timetk = $this->input->post('timetk',true);
|
|
|
$timetj = $this->input->post('timetj',true);
|
|
|
$timetk = strtotime($timetk);
|
|
@@ -2040,6 +2041,14 @@ class Whlabel_bh extends Start_Controller {
|
|
|
{
|
|
|
$where .= " and fpdata like '%-".$color."-%'";
|
|
|
}
|
|
|
+ if(!empty($crk_select)){
|
|
|
+ if($crk_select == 1){
|
|
|
+ $where .=" and rk != ck ";
|
|
|
+ }
|
|
|
+ if($crk_select == 2){
|
|
|
+ $where .=" and rk = ck ";
|
|
|
+ }
|
|
|
+ }
|
|
|
//数据排序
|
|
|
$order_str = "id desc";
|
|
|
if(empty($page))
|