|
@@ -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');
|