|
@@ -687,6 +687,7 @@ class Transfer extends Start_Controller {
|
|
$transfer = $this->input->post('transfer',true);
|
|
$transfer = $this->input->post('transfer',true);
|
|
$lx = $this->input->post('lx',true);
|
|
$lx = $this->input->post('lx',true);
|
|
$type = $this->input->post('type',true);
|
|
$type = $this->input->post('type',true);
|
|
|
|
+ $pm = $this->input->post('pm',true);
|
|
$jiaji = $this->input->post('jiaji',true);
|
|
$jiaji = $this->input->post('jiaji',true);
|
|
$xztime = $this->input->post('xztime',true);
|
|
$xztime = $this->input->post('xztime',true);
|
|
$timetk = $this->input->post('timetk',true);
|
|
$timetk = $this->input->post('timetk',true);
|
|
@@ -698,6 +699,9 @@ class Transfer extends Start_Controller {
|
|
{
|
|
{
|
|
$where .= " and number = '$number'";
|
|
$where .= " and number = '$number'";
|
|
}
|
|
}
|
|
|
|
+ if($pm){
|
|
|
|
+ $where .= " and pm = '%".$pm."%'";
|
|
|
|
+ }
|
|
if($purchase)
|
|
if($purchase)
|
|
{
|
|
{
|
|
$where .= " and purchase = '$purchase'";
|
|
$where .= " and purchase = '$purchase'";
|