|
|
@@ -59,6 +59,7 @@ class Amazonbarcode extends Start_Controller {
|
|
|
$label = $this->input->post('label',true);
|
|
|
$print = $this->input->post('print',true);
|
|
|
$xztime = $this->input->post('xztime',true);
|
|
|
+ $batch_no = $this->input->post('batch_no',true);
|
|
|
$timetk = strtotime($timetk);
|
|
|
$timetj = strtotime($timetj);
|
|
|
$where = "1=1";
|
|
|
@@ -70,6 +71,9 @@ class Amazonbarcode extends Start_Controller {
|
|
|
{
|
|
|
$where .= " and label = '$label'";
|
|
|
}
|
|
|
+ if($batch_no){
|
|
|
+ $where .= " and batch_no = '$batch_no'";
|
|
|
+ }
|
|
|
if($print != '')
|
|
|
{
|
|
|
$where .= " and print = '$print'";
|