{extend name="common/common2" /} {block name="main"}
订单编号 | {$info['sn']} | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
类型 | {$info['work_type_mode_text']} | ||||||||||||||||||
申请人 | {$info['real_name']} | ||||||||||||||||||
联系方式 | {$info['mobile']} | ||||||||||||||||||
申请时间 | {$info['create_time']} | ||||||||||||||||||
所在科室/部门 | {$info['dep']} | ||||||||||||||||||
一级调度附言 | {$info['schedulContent']} | ||||||||||||||||||
报修类型 | {$info['order_type']} | ||||||||||||||||||
报修事项 | {$info['order_type_matter']} | ||||||||||||||||||
报修地点 | {$info['address_title']} | ||||||||||||||||||
报修紧急程度 | {$info['repair_priority']} | ||||||||||||||||||
任务内容 | {$info['content']} |
||||||||||||||||||
开始地点 | {$info['oc']['start_name']} |
||||||||||||||||||
运送类型 | {$info['oc']['type_name']} | ||||||||||||||||||
结束地点 | {$info['oc']['end_name']} |
||||||||||||||||||
优先级 | {if $info['oc']['priority'] == 1}可延缓的{/if} {if $info['oc']['priority'] == 2}常规{/if} {if $info['oc']['priority'] == 3}紧急{/if} {if $info['oc']['priority'] == 4}预约{/if} | ||||||||||||||||||
运送工具 | {$info['oc']['device_name']} |
||||||||||||||||||
需求时间 | {$info['oc']['xq_time']} |
||||||||||||||||||
应完成时间 | {$info['oc']['ywc_time']} |
||||||||||||||||||
联系人 | {$info['oc']['name']} |
||||||||||||||||||
联系电话 | {$info['oc']['phone']} |
||||||||||||||||||
床号 | {$info['ocp']['bed_number']} | ||||||||||||||||||
姓名 | {$info['ocp']['name']} | ||||||||||||||||||
病案号 | {$info['ocp']['ba_number']} | ||||||||||||||||||
性别 | {if $info['ocp']['gender'] == 0}未知{/if} {if $info['ocp']['gender'] == 1}男{/if} {if $info['ocp']['gender'] == 2}女{/if} | ||||||||||||||||||
往返 | {if $info['ocp']['back'] == 0}否{/if} {if $info['ocp']['back'] == 1}是{/if} | ||||||||||||||||||
语音 | |||||||||||||||||||
图片 |
{foreach $info['images'] as $key=>$val} {/foreach} |
||||||||||||||||||
视频 | |||||||||||||||||||
状态 | 已处理 | ||||||||||||||||||
状态 | {$info['order_mode_text']} |
||||||||||||||||||
联系人 | {$info['name']} | ||||||||||||||||||
电话 | {$info['phone']} | ||||||||||||||||||
派单类型 | 二级调度 | ||||||||||||||||||
派单类型 | 员工 | ||||||||||||||||||
原因 | {$info['reason']} | ||||||||||||||||||
知会人 | {$info['informer_user_name']} | ||||||||||||||||||
整改分类 | {$info['quality_cate_name']} | ||||||||||||||||||
评价 |
{$info['comment']['content']}
|
||||||||||||||||||
工单信息 |
|
||||||||||||||||||
耗材信息 |
|
||||||||||||||||||
操作 | {if condition="($info['is_deal']==0 and $info['order_mode']==1) or (!$turnoff and $info['order_mode']==1) or ($turnoff and $level2 and $info['is_deal']==1 and $info['order_mode']==1)"} 转任务 {/if} {if $info.order_mode==1 || $info.order_mode==4} {/if} {if $info['order_mode']==1 && $info['work_type_mode']==1 && $org_auto_send} {if $info['order_type']} 自动派单 {else} 自动派单 {/if} {/if} {if condition="($info['is_deal']==0 and $info['work_type_mode']==0 and $info['order_mode']==1)"} 转单 {/if} {if $info['is_ch'] == 1} 撤回 {/if} {if $info.order_mode==4} {/if} |