|
@@ -2246,7 +2246,7 @@ class Whlabel_bh extends Start_Controller {
|
|
$rows[$k]['yphsl'] = $yphsl; //已配货数量
|
|
$rows[$k]['yphsl'] = $yphsl; //已配货数量
|
|
$rows[$k]['yjgsj'] = $yjgsj; //已完工数量
|
|
$rows[$k]['yjgsj'] = $yjgsj; //已完工数量
|
|
$rows[$k]['wwgsl'] = $tmp_bhnum - $yjgsj; //未完工数量
|
|
$rows[$k]['wwgsl'] = $tmp_bhnum - $yjgsj; //未完工数量
|
|
- $rows[$k]['jgtime'] = empty($v['jgtime'])?'<i class="method fa fa-edit" data-id="'.$v['id'].'" onclick="edit_jgtime(this)"></i>':date("Y-m-d H:i:s",$v['jgtime']).' <i class="method fa fa-edit" data-id="'.$v['id'].'" onclick="edit_jgtime(this)"></i>';
|
|
|
|
|
|
+ $rows[$k]['jgtime'] = empty($v['jgtime'])?'<i class="method fa fa-edit" data-id="'.$v['id'].'" onclick="edit_jgtime(this)"></i>':date("Y-m-d ",$v['jgtime']).' <i class="method fa fa-edit" data-id="'.$v['id'].'" onclick="edit_jgtime(this)"></i>';
|
|
}
|
|
}
|
|
|
|
|
|
$total = $this->whlabel_bh->find_count($where);
|
|
$total = $this->whlabel_bh->find_count($where);
|