{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 { height: 200px; width: 100%; box-sizing: border-box; display: inline-block; background-color: #eee; overflow: auto; } .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"}
查看明细
  • 整体任务内容
  • 任务量:
  • {if condition='$info.enterprise.type eq 1'} {$info.enterprise.task_quantity}{$info.enterprise.task_unit} {else} 100% {/if}
  • 已完成量:
  • {$info.enterprise.number} {if condition='$info.enterprise.type eq 2'}%{else} {$info.enterprise.task_unit} {/if}
{volist name='$info.list' id='vo'}
  • 执行人
  • {$vo.staffname}
  • 任务量:
  • {if $info.enterprise.type == 1} {$vo.task_quantity} {$info.enterprise.task_unit} {elseif $info.enterprise.type == 2} {if $info.grade_type == '1' }{$vo.cause_task_quantity}{elseif $info.grade_type == '2'}{$vo.shop_task_quantity}{/if}% {/if}
  • 已完成量:
  • {if condition='$vo.number eq 0'}0{else}{$vo.number}{/if} {$info.enterprise.task_unit}
{/volist}


{/block}