Commit 9acd5f12 authored by agping's avatar agping

收取方显示

parent 990d166c
...@@ -777,7 +777,7 @@ ...@@ -777,7 +777,7 @@
<div class="form-group"> <div class="form-group">
<strong><span class="col-xs-3 ld-Marheight" style="margin-left: -7px;">被收取方:</span></strong> <strong><span class="col-xs-3 ld-Marheight" style="margin-left: -7px;">被收取方:</span></strong>
<div class="col-xs-6"> <div class="col-xs-6">
<select class="form-control" id="charge_side"> <select class="form-control" id="charge_side_detail">
<option class="" value="">请选择</option> <option class="" value="">请选择</option>
<option class="" value="1">房东</option> <option class="" value="1">房东</option>
<option class="" value="2">客户</option> <option class="" value="2">客户</option>
......
...@@ -1426,8 +1426,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css', ...@@ -1426,8 +1426,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
//判断是否是 案场费 //判断是否是 案场费
if ($('#intoType').val() == 91){ if ($('#intoType').val() == 91){
params.type_ext = $('#agency_fees_type_text').val(); params.type_ext = $('#agency_fees_type_text').val();
params.be_charged_party = $('#charge_side').val();//收款详情 中介费 新增收取方 params.be_charged_party = $('#charge_side_detail').val();//收款详情 中介费 新增收取方
}; };
//判断是否是 案场费 中介费 //判断是否是 案场费 中介费
if ($('#intoType').val() == 92 || $('#intoType').val() == 91){ if ($('#intoType').val() == 92 || $('#intoType').val() == 91){
...@@ -1710,7 +1709,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css', ...@@ -1710,7 +1709,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
doc.find("#comit_time").text(data.create_time); doc.find("#comit_time").text(data.create_time);
doc.find("#open_time").text(data.open_time);//开业确定时间 doc.find("#open_time").text(data.open_time);//开业确定时间
doc.find("#store_name").text(data.reckon_in_store_name);//所属门店 doc.find("#store_name").text(data.reckon_in_store_name);//所属门店
doc.find("#charge_side").text(data.be_charged_party);//中介费 被收取方 doc.find("#charge_side_detail").val(data.be_charged_party);//中介费 被收取方
//判断收款详情的类型 //判断收款详情的类型
if(data.type == 91){//中介费 if(data.type == 91){//中介费
......
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