Commit 8968db40 authored by clone's avatar clone

Merge branch 'test'

parents d9ffc841 1d6fcc0f
......@@ -3633,7 +3633,7 @@ class Finance extends Basic
$where['b.is_open'] = $is_open;
$where['a.type'] = $type;
$where['b.status'] = ['in', '10,11,13'];
$where['b.father_id'] = 0;
$where['b.father_id'] = $where['a.is_del'] = 0;
$price = $m_pay->sumBargainPrice('a.real_money', $where); //未开业中介费
return empty($price) ? '' : $price;
}
......@@ -3653,7 +3653,7 @@ class Finance extends Basic
$where['b.is_open'] = $is_open;
$where['a.type'] = $type;
$where['b.status'] = ['in', '10,11,13'];
$where['b.father_id'] = 0;
$where['b.father_id'] = $where['a.is_del'] = 0;
$price = $m_pay->sumBargainPrice('a.refund_money', $where); //未开业中介费
} else {
$where['type'] = $type;
......
......@@ -1284,7 +1284,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
},
getValueFunction : function(data){
var persent = 70% ;
var persent = 0.7*1;
$('.zhzd').show();
$('.zjcon').hide();
var doc = $('#modal-addPic');
......
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