{extend name="common/common2" /} {block name="main"}
订单金额总览
订单总金额
{$orderData.total}
预收金
{$orderData.pre_money}
已支付金额
{$orderData.pay}
已结算金额
{$orderData.yjs}
订单状态概览
订单增长率
100%
90%
与上月对比 {if $bl <0} {$bl}% {else} +{$bl}% {/if}
{$lastOrder}
上月订单总量
{$curOrder}
本月订单量
科室/部门订单类型月分布
陪护人员工作数据预览
{$userCount.count1}
陪护总数
{$userCount.count2}
在岗人数
{$userCount.count3}
空闲人数
{foreach $workerList as $k=>$v} {/foreach}
姓名 进行中 已完成 服务天数
{$v.name} {$v.count} {$v.ywc} {$v.day}
{/block} {block name="script"} {/block}