lvhao hai 1 mes
pai
achega
13ddd2184e
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      core/CoreApp/controllers/Returngoods.php

+ 8 - 0
core/CoreApp/controllers/Returngoods.php

@@ -483,6 +483,8 @@ class Returngoods extends Start_Controller {
             $number = $this->input->post('number',true);
             $recorder = $this->input->post('recorder',true);
             $shipremarks = $this->input->post('shipremarks',true);
+            $jjcd = $this->input->post('jjcd',true);
+            $shpjxx = $this->input->post('shpjxx',true);
             $where = " 1 = 1 ";
             if($orderinfo)
             {
@@ -527,6 +529,12 @@ class Returngoods extends Start_Controller {
             {
                 $where  .= " and cate_two = '$cate_two'";
             }
+            if($jjcd){
+                $where  .= " and jjcd = '$jjcd'";
+            }
+            if($shpjxx){
+                $where  .= " and shpjxx = '$shpjxx'";
+            }
 
             if($shipremarks){
                 $list = $this->returngoods->find_all($where,'id,number,table_type');