|
@@ -555,6 +555,7 @@ class Returngoods extends Start_Controller {
|
|
|
$shipremarks = $this->input->post('shipremarks',true);
|
|
$shipremarks = $this->input->post('shipremarks',true);
|
|
|
$jjcd = $this->input->post('jjcd',true);
|
|
$jjcd = $this->input->post('jjcd',true);
|
|
|
$shpjxx = $this->input->post('shpjxx',true);
|
|
$shpjxx = $this->input->post('shpjxx',true);
|
|
|
|
|
+ $shsh_status = $this->input->post('shsh_status',true);
|
|
|
$where = " 1 = 1 ";
|
|
$where = " 1 = 1 ";
|
|
|
if($orderinfo)
|
|
if($orderinfo)
|
|
|
{
|
|
{
|
|
@@ -567,6 +568,9 @@ class Returngoods extends Start_Controller {
|
|
|
{
|
|
{
|
|
|
$where .= " and back_no = '$back_no' ";
|
|
$where .= " and back_no = '$back_no' ";
|
|
|
}
|
|
}
|
|
|
|
|
+ if(!empty($shsh_status)){
|
|
|
|
|
+ $where .= " and shsh_status = '$shsh_status' ";
|
|
|
|
|
+ }
|
|
|
if($shop)
|
|
if($shop)
|
|
|
{
|
|
{
|
|
|
$where .= " and shop = '$shop' ";
|
|
$where .= " and shop = '$shop' ";
|