|
@@ -62,6 +62,7 @@ class Whlabeltransport extends Start_Controller {
|
|
$sku = $this->input->post('sku',true);
|
|
$sku = $this->input->post('sku',true);
|
|
$text = $this->input->post('text',true);
|
|
$text = $this->input->post('text',true);
|
|
$cz = $this->input->post('cz',true);
|
|
$cz = $this->input->post('cz',true);
|
|
|
|
+ $order_no = $this->input->post('order_no',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);
|
|
$timetj = $this->input->post('timetj',true);
|
|
$timetj = $this->input->post('timetj',true);
|
|
@@ -72,6 +73,9 @@ class Whlabeltransport extends Start_Controller {
|
|
{
|
|
{
|
|
$where .= " and warehouse = '$warehouse'";
|
|
$where .= " and warehouse = '$warehouse'";
|
|
}
|
|
}
|
|
|
|
+ if($order_no){
|
|
|
|
+ $where .= " and order_no = '$order_no'";
|
|
|
|
+ }
|
|
if($sku)
|
|
if($sku)
|
|
{
|
|
{
|
|
$where .= " and sku = '$sku'";
|
|
$where .= " and sku = '$sku'";
|