{extend name="../../base/view/common/base" /} {block name="style"} {/block} {block name="body"}
| Reporter | {$detail.person_name} | Report type | {eq name="$detail.types" value="1"}[Daily]{/eq} {eq name="$detail.types" value="2"}[Weekly]{/eq} {eq name="$detail.types" value="3"}[Monthly]{/eq} | Report time | {eq name="$detail.send_time" value="0"} Not reported {else/} {$detail.send_time} {/eq} |
| Report period | {$detail.range_date} | Recipients | {$detail.users} | ||
| Work content | {:nl2br($detail.works)} | ||||
| Work plan | {:nl2br($detail.plans)} | ||||
| Other items | {:nl2br($detail.remark)} | ||||
| Attachments |
{volist name="$detail.file_array" id="vo"}
{:file_card($vo,'view')}
{/volist}
|
||||
| Read receipt | {$detail.read_users} | ||||