瀏覽代碼

提交数据

lvhao 4 月之前
父節點
當前提交
01cedd3d65
共有 1 個文件被更改,包括 12 次插入2 次删除
  1. 12 2
      core/CoreApp/controllers/Zzququeu9.php

+ 12 - 2
core/CoreApp/controllers/Zzququeu9.php

@@ -859,11 +859,21 @@ class Zzququeu9 extends Start_Controller {
                if(!empty($v['dr_no'])){
                     $dr_no = $v['dr_no']."【香港组织】<br/>".$dr_no;
                }
-
+               $type = "";
+               if(isset($type_list[$v['type']])){
+                    if($v['type'] == 2){
+                         $type = "<b style='#70B'>".$type_list[$v['type']]."</b>";
+                    }else{
+                         $type = "<b>".$type_list[$v['type']]."</b>";
+                    }
+                    
+               }else{
+                    $type = "<b style='color:red'>异常</b>";
+               }
                $list[] = [
                     'id'=>$v['id'],
                     'order_no'=>$v['order_no'],
-                    'type'=>isset($type_list[$v['type']])?$type_list[$v['type']]:"异常",
+                    'type'=>$type,
                     'dc_no'=> $dc_no,
                     'cg_no'=>$cg_no,
                     'xs_no'=>$xs_no,