|
@@ -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,
|