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