{{ partial("header/header") }} {##} 任务详情
任务日志
{% for index,value in logs %} {%if value['logType'] == 'handle'%}
{{ value['log'] }} {% if value['status'] == 'start'%} 【流程已开始】 {%endif%} {% if value['status'] == 'cancel'%} 【流程已取消】 {%endif%} {% if value['status'] == 'close'%} 【流程已完成】 {%endif%}

{{ value['created'] }}

{%if value['job_buality'] is not empty%} {{value['job_buality']}} {%endif%}
{%if value['avatar'] is not empty%} {%else%} {%endif%}

{{ value['operateName'] }}

{% if value["isadvice"] == "Y" %}
处理意见: {{value["advice"]}}
附件: {% if value['attachment'] != "" %} {% for index2,atta in value['attachment'] %} {% endfor %} {% endif %}
{% endif %}
{%elseif value['logType'] == 'delayed' %}
{{ value['log'] }}
原因:{{ value['advice'] }}

{{ value['created'] }}

{%if value['avatar'] is not empty%} {%else%} {%endif%}

{{ value['operateName'] }}

{% if value["isadvice"] == "Y" %}
处理意见: {{value["advice"]}}
附件: {% if value['attachment'] != "" %} {% for index2,atta in value['attachment'] %} {% endfor %} {% endif %}
{% endif %}
{%else%}
{%for item in value['record']%}
{{ item['log'] }}

{{ item['created'] }}

{%if item['job_buality'] is not empty%} {{item['job_buality']}} {%endif%}
{#

{{ item['operateName'] }}

#}
{%endfor%}
{%endif%} {% endfor %}
质检结果
{#
#}{##}{#
#} {{ partial("foorter/footer") }}