{extend name="Public/base" /} {block name="js"} {/block} {block name="css"} {/block} {block name="style"} .fenpei_table { height: 450px; width: 100%; overflow: auto; } .add_input{width:100%;} ul,ul li{margin:0;padding:0; list-style:none;} .mx_con { min-height: 150px; width: 100%; box-sizing: border-box; display: inline-block; background-color: #eee; overflow: auto; padding: 15px; } .mx3 { clear: both; float: left; height: auto; width: 100%; } .mx3 li { font-size: 13px; line-height: 30px; color: #333; float: left; height: 30px; padding:0 5px; box-sizing:border-box; overflow:hidden; } .mx3 li:nth-child(1) { width:35%; } .mx3 li:nth-child(2) { width:35%; } .mx3 li:nth-child(3) { width:30%; } .mx2 { clear: both; float: left; height: auto; width: 100%; } .mx2 li { font-size: 13px; line-height: 30px; color: #333; float: left; height: 30px; padding:0 5px; box-sizing:border-box; } .mx2 li:nth-child(1) { width:35%; overflow:hidden; } .mx2 li:nth-child(2) { width:65%; overflow:auto; } .mx_pad { padding: 5px; box-sizing:border-box; } {/block} {block name="main"}
查看明细

我的任务


  • 执行人
  • {$data.name}     {notempty name="data.task.distribution"} {$data.task.distribution}% {/notempty}
  • 分配量
  • %
  • 完成量
  • {$data.daily.all}
  • 今日完成
  • 整体任务内容
  • {$data.task.describe}
  • 任务量
  • {$data.task.task_quantity}{$data.str}
  • 已完成量
  • %
  • 今日完成量
  • {$data.all} %
  • 日报
  • {$data.daily.describe}

下属任务


{foreach $data.distribution as $k=>$v }
  • 执行人
  • {$v.staffname}      {notempty name="v.distribution"} {$v.distribution}% {/notempty}
  • 完成量
  • {$v.sub.all_1} / {eq name="v.task_type" value="2"} 100 %{else/} {$v.task_quantity} {/eq}
  • 开始时间
  • {$v.start_time}
  • 结束时间
  • {$v.end_time}
  • 日报提交
查看下级分解情况 查看日报
{/foreach} {/block}