|
@@ -1019,6 +1019,11 @@ class Beihuogl extends Start_Controller {
|
|
|
$str .= "<a href='javascript:void(0)' style='margin-right:4px;color: #fff;background-color:#CD5C5C;padding:4px 10px;border-radius:5px;font-size:15px' data-bh_no='".$v['bh_no']."' onclick='checkdownload(this)'>品名校验</a>";
|
|
$str .= "<a href='javascript:void(0)' style='margin-right:4px;color: #fff;background-color:#CD5C5C;padding:4px 10px;border-radius:5px;font-size:15px' data-bh_no='".$v['bh_no']."' onclick='checkdownload(this)'>品名校验</a>";
|
|
|
$str .= "</div>";
|
|
$str .= "</div>";
|
|
|
}
|
|
}
|
|
|
|
|
+ if($v['status'] == 4){
|
|
|
|
|
+ $str .= "<div style='text-align:center;'>";
|
|
|
|
|
+ $str .= "<a href='javascript:void(0)' style='margin-right:4px;color: #fff;background-color:#CD5C5C;padding:4px 10px;border-radius:5px;font-size:15px' data-bh_no='".$v['bh_no']."' onclick='checkdownload(this)'>品名校验</a>";
|
|
|
|
|
+ $str .= "</div>";
|
|
|
|
|
+ }
|
|
|
$list[$k]['update_time'] = $str;
|
|
$list[$k]['update_time'] = $str;
|
|
|
unset($list[$k]['ck_status']);
|
|
unset($list[$k]['ck_status']);
|
|
|
}
|
|
}
|