Commit 0bd9779b authored by duxinyuan's avatar duxinyuan

1

parent 4b0a6ecf
...@@ -713,7 +713,7 @@ ...@@ -713,7 +713,7 @@
</div> </div>
<div class="col-xs-12"> <div class="col-xs-12">
<div class="col-xs-6"> <div class="col-xs-6 zhzd">
<div class="form-group"> <div class="form-group">
<strong><span class="col-xs-3 ld-Marheight">最后转定时间:</span></strong> <strong><span class="col-xs-3 ld-Marheight">最后转定时间:</span></strong>
<div class="col-xs-6"> <div class="col-xs-6">
......
...@@ -952,6 +952,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css', ...@@ -952,6 +952,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
}, },
getValueFunction : function(data){ getValueFunction : function(data){
$('.zhzd').show();
var doc = $('#modal-addPic'); var doc = $('#modal-addPic');
doc.find("#ruzhangId").text(data.id); doc.find("#ruzhangId").text(data.id);
doc.find("#dingdanId").text(data.order_id); doc.find("#dingdanId").text(data.order_id);
...@@ -980,8 +981,10 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css', ...@@ -980,8 +981,10 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
doc.find("#intoType").text('佣金'); doc.find("#intoType").text('佣金');
} else if ( data.type == 91 ) { } else if ( data.type == 91 ) {
doc.find("#intoType").text('中介费'); doc.find("#intoType").text('中介费');
$('.zhzd').hide();
} else if ( data.type == 92 ) { } else if ( data.type == 92 ) {
doc.find("#intoType").text('案场费'); doc.find("#intoType").text('案场费');
$('.zhzd').hide();
} else { } else {
doc.find("#intoType").text('佣金'); doc.find("#intoType").text('佣金');
} }
......
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