Commit 06bb78a4 authored by agping's avatar agping

1

parent 44fbcbfc
......@@ -1486,11 +1486,16 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
$('.shanghai').hide();
$('.hangzhou').show();
$('.shenzheng').hide();
}else{
}else if(data.site_id == 10003){
$('.shanghai').hide();
$('.hangzhou').hide();
$('.shenzheng').show();
}else{//北京 广州
$('.shanghai').show();
$('.hangzhou').hide();
$('.shenzheng').hide();
}
//切换 中介费类型 多收金额 应收金额相应的改变
receiv.payment_details_price = data.price;
receiv.payment_details_money = data.money;
......
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