Commit 3255c240 authored by duxinyuan's avatar duxinyuan

commite

parent e09f35d2
...@@ -17,11 +17,13 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css', ...@@ -17,11 +17,13 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
event: function() { event: function() {
var that = receiv; var that = receiv;
var _doc = $(document); var _doc = $(document);
//操作----时间轴 //操作----时间轴
$(document).on('click','.timeline',function(e){ $(document).on('click','.timeline',function(e){
var id = e.target.dataset.id; var house_id = e.target.dataset.id;;
that.getTimmerLine(id); e.preventDefault();
console.log(id) e.stopPropagation();
$('.iframe-time-line').attr('src', '/app_broker/timeline_pc?order_id=' + house_id);
}); });
//操作----收款详情 //操作----收款详情
$(document).on('click','.add-pic',function(e){ $(document).on('click','.add-pic',function(e){
...@@ -52,10 +54,6 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css', ...@@ -52,10 +54,6 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
//导出报表 //导出报表
$(document).on('click','#export',function(e){ $(document).on('click','#export',function(e){
that.exportExcel(); that.exportExcel();
});
//时间轴
$("#modal-time").on("shown.bs.modal", function(event){
}); });
//收款详情 //收款详情
$("#modal-addPic").on("shown.bs.modal", function(event){ $("#modal-addPic").on("shown.bs.modal", function(event){
......
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