Commit 52d53167 authored by agping's avatar agping

成交报告修改

parent 7f030408
...@@ -189,9 +189,9 @@ ...@@ -189,9 +189,9 @@
</table> </table>
</div> </div>
<!-- /#page-content-wrapper --> <!-- /#page-content-wrapper -->
<div class="text-left"> <!-- <div class="text-left">
每页显示<span id="page">15</span>条 | 共<span id="total_page"></span>条 每页显示<span id="page">15</span>条 | 共<span id="total_page"></span>条
</div> </div> -->
<div class="text-right" id="pagediv"> <div class="text-right" id="pagediv">
</div> </div>
......
...@@ -147,8 +147,8 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', ' ...@@ -147,8 +147,8 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
'type': 'POST', 'type': 'POST',
'url' : '/index/bargainInfo', 'url' : '/index/bargainInfo',
data: { "id":follow.house_id, data: { "id":follow.house_id,
"commission":$(".commission").val(), "scale_fee":$(".commission").val(),
"practical_fee":$(".practical_fee").val(), "practical_fee":$(".practical_fee").val()
}, },
dataType: "json", dataType: "json",
success: function(data){ success: function(data){
......
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