Commit 7c4df91d authored by xishifeng's avatar xishifeng

撤销加确认

parent 089dba75
......@@ -127,7 +127,11 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
//点击撤销,确定按钮触发的事件
_doc.on('click', '#pass_ok_btn_back', function() {
bargain.passBack();
if(confirm('是否确认撤销?')){
bargain.passBack();
}else{
}
});
//点击详情按钮事件,获取报告详情
......
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