销售金额统计:
- 销售金额统计,更清楚了了解每月销售的情况,为你下一步的营销计划做出更好的判定!
{if:$this->numbers!==null}
{set:$fc=new FlashChart(IUrl::creatUrl("").'chart/',"100%",320);$info=array("title"=>'金额统计','numbers'=>$this->numbers,'dates'=>$this->dates,'max'=>$this->max,'steps'=>$this->steps);$fc->setChart("chart/templatechart/bar_amount.txt",$info);}
{else:}
{/if}