Commit bf820544 authored by hujun's avatar hujun

total

parent 40bdf0d5
......@@ -502,7 +502,7 @@ class AmercementService
}
$result_['list'] = $result;
$result_['total'] = $result = $this->m_amercement->getAmercementTotal($conditions);
$conditions["status"] = 1;
$money = $this->m_amercement->getAmercementListSum($conditions, 'money_sum');
$result_['money'] = $money . '';
return $result_;
......
......@@ -201,7 +201,7 @@
<span class="btn btn-info btn3 margin-top-ld" id="search" style="float:left ;">搜索</span>
<span class="btn btn-info btn3 margin-top-ld" id="reset" style="float:left ;">重置</span>
<span class="btn btn-info btn3 margin-top-ld" id="export" style="float:left ;">导出excel</span>
<label class="margin-top-ld col-sm-2 control-label btn-lg">已支付总计:<span id="total_money"></span></label>
<label class="margin-top-ld control-label btn-lg">已支付总计:<span id="total_money"></span></label>
</div>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment