{extend name="common/common2" /} {block name="main"}
| 投诉人 | {$info['realName']} | 
|---|---|
| 时间 | {$info['create_time']} | 
| 部门 | {$info['depName']} | 
| 内容 | {$info['content']} | 
| 处理意见 | {$info['note']} | 
| 语音 | |
| 图片 | 
                                {foreach $info['images'] as $key=>$val}
                                 | 
| 视频 | |
| 状态 | {$info['statusTxt']} | 
| 联系人 | {$info['name']} | 
| 电话 | {$info['phone']} | 
| 评价 | 
                                {$info['comment']['content']}
                             | 操作 | {if $info.status==0} 直接处理 转任务 转单 {/if} {if $info.order_id > 0 && $info.status==1} {if $info.to_from==0} 订单详情 {else} 隐患详情 {/if} {/if} {if ($info['status'] == 1 && $info['order_id'] == 0) || ($info.status == 1 && $info.order_mode == 3 || $info.order_mode == 5 || $info.order_mode == 6)} 总结 {/if} |