Commit 99b901fb authored by agping's avatar agping

成交报告 撤销

parent c08e2bd3
...@@ -133,6 +133,7 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', ' ...@@ -133,6 +133,7 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
//点击撤销,修改全局bargain_id,弹出框出来 //点击撤销,修改全局bargain_id,弹出框出来
_doc.on('click', '.report-back-out', function() { _doc.on('click', '.report-back-out', function() {
bargain.bargain_id = $(this).closest('tr').attr("data-id"); bargain.bargain_id = $(this).closest('tr').attr("data-id");
$('#pass_cexiao').val('');
}); });
//点击撤销,确定按钮触发的事件 //点击撤销,确定按钮触发的事件
......
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