|
@@ -238,6 +238,8 @@ class Fullordersmt extends Start_Controller {
|
|
|
$timetj = strtotime($timetj);
|
|
$timetj = strtotime($timetj);
|
|
|
$px = $this->input->post('px',true);
|
|
$px = $this->input->post('px',true);
|
|
|
$plorder = $this->input->post('pl',true);
|
|
$plorder = $this->input->post('pl',true);
|
|
|
|
|
+ $phone = $this->input->post('phone',true);
|
|
|
|
|
+
|
|
|
$where = "1=1 and (".rtrim($fgshop,'or').")";
|
|
$where = "1=1 and (".rtrim($fgshop,'or').")";
|
|
|
if($warehouse)
|
|
if($warehouse)
|
|
|
{
|
|
{
|
|
@@ -329,6 +331,10 @@ class Fullordersmt extends Start_Controller {
|
|
|
{
|
|
{
|
|
|
$where .= " and fullname = '$fullname'";
|
|
$where .= " and fullname = '$fullname'";
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ if($phone){
|
|
|
|
|
+ $where .= " and phone like '%$phone%'";
|
|
|
|
|
+ }
|
|
|
//数据排序
|
|
//数据排序
|
|
|
if($px)
|
|
if($px)
|
|
|
{
|
|
{
|