|
@@ -187,6 +187,7 @@ class Amazonbarcode extends Start_Controller {
|
|
|
$info_list[$key]['addtime'] = '';
|
|
|
}
|
|
|
$info_list[$key]['out_num'] = $value['out_num']*1;
|
|
|
+ $info_list[$key]['batch_no'] = empty($value['batch_no'])?'':$value['batch_no'];
|
|
|
}
|
|
|
$total = $this->amazonbarcode->find_count($where);
|
|
|
$pagenum = ceil($total/$perpage);
|