Commit 6d17a723 authored by agping's avatar agping

6

parent 17780889
......@@ -57,7 +57,7 @@ define(['doT', 'text!temp/wait_backout_template_tpl.html', 'text!temp/reportList
//时间轴按钮
_doc.on("click", ".timeline", function() {
bargain.Timeline();
// bargain.Timeline();
});
//撤销成交报告 按钮 获取成交报告id
_doc.on("click", ".backNormal", function() {
......@@ -93,7 +93,6 @@ define(['doT', 'text!temp/wait_backout_template_tpl.html', 'text!temp/reportList
e.stopPropagation();
var _this = $(this);
var _id = _this.closest('tr').data('orderid');
console.log(_id);
$('.iframe-time-line').attr('src', '/app_broker/timeline_pc?order_id='+_id);
});
......
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