lvhao 7 часов назад
Родитель
Сommit
9212aae3bd
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      core/CoreApp/controllers/Beihuogl.php

+ 5 - 0
core/CoreApp/controllers/Beihuogl.php

@@ -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 .=  "</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;
                 unset($list[$k]['ck_status']);
             }